Read the statement by Michael Teeuw here.
Can't start the Installroutine
-
Hello,
i has a Problem i can’t install MagicMirror2 in my Raspberry Pi 3.
I connect my Pi with Putty, with no problems.If i run the command:
bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”
the pi pending 3 sec but it does not start.
can someone help me.
Many greetings
Stephan -
@user_Stephan Double check to make sure you have an internet connection from your Pi. Once you’ve used Putty to get to the pi’s command line, try
curl www.espn.com
and see what comes back. You should get a mess of html text. If you do not, then you need to troubleshoot your Pi’s internet connection.I haven’t run the install script in a good long while, so I don’t know how much text it throws at the screen. After you run it, do you have a folder at
/home/pi/MagicMirror
? -
Thank you ! that was the problem! Now everything is running!!!