A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Raspbian is fullscreen, but the MM not
-
@sdetweil Here is how I rotated mine and probably the same method was used.
https://www.youtube.com/watch?v=pCB-CHvc6j0
The video also discusses removing the black border as well.
-
Hey.
I have no Problems with Black border.
Raspbian is fullscreen.
But MM is only in a small Window. -
Have the same issue and can’t seem to find the answer. Did anyone figure out how to fix it? Can you share, please?
-
-
-
@teandryk are u on the pi display or over vnc
-
fount it,
in ~/MagicMirror/js/electron.js infunction createWindow()
…
width: 800,
height: 600,
…To get the current resolution:
fbset
-
@teandryk u can set that in config.js
electronOptions: {width: xxx, height: yyy},
but it should have done it automatically