mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Prevent flickering when starting
This commit is contained in:
parent
4847316f91
commit
c8bd6b1114
@ -186,9 +186,9 @@ calendar.init = function () {
|
||||
|
||||
this.updateData(this.updateCalendar.bind(this));
|
||||
|
||||
this.intervalId = setInterval(function () {
|
||||
this.updateCalendar(this.eventList)
|
||||
}.bind(this), this.updateInterval);
|
||||
// this.intervalId = setInterval(function () {
|
||||
// this.updateCalendar(this.eventList)
|
||||
// }.bind(this), this.updateInterval);
|
||||
|
||||
this.dataIntervalId = setInterval(function () {
|
||||
this.updateData(this.updateCalendar.bind(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user