Read the statement by Michael Teeuw here.
Magic Mirror Mac Mini npm start
- 
@drx1984 if u used the installer, it should have setup a pm2 module to auto start mm in boot.
From your shell, can you try
pm2 list - 
@sdetweil said in Magic Mirror Mac Mini npm start:
if u used the installer, it should have setup a pm2 module to auto start mm in boot.
From your shell, can you tryI have used this installation description.
do I have to install something else???
https://forum.magicmirror.builders/topic/810/total-beginner-mm2-with-macmini/3 - 
@sdetweil Now I have PM2 modules through this installation guide.
But when I restart the Mac Mini, MagicMirror does not start by itself.
https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror - 
@sdetweil

ok so? - 
@drx1984 I am sure the mm setup failed when it did the pm2 setup, as it is hard coded to user pi.
I think if you do
pm2 start ~/MagicMirror/installers/mm.sh pm2 saveIt will work on boot
 - 
@sdetweil did the mirror app start?
 - 
@sdetweil said in Magic Mirror Mac Mini npm start:
did the mirror app start?
Yes starts, Now I try to restart the MacMini and see if Magic Mirror starts automatically
 - 
@sdetweil pity MagicMirror does not start automatically after reboot
 - 
Does anyone have Magic Mirror on the Mac Mini on the run???
How does she do that with the autostart?? - 
forget pm2. this could be a help.
https://stackoverflow.com/questions/6442364/running-script-upon-login-mac 
