Read the statement by Michael Teeuw here.
Calendar Module missing recurring events schedule after 7pm EST
-
@songman the rrule library is having trouble.
add“DEBUG”
to the logLevel list at the top of config jsthen use (pm2 stop all ahead of this)
cd ~/MagicMirror npm start >somefile.txt 2>&1
you’ll see Processing Event
and dates: [… ] for the list of recurring dates -
@songman yeh post was marked as spam
but there is is null, null
-
@sdetweil so the nulls are expected to be dates, is this a google problem or an rrule issue?
-
@songman that is an rrule problem. the ICS parser we use, node-ical, has included a new rrule version which supports utc based times, where the prior didn’t.
clearly it has some troubles.
-
@songman there are several issues with recurring dates in the latest release, but good news: there is a pull request with a bunch of fixes in it!
Hopefully, if all goes well, these fixes should be in the next MM release.
In the meantime, I’d be happy to see if the fixes resolve the issues that you’re seeing. If you could DM me the .ics file (feel free to delete location data and/or event names) and specify which events aren’t properly showing then I can take a look.