Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080

Graphs/charts/trends not displaying on the website to which I upload my data

From Cumulus MX version 3 build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since, and has recently released Cumulus MX version 4. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
martinu
Posts: 93
Joined: Wed 01 Jan 2014 7:54 pm
Weather Station: Davis Vantage Vue
Operating System: Raspberry Pi: Raspbian Stretch
Location: Rudston, North Yorkshire

Graphs/charts/trends not displaying on the website to which I upload my data

Post by martinu »

I've upgraded from CMX V3 to CMX V4. Everything works fine, once (in desperation) I copied the contents of the /webfiles folder (including subfolders) to my website to accompany the .json files from /web which get uploaded every minute. I couldn't find any instruction to do that one-off copy, so either I'm a bit thick or else it's missing from the installation instructions.

But... it's not displaying any graphs on any of the Charts... menu options - there is just a blank rectangle. What have I forgotten to do?

My website is http://goosebears.co.uk/V4weather/ The V3 one is http://goosebears.co.uk/weather/ - I want a bit of parallel running until I get things sorted out.

The /webs folder on my server contains:

(ignore the "C:\tmp\temp" prefix - I jsut copied the folder from the web site to my PC so I could so a hierarchical "dir /b /s" listing)

C:\tmp\temp\airquality.json
C:\tmp\temp\co2sensordata.json
C:\tmp\temp\css
C:\tmp\temp\dailyrain.json
C:\tmp\temp\dailytemp.json
C:\tmp\temp\dir.txt
C:\tmp\temp\extradewdata.json
C:\tmp\temp\extrahumdata.json
C:\tmp\temp\extratempdata.json
C:\tmp\temp\gauges.htm
C:\tmp\temp\historic.htm
C:\tmp\temp\humdata.json
C:\tmp\temp\images
C:\tmp\temp\index.htm
C:\tmp\temp\js
C:\tmp\temp\leafwetdata.json
C:\tmp\temp\lib
C:\tmp\temp\monthlyrecord.htm
C:\tmp\temp\noaareport.htm
C:\tmp\temp\pressdata.json
C:\tmp\temp\raindata.json
C:\tmp\temp\realtime.txt
C:\tmp\temp\realtimegauges.txt
C:\tmp\temp\record.htm
C:\tmp\temp\Reports
C:\tmp\temp\selectachart.htm
C:\tmp\temp\soilmoistdata.json
C:\tmp\temp\soiltempdata.json
C:\tmp\temp\solardata.json
C:\tmp\temp\sunhours.json
C:\tmp\temp\tempdata.json
C:\tmp\temp\thismonth.htm
C:\tmp\temp\thisyear.htm
C:\tmp\temp\today.htm
C:\tmp\temp\todayyest.htm
C:\tmp\temp\trends.htm
C:\tmp\temp\upload.php
C:\tmp\temp\usertempdata.json
C:\tmp\temp\wdirdata.json
C:\tmp\temp\websitedata.json
C:\tmp\temp\winddata.json
C:\tmp\temp\wxnow.txt
C:\tmp\temp\yesterday.htm
C:\tmp\temp\css\colours.css
C:\tmp\temp\css\gauges.css
C:\tmp\temp\css\mx-templates.css
C:\tmp\temp\css\w3Pro.css
C:\tmp\temp\images\CumulusMX-Logo.png
C:\tmp\temp\images\favicon.png
C:\tmp\temp\images\moon.png
C:\tmp\temp\images\picture.jpg
C:\tmp\temp\js\alltimerecdata.js
C:\tmp\temp\js\cumuluscharts.js
C:\tmp\temp\js\historiccharts.js
C:\tmp\temp\js\menu.js
C:\tmp\temp\js\menuSample.js
C:\tmp\temp\js\monthlyrecdata.js
C:\tmp\temp\js\noaarpts.js
C:\tmp\temp\js\selectachart.js
C:\tmp\temp\js\setpagedata.js
C:\tmp\temp\lib\jquery
C:\tmp\temp\lib\steelseries
C:\tmp\temp\lib\jquery\jquery-latest.min.js
C:\tmp\temp\lib\jquery\jquery.tmpl.js
C:\tmp\temp\lib\steelseries\scripts
C:\tmp\temp\lib\steelseries\scripts\gauges.js
C:\tmp\temp\lib\steelseries\scripts\language.min.js
C:\tmp\temp\lib\steelseries\scripts\RGraph.common.core.min.js
C:\tmp\temp\lib\steelseries\scripts\RGraph.rose.min.js
C:\tmp\temp\lib\steelseries\scripts\src
C:\tmp\temp\lib\steelseries\scripts\steelseries_tween.min.js
C:\tmp\temp\lib\steelseries\scripts\src\language.js
C:\tmp\temp\lib\steelseries\scripts\src\RGraph.common.core.js
C:\tmp\temp\lib\steelseries\scripts\src\RGraph.rose.js
C:\tmp\temp\lib\steelseries\scripts\src\steelseries.js
C:\tmp\temp\lib\steelseries\scripts\src\steelseries.min.js
C:\tmp\temp\lib\steelseries\scripts\src\tween.js
C:\tmp\temp\lib\steelseries\scripts\src\tween.min.js
C:\tmp\temp\Reports\.placeholder.txt
martinu
Posts: 93
Joined: Wed 01 Jan 2014 7:54 pm
Weather Station: Davis Vantage Vue
Operating System: Raspberry Pi: Raspbian Stretch
Location: Rudston, North Yorkshire

Re: Graphs/charts/trends not displaying on the website to which I upload my data

Post by martinu »

It's just started working. Panic over!

For some reason, starting "dotnet cumulusmx.dll" manually from the command line (as user pi, not with sudo) caused the graphs not to work, but creating a service and autostarting at it boot time:

sudo dotnet CumulusMX.dll -install -user pi
sudo systemctl enable cumulusmx

and then rebooting to test it - that's started it working. Weird!
User avatar
PaulMy
Posts: 4355
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Graphs/charts/trends not displaying on the website to which I upload my data

Post by PaulMy »

Hi,
I've upgraded from CMX V3 to CMX V4. Everything works fine, once (in desperation) I copied the contents of the /webfiles folder (including subfolders) to my website to accompany the .json files from /web which get uploaded every minute. I couldn't find any instruction to do that one-off copy, so either I'm a bit thick or else it's missing from the installation instructions.
That is still the same way to get a website as it has always been for Cumulus. So that would have been done for your v3 website as well.
from the WiKi:
Webfiles folder

The webfiles (all lowercase) folder in both the legacy Cumulus and MX contains sub-folders and files that need to be uploaded to your web server in a on-off operation, if (and only if) you want to use the standard web pages provided as examples with Cumulus.

If your web server is provided by an organisation, then you will need to use a FTP, SFTP, or FTPS

If your web server is only going to be used for web pages related to Cumulus,

upload the contents of the /webfiles' folder to your root folder (do not create a "webfiles" sub-folder) on your web server.
Preserve the structure for any sub-folders, so files on your web server are in same position relative to root that they were relative to webfiles.
If your web server is to be used for other purposes, you might want to create a sub-folder (perhaps called weather) under your root folder for the contents of webfiles.
Your website http://goosebears.co.uk/V4weather/ including Charts seems to be updating fine.

Enjoy,
Paul

Edit: oops, missed the update a minute or so ago...
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
Post Reply