Just for info, after upgrading to v2.2.0, this issue resurfaced. I tried replacing the ical scripts as described here: https://github.com/MichMich/MagicMirror/issues/839#issuecomment-298308733
but that didn’t work for me. I used this recommendation which was posted on the forum and was overwritten when I updgraded:
Edit this file:
/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js
- Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:
ORDINAL_BASE: new Date(1970, 0, 1), ORDINAL_BASE: new Date(1000, 0, 1), (set it to a lower year like 1900, I used 1000) - Then restart your magic mirror