Read the statement by Michael Teeuw here.
Calendar shows "no entries" after MM Update
-
@tgeimer for me thats working THANK YOU !!!
-
I tried tgeimer’s fix (many thanks by the way), but without success. Of two calendars, only one displays. Here is the terminal output:
Whoops! There was an uncaught exception…
Error: dates lower than Mon Jan 01 1900 00:00:00 GMT-0500 (EST) are not supported
at Object.toOrdinal (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:105:15)
at Iterinfo.rebuild (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:1409:35)
at RRule._iter (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:978:10)
at RRule.between (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:794:21)
at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:122:24
at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:5)
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:1081:10)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issuesDave
-
@Mitch1138
You have changed your ORDINAL_BASE to 1900, but it seems as if you have dates even before 1900 in your calendar as it tells you in line 2 of the exception:Error: dates lower than Mon Jan 01 1900 00:00:00 GMT-0500 (EST) are not supported
What kind of calendar is it? Try to change the year to something even lower or even 0. Otherwise you can perhaps guess based on your calendar which entry might cause this error and change that recurring date…
-
Excellent, changing the date to 1000 fixed it. It is a google calendar, but I have synced with outlook, iphone, etc. so are probably some odd dates and trash squirreled away.
Thanks very much
-
@Mitch1138 said in Calendar shows “no entries” after MM Update:
tgeimer’s
tgeimer’s fix worked for me too!! Thank you!
-
@tgeimer
You are awesome!
I was looking for a solution since I´ve updated MM but only now when I got the error message with the date 1970 I was able to find that thread and your solution. Now is working again. Thank you very much. -
So I’ve set the date to 1000… And even the beautiful year 0, but the only entry it shows is 1 entry which isn’t due in over 5 months… The calendar is very important for me so can anyone please help me!! Thnx in advance!!
-
See the 28th and 29th post in this topic
-
@tgeimer
Thanks for your solution! Saved my day ;)