• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Auto Start on Pi Zero

Scheduled Pinned Locked Moved Unsolved Troubleshooting
pizeromagic mirrorautostart
2 Posts 2 Posters 1.1k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    aidandon
    last edited by Jan 3, 2019, 4:37 PM

    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.sh
    

    and another

    chromium_start.sh
    
    #!/bin/sh
    unclutter &
    chromium-browser --start-fullscreen --app http://localhost:8080
    

    I am not sure why these are not working or how to troubleshoot them?

    A 1 Reply Last reply Jan 3, 2019, 7:22 PM Reply Quote 0
    • A Offline
      andyc7687 @aidandon
      last edited by andyc7687 Jan 3, 2019, 7:23 PM Jan 3, 2019, 7:22 PM

      @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.

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy