marquee-scroller icon indicating copy to clipboard operation
marquee-scroller copied to clipboard

loop() exits if weather update fails

Open brygond opened this issue 4 years ago • 0 comments

Currently, if there is a failure updating the weather info, after displaying the error, the rest of the code in the loop() loop is skipped. This prevents any other information from being displayed (i.e. news, pi-hole info, etc.).

I've seen elsewhere that the original purpose of this project was to display weather, so this is perhaps something left over from earlier (prior to the other functionality being added).

There is some weather-related processing that would have to be skipped in the loop, but it does not appear that the other info (message, pi-hole, octoprint, etc.) relies on the weather being updated, so they could be displayed.

brygond avatar May 10 '20 04:05 brygond