jpreardon / good-morning-display

A simple display for useful information, especially in the morning (e.g. weather and transit info).
http://jpreardon.com/projects/good-morning-display/
Other
2 stars 0 forks source link

Automatic (full) refresh #15

Closed jpreardon closed 3 years ago

jpreardon commented 4 years ago

It would be great to reload the whole page from the server once a day or so to pick up any new code/features.

window.location.reload(true) should do the trick