A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Help with Crontab starting pm2 mm.sh
-
@sdetweil That was the solution. Thank you!
29 14 * * * /usr/local/bin/pm2 start mm.sh >/dev/null >2&1
-
-
-
Now I have
PATH=/usr/local/bin:/usr/bin:/bin 00 7 * * * pm2 start mm >/dev/null 2>&1
-
-
@sdetweil Like so
PATH=/usr/local/bin:/usr/bin:/bin 00 7 * * * pm2 start mm &>/dev/null
-
@DDE12 yes
-