A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar default
-
Hello.
Since yesterday the Calendar module has shown me “no appointments”.
If I call up the URL of the shared Outlook calendar, there are a lot of appointments in there. But I haven’t changed anything for days -
@chris47803 if you restart MagicMirror does it recover?
-
-
@chris47803 ok, can you do two things
-
look at the messages where mm starts, npm start
if you use pm2, then
pm2 logs --lines=50 -
download the ics data and look at the events
curl -sL calendar_url >somefile.txt
edit somefile.txt and look for event that should be in the future
BEGIN:VEVENT
.
DTSTART:…
.
END:VEVENT
-