Read the statement by Michael Teeuw here.
Bash install command doesn't execute
-
Hey,
I’m a complete newbie, and trying to get MagicMirror up and running on a freshly installed Raspberry Pi.
When I open Terminal and try to execute the bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)” nothing happens. Nothing at all.
Any ideas on where to troubleshoot?
-
Which Pi? I think that only works for the Pi2 and Pi3
-
@heed Double check to make sure your internet connection is up & running. Without a working internet connection, the script and packages will not install.
Easy check: Enter
curl www.espn.com
and look for a wall of HTML text. If you get a bunch of junk it works. If not, you need to troubleshoot your internet connection. -
Hey,
Its a raspberry pi 3, and internet is working. -
@heed
Trygit clone https://github.com/MichMich/MagicMirror.git
If that is successful:
cd MagicMirror
npm install