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 4018) - 28 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

SteelSeries Announcements

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

User avatar
mcrossley
Posts: 12694
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

SteelSeries Announcements

Post by mcrossley »

1 November 2018: Latest version is 2.7.3 ...

Want to make a donation to the Weather Gauges? Please click here.

Post any queries in the SteelSeries Forum

The files are now available on GitHub. You can also download the zip file using this direct link

Remember, "It is your Wiki", so please contribute any amendments, additional information, maybe add to the SS FAQ page, create a page on integrating with Ken's Saratoga templates perhaps? Anything other people would find useful. I want the Wiki to replace the readme.txt in future releases.

The latest changes are...

2.7.3
  • Updated
  • gauges.js
    - New URL for Cumulus downloads
2.7.2
  • Updated
  • gauges.js
    - Fix conversion of Indoor Temp Todays Low between C & F
2.7.1
  • Updated
  • gauges.js
    - Fix temperature gauge, 2.7.0 caused the min/max indicators to be shown erroneously
2.7.0
  • Updated
  • gauges.js
    - Add indoor min/max for weather s/ware that supports it. Currently Weather Display, WeeWX, and Weather Cat
  • customclientrawlocal
    - Fixes error in 2.6.5 release
    - Adds indoor min/max data
  • gauge-data.txt.tmpl
    - Adds indoor min/max data
  • realtimegaugesWC.txt
    - Adds indoor min/max data

Note: In order to try out different colour combinations and gauge styles, you can use my demo pages Radial Gauges, LinearGauges, Extra Gauges, StopWatch Gauge
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 1.6.5 is now available, the change list is quite long, maybe this should have been a 0.1 release! :lol:
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 1.6.6 now available.

One fix that you may want to incorporate soon, v1.6.5 downloads the humidity graph every realtime update cycle rather than every 15 minutes (default). The change if you just want to edit your existing file is line 1336, changes from:

Code: Select all

        if (g_showPopupDataGraphs && g_tipImgs[4][0] !== null) {
to

Code: Select all

        if (g_refreshGraphs && g_showPopupDataGraphs && g_tipImgs[4][0] !== null) {
Also added Danish and Finnish translations.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

I have updated the SteelSeries library to version 0.11.3...

These changes speed up the library quite a bit so I thought it would be worth providing an updated Cumulus specific version (as I normally supply the weather gauges releases). This 'should' be a drop in replacement for the existing file on your server.

The main changes are:

> Radial
* Fixed Odometer being reinitialised every time the background was redrawn
* Fixed background changes drawing LCD background when Odometer visisble
* Disabled pointer shadow blurring, it was causing performance issues in some browsers
* added check for 'knob' parameter in drawRadialForegroundImage()
> Odometer
* Added setValueAnimated() method
> RadialBargraph
* Fixed issue with LED halo still displaying when LED was off
> General
* Added full caching to: trendIndicator, MaxMinIndicators, LCDbackground, LEDimage,
LinearForeground, LinearBackground, LinearFrame,
RadialForeground, RadialBackground, RadialFrame, and RadialPointers
* Stopped some variable leakage to the global scope
* Some code styling changes and fixes for minor syntax niggles

EDIT: Script removed, it was missing the Odometer component, replacement below...
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Opps, I accidentally left out the Odometer component from the last SteelSeries script update. If you use the odometer component, then this version should work for you.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.0 is now available!

I have decided enough is enough and I want to give you all something to do as the turkey digests. I have created a page in the Wiki for the SteelSeries Gauges, this provides the instructions and the download link. I am hoping that people will step up and create additional information in the Wiki - maybe an SS FAQ page? or add missing detail etc.

http://wiki.sandaysoft.com/a/SteelSeries_Gauges
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.0 is now available
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.0.1 posted, this is a one character syntax fix that only affects WD users, no need for Cumulus users to download this version.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.0.2 is now available. Bug fix for WD users, and barometer scale now has a decimal place for kPa values.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.0.3 is now available, there are quite a few changes in this release, please see the first post in this thread for details.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.0.4 is now available, please see the first post in this thread for details.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.1.0 is now available.

There are quite a few changes in this release, please see the version control list.

Major headlines...
  • Wind RoseGuage is now enabled by default
  • A wind run odometer has been added to the wind rose
  • A new 'basic' template html page has been added
  • Support for VWS users added (thanks to Ken True of saratoga-weather.org)
I intend to leave this package alone for a while now - except for bug fixes, translation updates etc.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.1.1 is now available.

Mainly some minor bug fixes and translation updates in this one.

The one change to watch out for is the renaming of the combined Steelseries & Tween script file. My original name choice was causing much confusion so I have bitten the bullet and changed the file name - now I await all the "version 2.1.1 doesn't work messages" :roll:
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.2.0 is now available.

The headline changes are:
  • The gauge sizes are now picked up from the HTML/CSS, this makes it easy for custom layouts to be created using mixed gauge sizes.
  • The wind rose has changed from using a radar plot to a rose plot. Note the version of RGraph.rose.js included has been customised by me, the author is going to make changes to support this natively in a future release of RGraph.
  • Ken's Saratoga templates are now supported, the zip contains his gauges-ss-basic-inc.php file - note this has been changed from the file posted by Ken and used with v2.1.1 of the gauges.
  • Added support for WeatherCat
The image below shows the old and new style wind rose, I use 8 points with my Fine Offset but the code should work with 16 or any number!
WindRose-Old-New.png
You do not have the required permissions to view the files attached to this post.
User avatar
mcrossley
Posts: 12694
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 Announcements

Post by mcrossley »

Version 2.2.1 is now available.

This is a fix for the automatic rescaling of the gauges on mobile devices which broke in 2.2.0, and a typo fix for "Longitude" in gauges-ssT.htm
Locked