Read the statement by Michael Teeuw here.
How do I delete a module?
-
How do I delete a module? Please explain to me like I’m 3 YO. I know nothing about coding
-
open a terminal window
ctrl-alt-tcd ~/MagicMirror/modules rm -rf xxxxxwhere xxxxx is the module you have installed and now want to delete.
exact letter case matters
foo is not the same as Foo on Linuxthen do
cd ~/MagicMirror/config nano config.jsuse the arrow keys on the keyboard to move up and down, left and right
find the entry
module:"xxxxx`,where xxxxx is the module u want to delete
move the cursor to the right end of that linehit the enter key
typedisabled:true,hit Ctrl-o
hit enterhit ctrl-x
you will be back at the terminal window prompt
do
cd ~/MagicMirroryou can now restart MagicMirror however you do that
npm start
or
pm2 restartread the two links in my signature below
we did the disable approach cause it’s the easiest to do, and requires the least amount of content format knowledge.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login