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

PM2 MM2 Not starting on start up

Scheduled Pinned Locked Moved Troubleshooting
37 Posts 12 Posters 28.3k Views 12 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.
  • E Offline
    eugekiller
    last edited by Dec 1, 2016, 4:11 PM

    Ok so i figured out how to exit out of MM. But its still not starting after reboot. Can anyone help me or is there anything i can try to do.

    B 1 Reply Last reply Dec 2, 2016, 2:24 AM Reply Quote 0
    • B Offline
      bhepler Module Developer @eugekiller
      last edited by Dec 2, 2016, 2:24 AM

      @eugekiller When you say “loads into NOOB”, I presume you mean that it gives you a command line interface that looks like this: pi@RaspMirror:~ $ instead of starting your mirror?

      If that is correct, I believe you need to configure your Pi to start the graphical interface. From the command line, run the configuration program: sudo raspi-config. Navigate to the boot options and tell it to boot to the Desktop Autologin option. When you hit OK enough times, it will ask you to reboot. Do so and report back.

      1 Reply Last reply Reply Quote 0
      • E Offline
        eugekiller
        last edited by Dec 2, 2016, 1:50 PM

        Noobs is the PI noobs interface almost like a windows (https://www.raspberrypi.org/downloads/noobs/). From there i can select terminal and then i get the pi@raspMirror:~ $. PM2 seems to work and is linked because when i type pm2 start mm.sh it does load MM. So I assume that PM2 is linked with MM since i can load it through PM2. So for some reason PM2 is just not loading it on start up.

        Ok so i did the config option that you said and still no luck. Is there a way to uninstall PM2 so i can try to reload it again?

        B 1 Reply Last reply Dec 2, 2016, 4:56 PM Reply Quote 0
        • B Offline
          bhepler Module Developer @eugekiller
          last edited by Dec 2, 2016, 4:56 PM

          @eugekiller Sure. sudo npm uninstall -g pm2

          When you installed PM2, did you copy & run the command it displayed for you?

          1 Reply Last reply Reply Quote 0
          • E Offline
            eugekiller
            last edited by Dec 2, 2016, 4:58 PM

            Yes it did I will try to uninstall and install it back. Thanks B.

            1 Reply Last reply Reply Quote 0
            • E Offline
              eugekiller
              last edited by Dec 2, 2016, 6:10 PM

              Well Just reinstalled PM2 and still nothing. Using this guide not sure if everything is correct on that. https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

              Is there a way to see if PM2 is even trying to load MM on start up. Or maybe something wrong with this command:
              cd ~/MagicMirror
              DISPLAY=:0 npm start

              1 Reply Last reply Reply Quote 0
              • E Offline
                eugekiller
                last edited by Dec 2, 2016, 6:26 PM

                Ok so i also tryed to do pm2 lists and there is nothing in the list. Does that mean anything?

                1 Reply Last reply Reply Quote 0
                • E Offline
                  eugekiller
                  last edited by Dec 2, 2016, 6:48 PM

                  Ok so i started doing some more digging. First i have a question PM2 does it actually load MM from a full reboot? meaning power off to RPI and a full start.

                  The reason i ask is because
                  When i open terminal in RPI and type npm start from MM directory it loads MM without any problems. Then i hit Ctrl Q it quits.
                  Then i do PM2 list and gives me 0 apps running.
                  Then I do pm2 start mm.sh again loads MM without a problem. Then i hit Ctrl Q it exits MM for about 10sec and then loads it back. During the 10sec I did pm2 list again and it said MM is running.

                  So I dont think PM2 is actually loading MM from a full reboot.

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    eugekiller
                    last edited by Dec 2, 2016, 6:58 PM

                    BINGO Got it to work. Not sure if others had a problem with this or its something new. but here it is.

                    However, there is a bug on the generated startup script that prevents PM2 from automatically run at startup. You will need to edit /etc/init.d/pm2-init.sh and

                    replace: export PM2_HOME=“/root/.pm2”
                    with: export PM2_HOME=“/home/pi/.pm2”

                    Got this from here: https://bekti.io/automatically-start-a-node-js-application-on-raspberry-pi/

                    S 1 Reply Last reply Dec 4, 2016, 4:04 PM Reply Quote 2
                    • S Offline
                      sebzx10r @eugekiller
                      last edited by Dec 4, 2016, 4:04 PM

                      @eugekiller

                      Hey,I’m having this exact same issue. I’m trying to follow your steps but I can’t locate the pm2-init.sh file. I have the pm2 installed. I go follow the same directory paths as stated but that one file isn’t there. Any ideas about where the file is? It has to exist somewhere since I’m able to use it.

                      E 3 Replies Last reply Dec 4, 2016, 4:51 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        7/37
                        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