Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.5 (build 3282) - 23 February 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

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

Solar Rad & UV Index Gauges missing

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
avpman
Posts: 15
Joined: Thu 08 Jul 2021 1:47 pm
Weather Station: davis
Operating System: Linux Pi

Solar Rad & UV Index Gauges missing

Post by avpman »

Please excuse the NOOB question. I've searched only to find outdated info referencing files that are not on my system. My local Cumulus install shows the (Davis Weather station) Solar Radiation and UV index gauges. But the web-installed version doesn't. How do I get those gauges to show on the web installation?
varrone.net/weather

Thanks in advance
sfws
Posts: 1183
Joined: Fri 27 Jul 2012 11:29 am
Weather Station: Chas O, Maplin N96FY, N25FR
Operating System: rPi 3B+ with Buster (full)

Re: Solar Rad & UV Index Gauges missing

Post by sfws »

Select in Internet settings. Although the Wiki section page in Wiki has not been updated to keep up with fast changing MX, it does give information on solar and UV settings.
I don't have solar sensors so don't know how many settings you should adjust.
avpman
Posts: 15
Joined: Thu 08 Jul 2021 1:47 pm
Weather Station: davis
Operating System: Linux Pi

Re: Solar Rad & UV Index Gauges missing

Post by avpman »

sfws wrote: Wed 03 Aug 2022 6:24 pm Select in Internet settings. Although the Wiki section page in Wiki has not been updated to keep up with fast changing MX, it does give information on solar and UV settings.
I don't have solar sensors so don't know how many settings you should adjust.
There is nothing in "Internet Settings" on the local server with respect to the gauges. On the web page (Home) index.htm the solar radiation and UV index are indeed displayed there. But on the gauges page, there are no corresponding gauges for UV or Rad. :?
User avatar
mcrossley
Posts: 12641
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Solar Rad & UV Index Gauges missing

Post by mcrossley »

Your MX is configured not to show them...

Code: Select all

{
"options":{
  "useApparent":"0",
  "showSolar":"0",
  "showUV":"0"
},
Take a look in...
Station Options | Display Options
avpman
Posts: 15
Joined: Thu 08 Jul 2021 1:47 pm
Weather Station: davis
Operating System: Linux Pi

Re: Solar Rad & UV Index Gauges missing

Post by avpman »

mcrossley wrote: Wed 03 Aug 2022 7:01 pm Your MX is configured not to show them...

Code: Select all

{
"options":{
  "useApparent":"0",
  "showSolar":"0",
  "showUV":"0"
},
Take a look in...
Station Options | Display Options
Awesome, that fixed it. Thank you! BTW - which file were you able to examine?
User avatar
mcrossley
Posts: 12641
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Solar Rad & UV Index Gauges missing

Post by mcrossley »

Post Reply