mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Set error to null once the events are coming again
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user