Problem With Gauges Not Updating

Not sure what the problem is but I’ve updated to the newest version. I had the gauges working fine with the initial introduction of the gauges to WD (http://discourse.weather-watch.com/t/54326). Any help would be appreciated.

Thanks,

John

http://www.harpersferry-weather.com/Steelseries2/gauges-altT.htm

http://www.harpersferry-weather.com/customclientraw.txt

You have the flags for the Solar and UV gauges being present set to true, but the gauges have been removed from the HTML?

var g_showUvGauge = true; //Display the UV Index gauge
var g_showSolarGauge = true; //Display the Solar gauge

Thanks Mark! The default in the download probably should be set to false for UV and Solar as the gauges-ssT.htm and gauges-altT download files don’t contain UV or Solar.

gauges-ssT.htm does contain the Solar & UV code (the alternate layout does not, I have stated that template has not been updated, it is there to show an alternative to a table layout, I just don’t have time to add the additional gauges at the mo).

Btw, you do not need to remove the solar/UV code from the the HTML templates, just setting those variables to false will cause the script to delete the tags from the HTML when it runs.