Read the statement by Michael Teeuw here.
Google Calendar not updating
-
@vanced54 if u edit the downloaded ics file. Do you see the events u are looking for?
-
@sdetweil I sure do
-
@vanced54 do you see in the terminal window, or pm2 logs
Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
but with your url?
do you see any errors?
-
Not that I see but there may be something I am overlooking
-
@vanced54 ok, there is a debug tool in the /modules/default/calendar folder
edit the debug.js and put your url in the place of the one there
and then do
node debug.js
it should display events read from the calendar
-
@sdetweil where do I do the node debug.js?
I tried it but doesn’t seem to work
I did edit the debug.js file with the same link.
-
@vanced54 you have to be in the MagicMirror/modules/default/calendar folder
-
It does find events. So that means the link is good I belive.
-
@vanced54 are the events in the future?
open the developers window on the mirror
using the ctrl-shift-i on the keyboard or npm start devthen select the console tab, and scroll up… u can also filter to just the module
by putting part of the module name in the filter field ‘cal’ (no quotes) for example -
The events were in the past. Only 10 were there but it seems like that is what the max events were set to.