mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 08:07:01 +00:00
Honor Config Option and do inital time update
This commit is contained in:
@@ -44,6 +44,7 @@ time.init = function () {
|
||||
|
||||
this.intervalId = setInterval(function () {
|
||||
this.updateTime();
|
||||
}.bind(this), 1000);
|
||||
}.bind(this), this.updateInterval);
|
||||
this.updateTime();
|
||||
|
||||
}
|
Reference in New Issue
Block a user