mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Add fetcher_helper for calendar and newsfeed
This commit is contained in:
@@ -90,7 +90,7 @@ Module.register("newsfeed", {
|
||||
this.loaded = true;
|
||||
this.error = null;
|
||||
} else if (notification === "FETCH_ERROR") {
|
||||
this.error = `Could not fetch newsfeed ${payload.url}`;
|
||||
this.error = `${payload.error}`;
|
||||
this.scheduleUpdateInterval();
|
||||
} else if (notification === "INCORRECT_URL") {
|
||||
this.error = `Incorrect url: ${payload.url}`;
|
||||
|
Reference in New Issue
Block a user