Welcome to the Cumulus Support forum.

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

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 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

b3101 console chart - no UV

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. 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
jon_iz
Posts: 86
Joined: Sat 02 Jan 2016 10:10 pm
Weather Station: Davis VP2+, WLL & Airlink
Operating System: Win 10 64bit / RPi Buster
Location: Nantwich, UK
Contact:

b3101 console chart - no UV

Post by jon_iz »

I've just updated to b3101, done my usual tweaks to add additional buttons and then noted that the console solar chart appears to be stuck loading the UV data:

Capture._nosolarPNG.PNG
The Web version is fine:

Capture_solar.PNG
I always take a copy of the .js files first and even rolling back to the pre-button revision, the result is the same.
My install process is take a copy of CMX and then overwrite the new version over the old Cumulus MX directory to make sure i catch all the changed files, then update the .js and T.htm files i change in the web folder.
So did i miss something this time?

diags also attached.
You do not have the required permissions to view the files attached to this post.
Phil23
Posts: 884
Joined: Sat 16 Jul 2016 11:59 pm
Weather Station: Davis VP2+ & GW1000 (Standalone)
Operating System: Win10 Pro / rPi Buster
Location: Australia

Re: b3101 console chart - no UV

Post by Phil23 »

Just checked here & noticed the same.
No UV & stuck on loading....

My Website files are older version due to customization, but the console files are stock.

Actually just tried swapping out the latest charts.js with the previous version it it worked OK.

Someone who is quick on Java can probably spot the issue.
:Now: :Today/Yesterday:

Image

Main Station Davis VP2+ Running Via Win10 Pro.
Secondary Stations, Ecowitt HP2551/GW1000 Via rPi 3 & 4 Running Buster GUI.
:Local Inverell Ecowitt Station: :Remote Ashford Ecowitt Station:
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: b3101 console chart - no UV

Post by mcrossley »

Doh! My test system did not have UV enabled...
Phil23
Posts: 884
Joined: Sat 16 Jul 2016 11:59 pm
Weather Station: Davis VP2+ & GW1000 (Standalone)
Operating System: Win10 Pro / rPi Buster
Location: Australia

Re: b3101 console chart - no UV

Post by Phil23 »

Looks like the is "Stuff" missing in the newer file around line 860.
That translates to line 824 in the previous version.

This block, which I have little understanding of.
And on closer look, there could be more like a re-write of that area which I don't pretend to understand.

Code: Select all

        yAxis: [{
                // left
                title: {text: 'Solar Radiation (W/m\u00B2)'},
                min: 0,
                opposite: false,
                labels: {
                    align: 'right',
                    x: -5
                }
            }, {
                // right
                opposite: true,
                linkedTo: 0,
                min: 0,
                labels: {
                    align: 'left',
                    x: 5
                }
            }],
:Now: :Today/Yesterday:

Image

Main Station Davis VP2+ Running Via Win10 Pro.
Secondary Stations, Ecowitt HP2551/GW1000 Via rPi 3 & 4 Running Buster GUI.
:Local Inverell Ecowitt Station: :Remote Ashford Ecowitt Station:
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: b3101 console chart - no UV

Post by mcrossley »

Try this version...
You do not have the required permissions to view the files attached to this post.
jon_iz
Posts: 86
Joined: Sat 02 Jan 2016 10:10 pm
Weather Station: Davis VP2+, WLL & Airlink
Operating System: Win 10 64bit / RPi Buster
Location: Nantwich, UK
Contact:

Re: b3101 console chart - no UV

Post by jon_iz »

mcrossley wrote: Thu 21 Jan 2021 9:15 pm Try this version...
Nice quick fix. Sorted. Thanks Mark.
Post Reply