MagicMirror Forum

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

    UNSOLVED Pm2 not starting MM

    Troubleshooting
    3
    5
    113
    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
      kikosilva17 last edited by

      I’m having a bit of an issue with my pm2, because when I do “pm2 start MagicMirror”, it appears that is started, however nothing shows up on the screen… When I do “cd MagicMirror” and then “npm start” it works… Sorry if this is some noob problem but I’m struggling here 😔.

      1 Reply Last reply Reply Quote 0
      • K
        kikosilva17 last edited by

        @kikosilva17 Forgot to mention that in using MX Linux and an old PC due to the fact that raspberry’s are all sold out in my country…

        BKeyport S 2 Replies Last reply Reply Quote 0
        • BKeyport
          BKeyport Module Developer @kikosilva17 last edited by

          @kikosilva17 Sounds like you have the wrong command saved to it, or the script used isn’t accurate.

          You can delete the command and roll your own. Try something like this:

          pm2 delete MagicMirror
          cd MagicMirror
          pm2 start npm start --name MagicMirror 
          

          Bring back upcoming mode in MMM-CalExt3, MMRize 😉

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @kikosilva17 last edited by sdetweil

            @kikosilva17 run

            pm2 logs --lines=50

            may have to clear them and redo

            pm2 stop all
            pm2 flush

            pm2 start MagicMirror
            wait 10 seconds
            pm2 logs

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • S
              sdetweil @BKeyport last edited by

              @bkeyport installers/mm.sh is there for this purpose

              Sam

              Create a working config
              How to add modules

              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