MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. aidandon
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    aidandon

    @aidandon

    1
    Reputation
    320
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    aidandon Unfollow Follow

    Best posts made by aidandon

    • RE: Contribute to a module. Volunteers wanted! Easy!

      Code: n4391
      Location: Northern Ireland

      posted in Troubleshooting
      A
      aidandon

    Latest posts made by aidandon

    • RE: Contribute to a module. Volunteers wanted! Easy!

      Code: n4391
      Location: Northern Ireland

      posted in Troubleshooting
      A
      aidandon
    • RE: Installing on a Pi Zero

      I can confirm this works. To run server cd MagicMirror then run command node server only.

      Appreciate this work!

      posted in Troubleshooting
      A
      aidandon
    • 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.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?

      posted in Troubleshooting pizero magic mirror autostart
      A
      aidandon