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

GaugesT Vs Gauges-ssT

Share your Cumulus MX user interface here

Moderator: mcrossley

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

GaugesT Vs Gauges-ssT

Post by Phil23 »

Just looking at the "SteelSeries-Weather-Gauges-master.zip", V2.5.18.

I notice it includes Gauges-ssT.htm while the MX distribution contains GaugesT.htm.

If I want to upgrade the Steel Series, do I need to change my other pages to link to this as per the readme, and process & upload it?

Or,

Can I,

1.- Just stick with the gaugesT.htm in the distribution?
or
2.- Use the gauges-ssT.htm & rename it to just gaugesT.htm?

Thanks

Phil.
: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
ConligWX
Posts: 1570
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: GaugesT Vs Gauges-ssT

Post by ConligWX »

I'm pretty sure you only need to upgrade the Web Server side.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir •

Image
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: GaugesT Vs Gauges-ssT

Post by steve »

If you look at the two files, you'll see that the main difference is in the paths to the rqeuired files (MX keeps third party stuff under a 'lib' directory), so whichever file you decide to use you should make sure the paths correspond to where the files actually are. Assuming you do the upgrade by replacing the contents of the MX lib/steelseries directory, you'll need to use the paths in the existing MX file. If you do end up using the file from the latest Steelseries distribution, it makes sense to rename it so MX treats it as its own.

At some point I'll update the files in the MX distribution to the latest Steelseries release.
Steve
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: GaugesT Vs Gauges-ssT

Post by Phil23 »

Thanks Steve,

I understand completely now.

If it helps others,

GaugesT contains this etc, around line 190:-

Code: Select all

  <!-- Combined steelseries.js & tween.js -->
  <script src="lib/steelseries/scripts/steelseries_tween.min.js"></script>

  <!-- Once you have customised this scripts to your requirements you should minimise
       and concatenate them into a single file in the same order  as below -->
  <script src="lib/steelseries/scripts/language.min.js"></script>
  <script src="lib/steelseries/scripts/gauges.js"></script>
While Gauges-ssT contains this, around line 192:-

Code: Select all

  <!-- Combined steelseries.js & tween.js -->
  <script src="scripts/steelseries_tween.min.js"></script>

  <!-- Once you have customised this scripts to your requirements you should minimise
       and concatenate them into a single file in the same order  as below -->
  <script src="scripts/language.min.js"></script>
  <script src="scripts/gauges.js"></script>
: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:
Post Reply