Privacywonk / MMM-Surf

MagicMirror module that pulls in tide, water temp, and Magicseaweed data to show an at-a-glance surf report for your favorite spot.
Other
5 stars 2 forks source link

Tide not updating #25

Closed Privacywonk closed 6 years ago

Privacywonk commented 6 years ago

Tide data (and possibly other items) not updating on auto-refresh.

Privacywonk commented 6 years ago

var now = new Date() was stupidly declared as a global and used throughout code base for time data comparisons, meaning it never got updated, thus led to things never updating without reloading the entire app.

279eqa 1