Magicmirror: Automatic Start & Doesn't Shut Down

Created on 27 Apr 2019  路  6Comments  路  Source: MichMich/MagicMirror

Hi I'm a noob and I just started with Raspberry Pi projects. So this is my first major project and I want to be able to customise later on but for now I'm following everything word by word.

So I ran the following command as specified in README.md after the initial configurations:
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"

After the automatic installation took place, I was reading about the next steps when lo and behold, without prompting the application to run, it starts on its own and when I pressed Ctrl+Q, after a few seconds, it restarted again without any prompting! Please someone help! I can't get it to stop.

All 6 comments

that is the pm2 automatic control...

do pm2 list to see the applications being run, and then pm2 stop the application name (I think it is 'MagicMirror')

Oh thank you very much :)
So if I wanted to run Alexa like this simultaneously with the MagicMirror I鈥檇 have to do a pm for that in a similar way?

There is a module to run Alexa inside mm.
MMM-Alexa on github

My pm2 is pm2 stop mm

Thanks sdetweil, dxfan227, Marcreed48 馃挴 you've been incredibly helpful

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Darkcast picture Darkcast  路  4Comments

3vidar picture 3vidar  路  6Comments

bh picture bh  路  6Comments

mc-landin picture mc-landin  路  3Comments

sharmmoh1983 picture sharmmoh1983  路  12Comments