MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Updating SebTota's Pi0 Image stops MM

    Troubleshooting
    2
    4
    1496
    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.
    • K
      kellogg76 last edited by

      I’m using a Pi Zero image from the Magic Mirror forum for my mirror, but it gives a warning about being over 400 commits from the most recent version.

      I SSH in and try to update from the MagicMirror directory with the command

      git pull
      

      Then I get this displayed and then after reboot my no longer displays.

      If I then SSH in again, where I normally see this, I see this instead.

      Any ideas?

      1 Reply Last reply Reply Quote 0
      • yawns
        yawns Moderator last edited by

        Did you run npm install after the git pull?

        K 1 Reply Last reply Reply Quote 0
        • K
          kellogg76 @yawns last edited by kellogg76

          @yawns I did do that, and got this in the terminal window, now the screen goes black like it’s about to start but never does.

          Looks like I’ll need to copy the image again and try something else.

          K 1 Reply Last reply Reply Quote 0
          • K
            kellogg76 @kellogg76 last edited by

            For anyone with the same issue, follow these steps.

            cd MagicMirror
            git pull
            sudo npm install
            sudo npm install colors -g
            cd vendor
            sudo npm install
            sudo reboot
            

            After the reboot you’ll be up and running again.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy