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…
Read the statement by Michael Teeuw here.
Posts made by Nik
-
RE: Calendar error
-
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) -
RE: Hey Guys, I need help
The square bracket from evening opens but didn´t closes, this seems to be the problem :)
-
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) -
Calendar loading Outlook Calendar
Hello,
I installed the MagicMirror yesterday (huge Thank you to Michael Teeuw!) and managed to get my Outlook Calendar working, as I got a link to an ics file.
It worked for several hours, but now it isn´t working proper anymore…
I already tried the link on my Computer and it seems to work just fine! My only guess is that it might be a bug… Any ideas what I can try?
Thank you for your help -
RE: Unable to install dependencies!
@gshimself -bash: npm: command not found
@broberg Yes, will try it again now, but it didn´t work for me D: -
Unable to install dependencies!
Hi guys,
just tried installing the Magic Mirror (curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash). Getting the following message; can anyone help me?Run
apt-get install nodejs
(as root) to install Node.js v6.x and npmReading package lists… Done
Building dependency tree
Reading state information… Done
nodejs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Node.js installation Done!
Cloning MagicMirror …
Cloning into ‘MagicMirror’…
remote: Counting objects: 4734, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 4734 (delta 15), reused 0 (delta 0), pack-reused 4698
Receiving objects: 100% (4734/4734), 10.49 MiB | 1.62 MiB/s, done.
Resolving deltas: 100% (2502/2502), done.
Cloning MagicMirror Done!
Installing dependencies …
bash: line 109: npm: command not found
Unable to install dependencies!