Read the statement by Michael Teeuw here.
Calendar just loading
-
Hi guys,
my Magic Mirror wasn´t loading my Calendar, so I started investigating using npm start dev …
I got the Message down below. So I looked it up on the internet and found a modifier ical and node-ical file, which I uploaded… But is still not loading! I also changed back the time from 1970 to 1000 (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js)…
Is there anything I can do?Whoops! There was an uncaught exception…
TypeError: curr.start.toISOString is not a function
at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:44:50)
at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:371:49)
at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:412:28)
at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:28)
at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:186:22)
at emitTwo (events.js:106:13)
at Request.emit (events.js:191:7)
at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1163:10)
at emitOne (events.js:96:13)
at Request.emit (events.js:188:7) -
Are these the files you found and changed?
-
Exactly, but it still won´t work…