Read the statement by Michael Teeuw here.
Auto Start on Pi Zero
-
What way will I go about this? I have tried using both Xinit and PM2 but cannot seem to get my scripts to auto run
I have
mmstart.sh#!/bin/bash cd ~/MagicMirror; node serveronly & sleep 30; sh /home/pi/MagicMirror/PiZero/chromium_start.shand another
chromium_start.sh#!/bin/sh unclutter & chromium-browser --start-fullscreen --app http://localhost:8080I am not sure why these are not working or how to troubleshoot them?
-
@aidandon I commented on the other post; not sure if you have solved already. Did you install using my github repo? If so, the problem is that my pm2_MagicMirror.json file is looking for a file called startMagicMirror.sh and not mmstart.sh, so it won’t know to run your mmstart.sh file.
Edit: if you have this working now, can you mark the post as solved.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login