mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Honor Config Option and do inital time update
This commit is contained in:
parent
5be0d1c5e9
commit
ed9f85f705
@ -44,6 +44,7 @@ time.init = function () {
|
||||
|
||||
this.intervalId = setInterval(function () {
|
||||
this.updateTime();
|
||||
}.bind(this), 1000);
|
||||
}.bind(this), this.updateInterval);
|
||||
this.updateTime();
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user