MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MagicMirror runs in small window after update

    Troubleshooting
    2
    17
    453
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maxheartrate last edited by

      Hi, I just updated my Magic Mirror. After rebooting the mirror dashboard is no longer running in full screen. It looks like an overlay window without borders which is on top of the desktop.
      I did not change anything in my setup and have no clue where to look to fix this.
      I checked main.css and everything looks fine.
      Does anyone have an idea where this might come from and how to fix it?magicmirror-window.jpg

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @maxheartrate last edited by

        @maxheartrate try ctrl-- ( minus sign)

        Sam

        Create a working config
        How to add modules

        M 1 Reply Last reply Reply Quote 0
        • M
          maxheartrate @sdetweil last edited by

          @sdetweil Hi Sam, CTRL + “-” decreases the size of the modules in the window. However, the Magic Mirror window’s overall size remains the same. I would like to show it full screen again so that I don’t see the desktop.
          Best, Max

          1 Reply Last reply Reply Quote 0
          • M
            maxheartrate last edited by

            I just tried to start MM with npm start from the MagicMirror directory. Didn’t work.

            This is the message I receive:

            magicmirror@2.13.0 start /home/pi/MagicMirror
            DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

            1 Reply Last reply Reply Quote 0
            • M
              maxheartrate last edited by maxheartrate

              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: true and kiosk: trueand set the width and height to values higher than my display size but it didn’t change anything. Interesting though, when I set x: 1 in 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

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @maxheartrate last edited by

                @maxheartrate x:0, and width: add one

                Sam

                Create a working config
                How to add modules

                M 1 Reply Last reply Reply Quote 0
                • M
                  maxheartrate @sdetweil last edited by

                  @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.

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sdetweil @maxheartrate last edited by

                    @maxheartrate kiosk sets full-screen to true

                    Sam

                    Create a working config
                    How to add modules

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      maxheartrate @sdetweil last edited by

                      @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.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sdetweil @maxheartrate last edited by

                        @maxheartrate good question. Can u tell me the version.

                        grep version ~/MagicMirror/package.json

                        The develop branch is a big jump on electron version…

                        Sam

                        Create a working config
                        How to add modules

                        M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy