mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Set minute/second in our model based on the actual time from moment() rather than our own attempt to track the time - which can drift or fail to respond to time changes. Also, schedule time refreshes to happen 50ms after the minute/second is expected to change - preventing premature fires and rapid re-firings of notifications due to accuracy limits in setTimeout
Module: Clock
The clock
module is one of the default modules of the MagicMirror.
This module displays the current date and time. The information will be updated realtime.
For configuration options, please check the MagicMirror² documentation.