MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0
    B Offline
    1. Home
    2. Beginner_123
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Posts

    Recent Best Controversial
    • RE: iCal parsing failed: Cannot find package 'ics-filter

      @sdetweil
      Thank you thank you so much!!!
      You are the best :)

      posted in Requests
      B
      Beginner_123
    • 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.

      posted in Requests
      B
      Beginner_123
    • 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

      posted in Requests
      B
      Beginner_123
    • 1 / 1