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

SteelSeries Gauges - version 1.0

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

firewall
Posts: 17
Joined: Sat 29 Nov 2008 4:05 pm
Weather Station: Davis Vantage Pro 2
Location: Branford, CT
Contact:

Re: SteelSeries Gauges - version 1.0

Post by firewall »

duke wrote:Slight problem with the latest realease, probably me as I have not updated the Gauges files for some time, am I missing something under my nose?
TEXT FILE CURRUPTED, RETRYING..........
http://www.nightingaleweather.co.uk/weather/gauges.php

I have obviously updated realtimegaugesT.txt

Duke
Duke,

Does your station provide UV and Solar, if not turn them to false in the gauges.js file.
Image
duke

Re: SteelSeries Gauges - version 1.0

Post by duke »

Thanks, tried that but unfortunately not the solution.

Duke
User avatar
gwheelo
Posts: 453
Joined: Wed 11 Jun 2008 7:36 pm
Weather Station: WMR-88
Operating System: Windows 8.1
Location: L'Estartit, Spain
Contact:

Re: SteelSeries Gauges - version 1.0

Post by gwheelo »

TEXT FILE CURRUPTED, RETRYING..........
Are you using the new "realtimegaugesT.txt" file.
A lot of changes in this one - make sure you read readme and catch them all.
* Updated realtimegaugesT.txt
- Removed temptrendtext
- Added Solar values
- Updated version to 6
GW
Image
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: SteelSeries Gauges - version 1.0

Post by mcrossley »

Doh, spotted it. A quotation mark got deleted in realtimegaugesT.txt

"SolarRad":<#SolarRad>"

Should be

"SolarRad":"<#SolarRad>"

Edit: I also see there is a problem with today's max gust pointer not being displayed correctly. I will fix this tomorrow along with any other minor items unless there are any show stoppers in the next hour or two.

gauges.js, line 1351 change to:
gauge_wind.setMaxMeasuredValue(g_wind.maxToday);
You do not have the required permissions to view the files attached to this post.
Last edited by mcrossley on Sat 25 Feb 2012 10:50 pm, edited 2 times in total.
duke

Re: SteelSeries Gauges - version 1.0

Post by duke »

mcrossley wrote:Doh, spotted it. A quotation mark got deleted in realtimegaugesT.txt

"SolarRad":<#SolarRad>"

Should be

"SolarRad":"<#SolarRad>"
Thank you Mark, for your on-going never ending support :clap: .

That would have stopped me sleeping :D

Duke
User avatar
Darknstormy
Posts: 168
Joined: Wed 28 Apr 2010 1:01 pm
Weather Station: Davis Vantage Pro 2 Plus
Operating System: Windows 11
Location: Australia

Re: SteelSeries Gauges - version 1.0

Post by Darknstormy »

Hi, Ive updated to the new gauges with the Solar Rad its all working but my bottom row of gauges doesn't center, Anyone have an idea what i need to adjust? :bash:


cheers


Edit - I just played with - Boarder spacing in Gauges-ss.css. and that got my gauge within my template....but still not center..

Edit - I also just played with the size of the gauges... I think I'm happy now
ImageImage
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: SteelSeries Gauges - version 1.0

Post by mcrossley »

Version 1.6.0 introduced a lot of code changes and additions, so unfortunately there have been a few bugs I missed.

Version 1.6.2 is now available which addresses all the ones I know about.

The French translations are up to date thanks to Ray, but the DE, NL, SE are missing quite a few strings now - any volunteers?
User avatar
nitrx
Posts: 1297
Joined: Sun 13 Dec 2009 1:21 pm
Weather Station: WH1080
Operating System: Windows 10
Location: Apeldoorn The Netherlands
Contact:

Re: SteelSeries Gauges - version 1.0

Post by nitrx »

Deleted wrong Dutch in language.js
Last edited by nitrx on Sun 26 Feb 2012 8:47 pm, edited 1 time in total.
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: SteelSeries Gauges - version 1.0

Post by mcrossley »

Thanks Ron I'll get this in the next release, and as the display of max. avg. wind speed is broken that will probably be tomorrow. :lol:

Edit: Though you missed a few ;)

StatusTimeout : "Timed out",
StatusPageLimit : "Page auto-update limit reached, refresh your browser to continue",
uv_levels : ["None",
uv_headlines : ["No measurable UV Index",
uv_details : ["It is still night time or it is a very cloudy day.",

"Take all precautions, including: wear sunglasses and use SPF 30+ sunscreen,<br>" +
"cover the body with a long-sleeve shirt and trousers, wear a very broad hat, and<br>" +
"avoid the sun from two hours before to three hours after solar noon (roughly 11:00 AM<br>" +
"to 4:00 PM during summer in zones that observe daylight saving time)."],
User avatar
nitrx
Posts: 1297
Joined: Sun 13 Dec 2009 1:21 pm
Weather Station: WH1080
Operating System: Windows 10
Location: Apeldoorn The Netherlands
Contact:

Re: SteelSeries Gauges - version 1.0

Post by nitrx »

language.zip
mcrossley wrote: "Take all precautions, including: wear sunglasses and use SPF 30+ sunscreen,<br>" +
"cover the body with a long-sleeve shirt and trousers, wear a very broad hat, and<br>" +
"avoid the sun from two hours before to three hours after solar noon (roughly 11:00 AM<br>" +
"to 4:00 PM during summer in zones that observe daylight saving time)."],
The last one I could't find

this is an updated version
You do not have the required permissions to view the files attached to this post.
User avatar
Darknstormy
Posts: 168
Joined: Wed 28 Apr 2010 1:01 pm
Weather Station: Davis Vantage Pro 2 Plus
Operating System: Windows 11
Location: Australia

Re: SteelSeries Gauges - version 1.0

Post by Darknstormy »

Thanks Mcrossley, Brilliant job on the Solar Radiation gauge :D Love it...

:D
ImageImage
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: SteelSeries Gauges - version 1.0

Post by mcrossley »

v1.6.3 posted, this fixes the last known (ha ha!) bug introduced by the 1.6 changes - the maximum average temperature reading.

I also taken the opportunity to do a long overdue tidy up the graph handling in the popups.

There is a new variable (g_showPopupDataGraphs) which allows you switch off the graphs completely and just leave text based popups.

All the graph images are now defined in gauges.js by the g_tipImgs array - you no longer need to edit the ddimagetooltips.js as well. This array has also been expanded; by default it is configured with the 'standard' Cumulus gauge images, but you can now add your own custom graphs for every gauge reading such separate graphs for dewpoint, apparent, windchill, indoor humidity etc. You can also add graphs for UV and Solar Radiation which Cumulus does not generate at all.
Smithee
Posts: 74
Joined: Sun 02 Oct 2011 9:15 am
Weather Station: VP2
Operating System: Mac/win7
Location: United Kingdom

Re: SteelSeries Gauges - version 1.0

Post by Smithee »

Afternoon - big fan of the gauges and trying to upgrade but have hit a problem which i cant seem to solve...

Running the latest version of Cumulus:

My old version runs and updates fine - http://www.casa.ucl.ac.uk/cumulus/ipad.html

The new version loads but does not seem to get any data, despite pointing to the same file - http://www.casa.ucl.ac.uk/cumulus/ipadnew.html This version loads in Chrome without data but on the actual ipad no dials load?

Upon checking Gauges-ssT.htm i note the message Text file corrupted - http://www.casa.ucl.ac.uk/cumulus/gauges-ssT.htm

Any help would be great as I cant seem to work out whats going wrong...

Thanks

Andy
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: SteelSeries Gauges - version 1.0

Post by mcrossley »

Your page is pointing to
var g_realTimeURL = "realtimegaugesT.txt";
Which would normally be the template file, but in your case seems to be a "|" delimited file of some sort rather than the JSON file the gauges are expecting?
http://www.casa.ucl.ac.uk/cumulus/realtimegaugesT.txt
Smithee
Posts: 74
Joined: Sun 02 Oct 2011 9:15 am
Weather Station: VP2
Operating System: Mac/win7
Location: United Kingdom

Re: SteelSeries Gauges - version 1.0

Post by Smithee »

Fab thanks - http://www.casa.ucl.ac.uk/cumulus/gauges-ssT.htm is now working, just got to work out why http://www.casa.ucl.ac.uk/cumulus/ipadnew.html is only updating temperature - a case of more human error i think :)

Thanks for the quick answer, really appreciated.

Andy
Post Reply