weatherstorm / Sofaskin-CW9009

Sofaskin-CW9009 skin for Weewx is a modified version of the Sofaskin developed by Sven at https://neoground.com/portfolio/neowx/. He no longer supports the original skin. Please see the readme for dependency requirements to use this skin.
http://www.centuryfarmweather.com
MIT License
17 stars 11 forks source link

Check if data is old #10

Closed weatherstorm closed 4 years ago

weatherstorm commented 4 years ago

A simple javascript script is used to determine if the site data is more than 30 minutes old. If the data is old, a message will display saying so, However, there is an issue with how the script checks the current time. It uses the users browser time. If the browser is not in Mountain time the page will get the old data alert. Should be able to fix this by checking time zones of the user and converting it to MT before doing the old data check.

weatherstorm commented 4 years ago

Testing the new code now. Will update code base once testing is complete in a day or two,

weatherstorm commented 4 years ago

Uploaded new checkdiff.js code to master branch. Will put together a new release soon.

weatherstorm commented 4 years ago

New release published with bug fix,