Read the statement by Michael Teeuw here.
MagicMirror uninstall/removal
-
I downloaded the MagicMirror software and my pi did not have enough storage space for all the files. After deleting the ~/MagicMirror/ directory and making space on the pi (roughly 2GB) I now am unable to download the files as it says I already have it installed. My pi also thinks the ~/MagicMirror/ folder is still there when i try to run the command to download. Please help me Obi Wan, you’re my only hope
-
@Neo237
When you open a new terminal and type
ls
, is there a MagicMirror directory there? -
@Mykle1 no, I deleted the directory
-
@Neo237
Well, your OS thinks it’s there. Perhaps you should double check
-
@Mykle1 I have… I’ve even tried ls -l incase its hidden, no dice.
-
@Neo237
Very odd. I wouldn’t know where to go from here. Did you try @sdetweil’s installer script to see if you encounter the same issue?
-
@Mykle1 I’m not sure, could you link me to it so I may test it?
-
@Neo237
bash -c "$(curl -sL https://www.dropbox.com/s/izj6dz2z9557oga/raspberry.sh?dl=0)"
Good luck.
EDIT
You should update your node and npm beforehand, I would think
-
@Mykle1 this worked, I was using a different url to download. Thank you!
-
@Neo237
All credit to @sdetweil for his wonderful installer script.