Read the statement by Michael Teeuw here.
Calendar error
-
Hi guys,
for certain Calendars I am getting this error message when I try debugging them. Any guesses?module.js:478
throw err;
^Error: Cannot find module ‘rrule’
at Function.Module._resolveFilename (module.js:476:15)
at Function.Module._load (module.js:424:25)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object. (/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js:20:29)
at Module._compile (module.js:577:32)
at Object.Module._extensions…js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3) -
@Nik This might be related to this thread here where people have trouble with certain calendars in
MMM-MyCalendar
.But strange that it says
rrule
doesn’t exist. Does~/MagicMirror/node_modules/rrule-alt/
exist? -
Thank you for your reply!
Yeah I already checked the thread out, but it still wouldn´t work…
I just started removing modules from my config and found that my MMM-MyCalendar module is preventing the mirror from starting! I will try reinstalling it…