A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Fullscreen help
-
Hey,
Need some help with to make MM fullscreen. As seen in photo attached, i can’t get rid of the MagicMirror header on Midori browser and neither the white edges.
Please, your solution will be highly appreciated.Regards,
GI -
@prvrami hit f11 key?
-
@sdetweil if it was that easy…
-
@prvrami everybody else uses that
-
@prvrami looks like you have to pass param to get it to go fs
midori -e Fullscreen -a [url_to_site]
-
@sdetweil ok, i give up. Tried a common keyboard, tried VNC-ing from my laptop but nothing seems to work. Is there another key combination for Midori ?
-
@prvrami i didn’t find any keyboard operation to go fs, in my google searches
see my comment about about parameter
-
-
#!/bin/sh unclutter & xset -dpms xset s off xset s noblank matchbox-window-manager & midori -e Fullscreen -a http://localhost:8080
-
unclutter & xset -dpms xset s off xset s noblank
that turns off screen saver and power mgmt
matchbox-window-manager &
that must be the trick