You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With MagicMirror (confirmed on 2.11.0), when the clock module is configured to show only minutes, it updates every minute. This update, however, does not correctly happen on (or just after) the minute changes - so the displayed time often drifts to be a minute out from the real time.
eg. time is 22:15, MM2 shows 22:14.
I would propose calculating how long is left till the next minute, setting the next setTimeout to refresh the clock shortly after the next minute happens.
The text was updated successfully, but these errors were encountered:
With MagicMirror (confirmed on 2.11.0), when the clock module is configured to show only minutes, it updates every minute. This update, however, does not correctly happen on (or just after) the minute changes - so the displayed time often drifts to be a minute out from the real time.
eg. time is 22:15, MM2 shows 22:14.
I would propose calculating how long is left till the next minute, setting the next setTimeout to refresh the clock shortly after the next minute happens.
The text was updated successfully, but these errors were encountered: