Read the statement by Michael Teeuw here.
Pi Zero
-
So my promised input to the whole thing:
I gave up on kweb and using midori browser. It automaticly starts in fullscreen and kiosk mode. I have to put in a delay after “node serveronly” of 45s.Bootup in console mode and add this in /etc/rc.local
sudo -u mirror /home/mirror/MagicMirror/serveronly
sleep 45s;
sudo -u mirror midori -e Fullscreen -a http://localhost:8080
and thats it. Works for me.
-
@darkeagl105 HI thanks for the update, I did end up recompiling Kweb which worked once I’d figured out I had to do that… I’m just now stuck figuring out how to stop my screen blanking after 10 mins! I think I’ve added the xset commands in about 5 locations and still nothing!
-
Getting an:
/home/pi/start.sh: line 4: xinit: command not found
where line 4 is:
xinit /usr/bin/kweb -KJE4 “http://localhost:8080”any help appreciated. thank you in advance.
-
@nigel-daniels I realise this is really late, but I found a solution to my screen blanking on this site, at the bottom with “setterm -blank 0”.
-
Sorry: got that wrong. I’m still back to it blanking.
-
This post is deleted!