• 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
  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 Jan 3, 2019, 2:34 PM
Last Online Jan 28, 2019, 8:54 AM

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
    Jan 17, 2019, 10:32 PM

Latest posts made by aidandon

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

    Code: n4391
    Location: Northern Ireland

    posted in Troubleshooting
    A
    aidandon
    Jan 17, 2019, 10:32 PM
  • 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
    Jan 3, 2019, 5:06 PM
  • 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
    Jan 3, 2019, 4:37 PM
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