sdetweil/MagicMirror_scripts

Magic Mirror auto starts with no internet

Closed this issue · 3 comments

This install script was super easy. Love it. However, it seems magic mirror starts before the system has had a chance to acquire an internet connection, so none of the modules load. How do I postpone the startup of magic mirror to avoid having to login to restart magic mirror manually every time?

you could add a sleep, nslookup loop in from of the npm start in MagicMirror/installers/mm.sh

or a ping -c1 some other IP address on your network.. instead of nslookup

yu can also force boot to wait til network stack is up

did you solve this? can we close now?