Read the statement by Michael Teeuw here.
MMM-CalendarExt3 not loading events
-
@sdetweil all set
pi@rpi2o1:/opt/MagicMirror $ npm install node-ical@0.16.1 pi@rpi2o1:/opt/MagicMirror $ cat /opt/MagicMirror/package.json | grep node-ical "node-ical": "^0.16.1",
Before attempting the google calendar again, i’m going back to trying to get the US holidays calendar working.
Unfortunately i’m still not seeing presidents day appear on the calendar.
-
@sdetweil if you’re interested, here’s the log file
https://drive.google.com/file/d/119GJ_HUliObRNVHb5iQkxr8VZX92Yl-_/view?usp=drive_linkEDIT: for some reason the presidents day event finally popped up. I wasnt watching it to see how long it took to populate, but it had to have been a little while.
I’ll test again to see if I can get a time frame. I was watching the logs and when the events were finished processing, I assumed they should be displayed. Is that not the case?
-
@carefreepineappl read this and following posts from Ext3 author about how ext processes
-
@sdetweil thanks, I read through it and I understand the time needed to download and parse the data, but what i’m seeing is after its done, it takes 10 minutes for the events to show up. And this is just for the US holidays calendar, which is fairly small.
I’m going to try my google calendar and see if it even populates after awhile.
-
@carefreepineappl note that the default fetch delay for the default calendar is quite long… 7 days… because all the mm systems polling the calendar labs urls were causing them problems
-