@MWel1977 said in How to "halt" autostart for some time...?:
Can I pauze this autostart somehow?
If you can get to the terminal quickly enough (before MM autostarts) you can type pm2 stop MagicMirror
. This will quit MagicMirror without disabling autostarting. After you’ve done what you need to do you can then type pm2 start MagicMirror
. This will launch MagicMirror and your autostarting will still be intact.
If MagicMirror is already running you can press your Alt key and get to your terminal that way. Then, do as described above.