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.

    three mm processes. How to delete one?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 312 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.
    • E Offline
      EngrAg81
      last edited by

      When I use pm2 to either start or stop my MagicMirror I get three processes: MagicMirror, mm and another mm.
      I would think they conflict. I’ve searched online but haven’t found a solution. I’d like to delete one of the two mm processes. Can anyone help? I’m a novice with Linux and Magic Mirror. Thanks.

      E 1 Reply Last reply Reply Quote 0
      • E Offline
        EngrAg81 @sdetweil
        last edited by

        @sdetweil I was able to successfully use “pm2 delete 2” and save my efforts. The mirror seems to be responding faster now. Thanks for your help.

        1 Reply Last reply Reply Quote 0
        • E Offline
          EngrAg81 @EngrAg81
          last edited by

          IMG_8568.jpeg

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

            @EngrAg81 if you started mm with your own mm.sh then it creates one with mm as the name
            my installer creates the MagicMirror one

            pm2 has commands to manage the list

            pm2 --help
            pm2 delete xxx

            xxx is the name or row number… as shown by pm2 status
            as you have multiple mm, then name is ambiguous, use the number in front

            pm2 save
            after removing the extras

            in general ALL linux commands have help via --help (by convention, rules)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            E 1 Reply Last reply Reply Quote 0
            • E Offline
              EngrAg81 @sdetweil
              last edited by

              @sdetweil I was able to successfully use “pm2 delete 2” and save my efforts. The mirror seems to be responding faster now. Thanks for your help.

              1 Reply Last reply Reply Quote 0
              • S sdetweil has marked this topic as solved on
              • 1 / 1
              • First post
                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