Code: n4391
Location: Northern Ireland
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
A
Best posts made by aidandon
-
RE: Contribute to a module. Volunteers wanted! Easy!
Latest posts made by aidandon
-
RE: Contribute to a module. Volunteers wanted! Easy!
Code: n4391
Location: Northern Ireland -
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!
-
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?