A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
I'm lost
-
@sdetweil Honestly I think uninstall Mm and starting over is my best option. Please advise how to delete the current software off a Raspberry pi 3 b .
-
@Techgator2 from your home folder do
rm -rf MagicMirror
but you shouldn’t need to…
after the git clone, you did npm install from the MagicMirror folder and then npm start to start it.
right?
-
I’m unsure .
-
After inputting the command ls . It listed the insall app as Magim2 . Not sure why but i believe that’s the magic mirror file but somenow its been rename . how do I delete and start fresh ?
please explain in K.I.S.S format. -
# go to home folder cd ~ # erase old installation of MagicMirror rm -rf MagicMirror # get the current MagicMirror repo here git clone https://github.com/MichMich/MagicMirror.git # change into its directory cd MagicMirror # install all the dependencies npm install # start mirror with default config npm start