A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
calendar (icloud) not loading after last MM Update
-
Does it help if I delete the module with the command and then reinstall it?
cd~/MagicMirror rm-rf modules/MMM-MyCalendar
-
@sil3ntstorm said in calendar (icloud) not loading after last MM Update:
reinstall node-ical again
looks like you didn’t do this step
cd ~/MagicMirror npm install node-ical@0.16.1
which MMM-MyCalendar are you using?
one I found doesn’t have a node_helper.jsgit remote -v
in the module folder
-
-
@sil3ntstorm ok, something has happened to the node_modules folder, so time to cleanup
do
cd ~/MagicMirror sudo rm -rf node-modules npm run install-mm npm install node-ical@0.16.1
-
I tried it but these error messages appear. I even completely reinstalled MM, the message you see below comes after I enter the command