fix display unresponsive
The JSON for the schedule was parsed in every loop run, as this needed some time the display was always unresponsive. This PR adds a delay, to update the timer only every minute.
The JSON for the schedule was parsed in every loop run, as this needed some time the display was always unresponsive. This PR adds a delay, to update the timer only every minute.