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

Cache data question to research #37

Closed Privacywonk closed 4 years ago

Privacywonk commented 6 years ago

Seeing minor differences in data between clients. Why?

Client 1 = Raspberry Pi Desktop browser, showing daily best for Wed 2pm Client 2 = Web browser client, showing daily best for Wed 8am Client 3 = Web browser client, showing daily best for Wed 8am

Privacywonk commented 4 years ago

Fixed. node_helper will now send previously downloaded data to new clients vs. fetching new data that may create discrepancies. Added state logic to help define when and where to send new data.