Read the statement by Michael Teeuw here.
Reinstall a default module
-
Hello,
I have a problem and maybe my question is stupid but I want to reinstall a default module and I don’t know how I can do.
Since the last update of magic mirror, I had a problem with the calendar module. I haven’t touched it but the magic mirror refuses to start because of it and I don’t know why, so I decided to erase, but now I have to reinstall it and I would like to know how I can do this (git clone https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar dosen’t work).Thanks ! :)
-
@JohnB7777 do this
cd ~/MagicMirror git checkout -- modules/default/calendar/*
-
@sdetweil said in Reinstall a default module:
git checkout – modules/defaults/calendar/*
I try and it didn’t work :
error: pathspec 'modules/defaults/calendar/*' did not match any file(s) known to git.
EDIT : ok, it works, it was default without the “s” letter
Thanks a lot ! :D -
@JohnB7777 sorry, typo… default, not defaults
cd ~/MagicMirror git checkout -- modules/default/calendar/*
-
@sdetweil Yes, I edit my message, thanks :smiling_face_with_smiling_eyes:
-
@JohnB7777 I posted the wrong instructions. i fixed it before replying…
so, try again