Hi, i installed and everything looks good. I wrote the mm.sh to get pm2 to autostart.
~/MagicMirror
DISPLAY=:0 npm start
now i minimized with STRG+M and realized that there are two instances running.
if i type pm2 stop mm it stops the second instance, and i see another which is called MagicMirror.
How do i get it to start only one and still have the restart feature?
i will delete the mm.sh now but i don’t think this is the way i want it?