Read the statement by Michael Teeuw here.
My MM lost power and did not come back up. :(
-
My MagicMirror lost power and did not come back up. The pi itself powers up but the software (OS) did not load. There was a rapid blinking cursor in the top left corner.
So, I downloaded the latest Raspian version and got it installed to a micro sd card. Put the card into the pi and it booted up fine (regular pi OS, not NOOBS). Configured the WiFi, set a static IP, changed the (pi) password and enabled SSH.
Connected to the pi using SSH and updated the system by using “sudo apt update” and “sudo apt full-upgrade”.
The pi is currently running: VERSION=“10 (buster)”.So pretty happy with what I have so done so far! I figured that since I had copied the whole MagicMirror directory after I had it configured the first time, I could install MM, copy the config files over and be good to go!
So I headed over to github (https://github.com/sdetweil/MagicMirror_scripts) and read quickly through it. Opened up an SSH session and tried to run the installer script.
$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)No bueno. :(
When I run the script as above, here is the error message.
-bash: #!/bin/bash: No such file or directoryI am pretty sure I am missing something extremely simple or at least I hope I am. Would appreciate any help.
-
So I just wanted to post an update instead of just deleting this post. Hopefully me being a doofus will help someone who may have the same issue.
I forgot to include the leading " bash -c " before the script. It is installing now.
So I should have been typing in:bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" -
@TomBrownand if u are using ssh, just copy/paste the line.
ps, its does all the updates. And installs node and npm. So u don’t have to anything but build the card
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