@sdetweil
Thank you thank you so much!!!
You are the best :)
Read the statement by Michael Teeuw here.
-
RE: iCal parsing failed: Cannot find package 'ics-filter
-
RE: iCal parsing failed: Cannot find package 'ics-filter
@sdetweil
I did as you said and it seems to have worked but when I try to start the program I see this message
npm start run
bash: /home/pi-mirorr/.nvm/versions/node/v22.21.1/bin/npm: File or directory does not exist
I realize that there is something missing but what, what should I do now. -
iCal parsing failed: Cannot find package 'ics-filter
Hi!
i’m new to this and am having truble whenever I try to display my calendar, I get the message “iCal parsing failed: Cannot find package 'ics-filter” . It doesn’t matter which URL i use, I get the same message. I’m not really sure what the error message means, I woud appreciate any help. I have the latest update for magicmirror2.Here is the code I’m using for the calender:
{ module: "calendar", header: "Kalender", position: "top_left", config: { calendars: [ { symbol: "calendar-alt", url: "https://calendar.google.com/calendar/ical/sv.swedish%23holiday%40group.v.calendar.google.com/public/basic.ics" } ], maximumEntries: 3, //showLocation: false } },Here is the error message I get when I run the Code:
[2026-08-30 17:55:26.613] [ERROR] [calendar] https://calendar.google.com/calendar/ical/sv.swedish%23holiday%40group.v.calendar.google.com/public/basic.ics - iCal parsing failed: Cannot find package ‘ics-filter’ imported from /home/pi-mirorr/MagicMirror/defaultmodules/calendar/calendarfetcherutils.js
[2026-08-30 17:55:26.614] [ERROR] [calendar] Calendar Error. Could not fetch calendar: https://calendar.google.com/calendar/ical/sv.swedish%23holiday%40group.v.calendar.google.com/public/basic.ics iCal parsing failed: Cannot find package ‘ics-filter’ imported from /home/pi-mirorr/MagicMirror/defaultmodules/calendar/calendarfetcherutils.js