mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Set error to null once the events are coming again
This commit is contained in:
parent
a68019293f
commit
4a63af0490
@ -140,6 +140,7 @@ Module.register("calendar", {
|
|||||||
if (notification === "CALENDAR_EVENTS") {
|
if (notification === "CALENDAR_EVENTS") {
|
||||||
if (this.hasCalendarURL(payload.url)) {
|
if (this.hasCalendarURL(payload.url)) {
|
||||||
this.calendarData[payload.url] = payload.events;
|
this.calendarData[payload.url] = payload.events;
|
||||||
|
this.error = null;
|
||||||
this.loaded = true;
|
this.loaded = true;
|
||||||
|
|
||||||
if (this.config.broadcastEvents) {
|
if (this.config.broadcastEvents) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user