Welcome to the Cumulus Support forum.
Latest Cumulus MX release 3.27.1 (build 3263) - 21 November 2023
Legacy Cumulus 1 release v1.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
Latest Cumulus MX release 3.27.1 (build 3263) - 21 November 2023
Legacy Cumulus 1 release v1.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
Search found 3288 matches
- Tue 16 Nov 2021 12:45 pm
- Forum: Web site - General
- Topic: Lost data on home page
- Replies: 2
- Views: 725
Re: Lost data on home page
That is the Template page, not the processed template ..
- Fri 12 Nov 2021 9:27 pm
- Forum: Cumulusutils
- Topic: Virtual Davis VP2 console integration
- Replies: 19
- Views: 1927
Re: Virtual Davis VP2 console integration
That would have been the next 'gentle suggestion' (or a PM) - but Mark does like popping bubbles
That's the problem when you code for others - you become bitter and twisted


That's the problem when you code for others - you become bitter and twisted






- Fri 12 Nov 2021 12:22 pm
- Forum: Cumulusutils
- Topic: Virtual Davis VP2 console integration
- Replies: 19
- Views: 1927
Re: Virtual Davis VP2 console integration

- Thu 11 Nov 2021 10:34 pm
- Forum: Cumulusutils
- Topic: Virtual Davis VP2 console integration
- Replies: 19
- Views: 1927
Re: Virtual Davis VP2 console integration
... but I have cleaned up the VP2 boarder Yup, that's what I was seeing, but you've you've lost your nice rounded edges. did you just crop the graphic ? On the original screenshot it seems to be showing the grid pattern of what should be a transparent (image) background ? Something wring with the i...
- Thu 11 Nov 2021 12:53 pm
- Forum: Cumulusutils
- Topic: Virtual Davis VP2 console integration
- Replies: 19
- Views: 1927
Re: Virtual Davis VP2 console integration
Hi Andy ...
Small niggle ..
Looking at the screenshot you don't seem to have styled the background and / or the <IFrame> ?
Well done on the integration
Small niggle ..
Looking at the screenshot you don't seem to have styled the background and / or the <IFrame> ?
Well done on the integration

- Sat 06 Nov 2021 11:43 am
- Forum: Web site - General
- Topic: Need a little PHP help
- Replies: 8
- Views: 1400
Re: Need a little PHP help
Works correctly on my 'old' php ...
double-check you have:
BTW - I don't know what you are checking, but are you sure total is recorded - missed and not recorded + missed ?
double-check you have:
Code: Select all
$valTot = (float)$row[3] - (float)$row[1];
$valSuccess = $valTot / (float)$row[3] * 100;
- Sat 06 Nov 2021 1:43 am
- Forum: Web site - General
- Topic: Need a little PHP help
- Replies: 8
- Views: 1400
Re: Need a little PHP help
All depends on if the array value is a string or not ..
Silly question ... you have checked the php value that is being used ?When I pull $valSuccess in highcharts (Javascript)
- Sat 06 Nov 2021 12:29 am
- Forum: Web site - General
- Topic: Need a little PHP help
- Replies: 8
- Views: 1400
Re: Need a little PHP help
Code: Select all
$valTot = $row[3] - $row[1];
- Thu 04 Nov 2021 2:12 pm
- Forum: Cumulus MX Current (releases since b3043)
- Topic: Adding a 24 hour trend to the display
- Replies: 12
- Views: 1746
Re: Adding a 24 hour trend to the display
As I implied earlier - script in the html page shouldn't work. Regardless of the approach you need to get your hands dirty in the setpagedata.js file This is because both (object) cmx_data.name or your variable defined within the 'grab' function stay there. i.e. they cannot be 'seen' outside of the ...
- Thu 28 Oct 2021 1:36 am
- Forum: Ecowitt
- Topic: Adding in the Air Quality sensor & graphs
- Replies: 7
- Views: 1798
Re: Adding in the Air Quality sensor & graphs
... not the website. Not sure why. The website template(s), old or new are basically driven by <#webtags> one way or another. AQ paraphernalia being relatively new are both vendor specific (currently Davis or Ecowitt) and an 'Extra Sensor', of which there could be multiple number quantities and / o...
- Wed 20 Oct 2021 11:01 pm
- Forum: Cumulus MX Current (releases since b3043)
- Topic: Adding a 24 hour trend to the display
- Replies: 12
- Views: 1746
Re: Adding a 24 hour trend to the display
... but where / how is the html script getting the values to work with in the first place 

- Wed 20 Oct 2021 10:11 pm
- Forum: Cumulus MX Current (releases since b3043)
- Topic: Adding a 24 hour trend to the display
- Replies: 12
- Views: 1746
Re: Adding a 24 hour trend to the display
Hi guys ... A few pointers .... In the json file eg. "OutsideTemp1hAgo":"<#RecentOutsideTemp h=1>", // this creates a STRING value (because of " <#RecentOutsideTemp h=1> " ) For math purposes it is easier to remove the quotes here, rather than floatval() later. You want...
- Sat 16 Oct 2021 3:09 pm
- Forum: Cumulus Support Forum Feedback
- Topic: Report Spam Button
- Replies: 11
- Views: 6200
Re: Report Spam Button
the beteljuice is not seeing any kind of 'report' link on / in any of the above posts 

- Tue 12 Oct 2021 9:53 pm
- Forum: General
- Topic: beteljuice paper chase
- Replies: 30
- Views: 6123
Re: beteljuice paper chase
First of all congratulations to those with the patience and wit to successfully complete the challenge :clap: Mark (Crossley) billy HansR (with help :) ) Each week I will be 'redacting' the spoilers in reverse order, just to make things interesting for new participants. Although born of boredom thi...
- Thu 07 Oct 2021 10:09 am
- Forum: Web site - General
- Topic: AQM-III Web interface.
- Replies: 1
- Views: 802
Re: AQM-III Web interface.
The weatherDuino 'page' is already formatted with <head> <body> and <style>

Then use the (JSON) data files Dear Henry, Dear Henry - use the data files.JSON's are easily available .....
... multi AQ sensors on a page.
