• 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.

Newbie

Scheduled Pinned Locked Moved Troubleshooting
10 Posts 4 Posters 980 Views 4 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.
  • B Offline
    bimmer
    last edited by Feb 7, 2021, 4:04 PM

    Hi All

    Newbie here…My Rasberry Pi, needs to be reprogrammed everytime I shut it off. It is an 8gb with a 32gb sd. Can anyone help a newbie?

    Thanks all

    1 Reply Last reply Reply Quote 0
    • J Offline
      JerryP
      last edited by Feb 7, 2021, 4:05 PM

      What do you meen whit reprogrammed, the mirror is not booting up or is the hol SD card empty? Where you from?

      B 1 Reply Last reply Feb 7, 2021, 4:07 PM Reply Quote 0
      • B Offline
        bimmer @JerryP
        last edited by Feb 7, 2021, 4:07 PM

        @jerryp

        Hi Jerryp

        Thanks for response. If I shut RPi off it will reboot but not launch magic mirror. I am from USA, Boston area. SD card is brand new

        thx

        J 1 Reply Last reply Feb 7, 2021, 4:15 PM Reply Quote 0
        • J Offline
          JerryP @bimmer
          last edited by Feb 7, 2021, 4:15 PM

          @bimmer
          Ok… so the folder MagicMirror is on the PI.

          in the terminal…

          sudo npm install -g pm2
          2.
          cd ~
          nano mm.sh
          3.
          cd ~/MagicMirror
          DISPLAY=:0 npm start
          4.
          CTRL-O en CTRL-X
          5.
          chmod +x mm.sh
          6.
          sudo pm2 startup systemd -u pi --hp /home/pi
          7.
          now you can fire up the mirror
          pm2 start mm.sh
          8.
          One command
          pm2 save
          9.
          sudo reboot

          Goodluck

          S 1 Reply Last reply Feb 7, 2021, 5:40 PM Reply Quote 1
          • J Offline
            JerryP
            last edited by Feb 7, 2021, 4:18 PM

            Som useful commands MagicMirror:

            Restart the MagicMirror
            pm2 restart mm
            Stop the MagicMirror
            pm2 stop mm
            The Log of the MagicMirror showing
            pm2 logs mm
            MagicMirror proces info
            pm2 show mm

            1 Reply Last reply Reply Quote 1
            • S Away
              sdetweil @JerryP
              last edited by Feb 7, 2021, 5:40 PM

              @jerryp use my fixuppm2 script.

              see https://github.com/sdetweil/MagicMirror_scripts

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J M 2 Replies Last reply Feb 7, 2021, 5:43 PM Reply Quote 0
              • J Offline
                JerryP @sdetweil
                last edited by Feb 7, 2021, 5:43 PM

                @sdetweil Why my mirror is running ferry nice.

                I only offer a way how @bimmer can fix is issue.

                S 1 Reply Last reply Feb 7, 2021, 5:45 PM Reply Quote 0
                • S Away
                  sdetweil @JerryP
                  last edited by Feb 7, 2021, 5:45 PM

                  @jerryp i understand. but dont need to issue commands. my script does it all.

                  also included in my install script

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 1 Reply Last reply Feb 7, 2021, 5:49 PM Reply Quote 0
                  • J Offline
                    JerryP @sdetweil
                    last edited by Feb 7, 2021, 5:49 PM

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @sdetweil
                      last edited by Feb 7, 2021, 10:29 PM

                      @sdetweil said in Newbie:

                      @jerryp use my fixuppm2 script.

                      Absolutely the best advice. Follow it. Or not, at your peril.

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      1 / 1
                      • First post
                        6/10
                        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