Read the statement by Michael Teeuw here.
MagicMirror runs in small window after update
-
I was able to almost fix my problem using
electronOptions : { width: 1080, height: 1920 }However, I have a thin line from the desktop at the right and bottom edge shining through. The electron window does not cover the whole screen. I tried to use
fullscreen: trueandkiosk: trueand set the width and height to values higher than my display size but it didn’t change anything. Interesting though, when I setx: 1in electronOptions to offset the window by a pixel, the thin line will disappear on the right side but appears on the left.Any ideas how to fix this? @sdetweil
-
@maxheartrate x:0, and width: add one
-
@sdetweil Thank you for your advise, Sam.
This is what I already tried - and just tried again:electronOptions:{ x:0, width: 1081, height: 1921, fullscreen: false, kiosk: true }The problem remains the same. I also added more than one pixel to width and height but it wouldn’t change the result.
-
@maxheartrate kiosk sets full-screen to true
-
@sdetweil O.k. Thank you for the information. I still wonder why the Magic Mirror does not cover the full desktop. Before the latest update, I did not see anything but the Mirror window.
-
@maxheartrate good question. Can u tell me the version.
grep version ~/MagicMirror/package.json
The develop branch is a big jump on electron version…
-
@sdetweil said in MagicMirror runs in small window after update:
grep version ~/MagicMirror/package.json
Hi Sam,
it’s
"version": "2.13.0".Best, Max
-
Unfortunately, I wasn’t able to fix my problem yet. Does anyone have an idea how to get the full fullscreen?
@sdetweil or someone else? Advise would be highly appreciated. Best, Max -
@maxheartrate i am away from my computer for another week. So can’t try things.
-
@sdetweil there is a folder where electron settings are saved… off your home folder… dont remember name … starts with a .
~/.config maybe
-
@sdetweil Sorry. I didn’t mean to push you. I just checked my home directory. There is no config folder. I don’t really see any other folder that looks like one.
-
@maxheartrate note it starts w a dot
dols ~/* -laF -
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
