Read the statement by Michael Teeuw here.
three mm processes. How to delete one?
-
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. -
@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.
-
-
@EngrAg81 if you started mm with your own mm.sh then it creates one with mm as the name
my installer creates the MagicMirror onepm2 has commands to manage the list
pm2 --help
pm2 delete xxxxxx is the name or row number… as shown by pm2 status
as you have multiple mm, then name is ambiguous, use the number in frontpm2 save
after removing the extrasin general ALL linux commands have help via --help (by convention, rules)
-
@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.
-