• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

My MM lost power and did not come back up. :(

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 391 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    TomBrown
    last edited by Nov 28, 2020, 7:34 PM

    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 directory

    I am pretty sure I am missing something extremely simple or at least I hope I am. Would appreciate any help.

    1 Reply Last reply Reply Quote 0
    • T Offline
      TomBrown
      last edited by TomBrown Nov 28, 2020, 7:42 PM Nov 28, 2020, 7:41 PM

      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)"
      
      S 1 Reply Last reply Nov 28, 2020, 8:06 PM Reply Quote 0
      • S Offline
        sdetweil @TomBrown
        last edited by Nov 28, 2020, 8:06 PM

        @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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy