@MrDondoT
Re: [after reboot](not start with pm2 but ok with npm start)
I have make a new clean install, and after 1 reboot : Same situation… i have juste install raspbian and empty of modules MM session…
@sdetweil said in I'm tired with Magic Mirror 6 update:
ypically you also must npm install in each module folder if they have a package.json file so that their components are at the same level
I would start with each module over the defaults and comment them out, and back in one by one
Ok, i’ll try
I see your original problem. You have the cron job set to execute each day at 5am.
Here is the cron command for every five hours:
0 */5 * * * pm2 restart /home/piMagicMirror/mm.sh
I now have this running myself (every three hours).
Note: The leading 0 means that it will execute in the 0th minute of the hour.