MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
SOLVED How to Remove old Module
-
Because when I use command git pull for update module,something wrong for my config
and can not update. so I have to remove old module and use git clone for new version
Thanks for all your help -
@nobita not the entire directory, but rather directory that contains your module inside of
MagicMirror/modules
For example if you have
MagicMirror/modules/module_to_delete
You would do:
cd ~/MagicMirror rm -rf modules/module_to_delete
-
General suggestion on that would be:
- backup your config.js file
- Remove that module entry from config.js
- Remove directory for that module under
MagicMirror/modules
-
@morozgrafix you mean delete MagicMirror/modules Folder?
-
@nobita not the entire directory, but rather directory that contains your module inside of
MagicMirror/modules
For example if you have
MagicMirror/modules/module_to_delete
You would do:
cd ~/MagicMirror rm -rf modules/module_to_delete
-
@morozgraf I see, Thanks again for your help