Page 1 of 1

GaugesT Vs Gauges-ssT

Posted: Thu 26 Jan 2017 3:35 am
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.

Re: GaugesT Vs Gauges-ssT

Posted: Thu 26 Jan 2017 8:02 am
by ConligWX
I'm pretty sure you only need to upgrade the Web Server side.

Re: GaugesT Vs Gauges-ssT

Posted: Thu 26 Jan 2017 12:40 pm
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.

Re: GaugesT Vs Gauges-ssT

Posted: Thu 26 Jan 2017 9:04 pm
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>