Read the statement by Michael Teeuw here.
Raspbian is fullscreen, but the MM not
-
@Clubjack part of the raspi buster setup asks you if you see a border around the screen, if so (looks like yes) it adjusts the overscan
to fix, from the buster desktop, top left menu, select Preferences, Configuration, then System, screen overscan
sorry, pic says that is not the problem… MM doesn’t understand rotated to portrait mode
-
@Clubjack how did u rotate the screen?
-
@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