Read the statement by Michael Teeuw here.
Calendar not loading after update
-
@looolz i don’t understand the new url doesn’t work… but downloads the ics
looks like u have debug turned on in the MM config.js
also have language set to not english in the MM config// change language language: "en", // remove ,"DEBUG" logLevel: ["INFO", "LOG", "WARN", "ERROR","DEBUG"],
then restart MM…
the calendar code doesn’t know anything other than what is in the ics file…
i would be willing to look at it, send the ics to my mail, same userid at gmail
-
@sdetweil said in Calendar not loading after update:
// change language
language: “en”,
// remove ,“DEBUG”
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”,“DEBUG”],Thanks again. I tuned down DEBUG, and the log file made it easier to spot this:
| Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/SECRETSTRING/basic.ics - Interval: 300000 0|mm | [31.03.2021 21:11.19.188] [LOG] 0|mm | received: SECRETSTRINGn0= 0|mm | [31.03.2021 21:11.22.778] [LOG] 0|mm | MMM-Ring at (31.3.2021, 21:11:22): Refresh Token Updated 0|mm | [31.03.2021 21:11.36.837] [INFO] 0|mm | Calendar-Fetcher: Broadcasting 12 events.
Anything useful to get out of that?
-
And there… without me doing anything. It suddenly is showing events in Magic Mirror! Could it be that the calendar is just to darn big, and that it takes 10-15 minutes for it to process it?
-
@looolz could be… and with debug on lots longer
-
It works now! And it seems to be due to debugging being turned off. Thank you so much for your help!