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 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

Gauges 2.5.7

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
User avatar
BeaumarisWX
Posts: 357
Joined: Mon 09 Apr 2012 2:38 pm
Weather Station: Davis VP2 Plus - 24hr FARS
Operating System: Windows 10 Pro Hades Canyon
Location: Beaumaris, Tasmania, AU
Contact:

Gauges 2.5.7

Post by BeaumarisWX »

Hi Mark,

Just upgraded to latest version, brilliant thanks.

All set up with Logo and Cloudbase and using the brilliant jpgraphs with MySql.

Just have to work out how to add line fill on the graphs, say for Rain/Hum/Solar etc.

http://hrvistaweather.com/gauges-ss-basic.htm
http://hrvistaweather.com/wxgauges-ss.php

regards,
Tony Beaumaris, Tasmania (AUS)

CMX Mobile : https://beaumaris-weather.com/BWX/
CMX Default: https://beaumaris-weather.com/cumulusmx_default/
Colour Dashboard : https://beaumaris-weather.com/dashborad_color.php
Click below for Saratoga Template :
Image
User avatar
mcrossley
Posts: 12689
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Gauges 2.5.7

Post by mcrossley »

I just updated my rain and solar to be filled graphs, is that what you mean?
User avatar
BeaumarisWX
Posts: 357
Joined: Mon 09 Apr 2012 2:38 pm
Weather Station: Davis VP2 Plus - 24hr FARS
Operating System: Windows 10 Pro Hades Canyon
Location: Beaumaris, Tasmania, AU
Contact:

Re: Gauges 2.5.7

Post by BeaumarisWX »

Hi Mark,

Yes that's it can't seem to get it right.

regards,
Tony Beaumaris, Tasmania (AUS)

CMX Mobile : https://beaumaris-weather.com/BWX/
CMX Default: https://beaumaris-weather.com/cumulusmx_default/
Colour Dashboard : https://beaumaris-weather.com/dashborad_color.php
Click below for Saratoga Template :
Image
User avatar
mcrossley
Posts: 12689
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Gauges 2.5.7

Post by mcrossley »

Actually, I just changed them again, I added a "SetFillColor()" command with a bit more transparency...

Solar

Code: Select all

$lineplot1->SetColor("#B22222:1.3");
$lineplot2->SetColor("#2222B2:1.3");
$lineplot2->SetFillColor("#2222B2@0.7"); // NEW: filled plot
Rain

Code: Select all

$lineplot1->SetColor("#B22222:1.3");
$lineplot1->SetFillColor("#B22222@0.7"); // NEW: filled plot
User avatar
BeaumarisWX
Posts: 357
Joined: Mon 09 Apr 2012 2:38 pm
Weather Station: Davis VP2 Plus - 24hr FARS
Operating System: Windows 10 Pro Hades Canyon
Location: Beaumaris, Tasmania, AU
Contact:

Re: Gauges 2.5.7

Post by BeaumarisWX »

Aah, That's where I went wrong (did not have 2nd plot set).

Brilliant that works - late for work will play tonight.

Thanks greatly Mark, legend as always.

regards,
Tony Beaumaris, Tasmania (AUS)

CMX Mobile : https://beaumaris-weather.com/BWX/
CMX Default: https://beaumaris-weather.com/cumulusmx_default/
Colour Dashboard : https://beaumaris-weather.com/dashborad_color.php
Click below for Saratoga Template :
Image
User avatar
BeaumarisWX
Posts: 357
Joined: Mon 09 Apr 2012 2:38 pm
Weather Station: Davis VP2 Plus - 24hr FARS
Operating System: Windows 10 Pro Hades Canyon
Location: Beaumaris, Tasmania, AU
Contact:

Re: Gauges 2.5.7

Post by BeaumarisWX »

Cheers Mark,

Redid all of the graphs (added Gradient Fills) to Rain/Cloud/UV and Solar).

Code: Select all

$lineplot1->SetFillGradient('yellow','green');  // NEW: filled plot
MM, Just realised I can't get "(km/h)" to display on the Wind Graph, remember changing script from "(mph)" , and found where I could force it - but prefer not too ?

http://hrvistaweather.com/gauges-ss-basic.htm
http://hrvistaweather.com/wxgauges-ss.php

regards,
You do not have the required permissions to view the files attached to this post.
Tony Beaumaris, Tasmania (AUS)

CMX Mobile : https://beaumaris-weather.com/BWX/
CMX Default: https://beaumaris-weather.com/cumulusmx_default/
Colour Dashboard : https://beaumaris-weather.com/dashborad_color.php
Click below for Saratoga Template :
Image
User avatar
BeaumarisWX
Posts: 357
Joined: Mon 09 Apr 2012 2:38 pm
Weather Station: Davis VP2 Plus - 24hr FARS
Operating System: Windows 10 Pro Hades Canyon
Location: Beaumaris, Tasmania, AU
Contact:

Re: Gauges 2.5.7

Post by BeaumarisWX »

Had a play with Cloudbase as was not happy with it.

Came up with 2 more options, curious which one you prefer.

one of these 2 ? or the one in the previous post ?.

Aside from the one with the live (well 10min update) webcam image, the other 2 I have issues with the Grace/Space.

regards,
You do not have the required permissions to view the files attached to this post.
Tony Beaumaris, Tasmania (AUS)

CMX Mobile : https://beaumaris-weather.com/BWX/
CMX Default: https://beaumaris-weather.com/cumulusmx_default/
Colour Dashboard : https://beaumaris-weather.com/dashborad_color.php
Click below for Saratoga Template :
Image
Post Reply