mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Merge branch 'smooth-time' of https://github.com/bitte-ein-bit/MagicMirror into smooth-time
This commit is contained in:
commit
45e1656bab
@ -34,7 +34,9 @@ Takes an array of news feeds (or a single string) from the config file and retri
|
|||||||
|
|
||||||
###[Time](js/time)
|
###[Time](js/time)
|
||||||
|
|
||||||
Updates the time on the screen on one second interval.
|
Updates the time on the screen on one second interval. Can be changed to omit displaying seconds by adding the config option ```displaySeconds = false``` in [config.js](js/config.js). When the seconds are disabled the interval is set to 60 seconds on the full minute.
|
||||||
|
|
||||||
|
With the option ```digitFade = true```, changing digits are faded. This looks best if the seconds are omitted.
|
||||||
|
|
||||||
###[Version](js/version)
|
###[Version](js/version)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user