@strawberry-3.141
Well i tried Chromium but i didn’t get it to work on the Pi Zero. With the code you provided it works well. Thank you for your time.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
N
Latest posts made by nixidee
-
RE: Modules not showing up on KWEB or Midori
-
RE: Modules not showing up on KWEB or Midori
Thanks for your work. Which Browser do you recomment? Both are lightweight kiosk Browsers and the pi zero needs a lightweight browser as far as I know.
I gues, I have to clone it again and npm install it again?
-
RE: Modules not showing up on KWEB or Midori
Do you mean this?
That is this line:
setInterval(() => {
Or what did you need exactly?
What (Kiosk)Browser do you use?
-
Modules not showing up on KWEB or Midori
Hello,
i have a small problem with the modules. When i try to load MagicMirror² in a Browser on my Pi Zero from console, some modules won’t load. Instead of the module it shows a text like :“module_3_MMM-Fuel” or " module_4_MMM-soccer".
If i load it from desktop or another computer everything works fine.
this is the way i load the Browser (sudo xinit script.sh):
Midori:
#!/bin/sh xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don't blank the video device unclutter & matchbox-window-manager & midori -e Fullscreen -a http://localhost:8080
KWeb:
#!/bin/sh xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don't blank the video device unclutter & matchbox-window-manager & kweb -KJERLH http://localhost:8080
Can anybody help me please?
Thank you.