MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MagicMirror no longer fills the screen

    Scheduled Pinned Locked Moved Solved Troubleshooting
    full screen
    7 Posts 2 Posters 846 Views 2 Watching
    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.
    • E Offline
      Exndfan
      last edited by

      After a fresh install of the OS an MagicMirror, I have been successfully running MagicMirror on a Pi4 (Bullseye) for several weeks now but today it no longer fills the screen. The Pi runs headless . Here is a screenshot of the problem:Screenshot.jpg

      Since the MM window isn’t full size, the information is cut off at the bottom of the window but the width seems to be compressed with all 3 columns shown. Everything else seems to be working properly so I am thinking that it is something in the MagicMirror application.

      I’ve tried quitting the application and restarting and playing with the css files with no success. Can someone please help me resolve the problem?

      1 Reply Last reply Reply Quote 0
      • E Offline
        Exndfan @sdetweil
        last edited by

        @sdetweil I am afraid that I was the one that wasn’t understanding what you were saying. I corrected the config file and it’s working properly again.

        Thanks again for the great install scripts! Cheers

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

          @Exndfan the pi runs headless, no screen

          so what are we looking at?

          you can try

          stop magic mirror
          on the pi do

          cd ~
          rm -rf .config/Electron
          

          this deletes all the electron saved info

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          E 1 Reply Last reply Reply Quote 0
          • E Offline
            Exndfan @sdetweil
            last edited by

            @sdetweil

            Thanks for the suggestion, Sam but unfortunately it didn’t make a difference. Any additional thoughts?

            I run the Pi headless and display the screen on an old iPad with VNC. The screenshot was made using VNC on my laptop.

            BTW - I installed MagicMirror using your great install script.

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

              @Exndfan so, vnc is lying about the size of the screen…

              u can ‘force’ it by setting info in the config.js

                  ipWhitelist:...
                  electronOptions: { width: xxx, height:yyyy},
              

              you might need x: and y: as well;

              0,0 is top left

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              E 1 Reply Last reply Reply Quote 0
              • E Offline
                Exndfan @sdetweil
                last edited by

                @sdetweil Thanks Sam but still no go. I don’t think that I’m expressing the problem correctly. As you can see in the screenshot below, the MagicMirror isn’t filling the screen on the the Pi. In terminal, I stopped the MM (pm2 stop MagicMirror) and then started the MM (pm2 start MagicMirror) and the MagicMirror refuses fill the screen. Since the MM isn’t full screen, some of the information at the bottom of the MM window is cut off. Under normal circumstances, the terminal window and the menu bar at the top would disappear under the MM. The desktop image shown in the screenshot is the default desktop when I installed the Bullseye Pi OS. The display appears the same when I connect a monitor directly to the Pi or by viewing in VNC. Screenshot 2023-04-18 at 2.35.14 PM.jpg The MM worked correctly yesterday and filled the screen but this problem showed up overnight. I’m thinking that a setting inside MM got dorked and I have no idea where it would be.

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

                  @Exndfan i understood exactly what you meant… we’ve seen this a dozen times…

                  either the clear of the electron .config folder
                  or the setting the electronOptions in config.js
                  has fixed it

                  but you also keep saying vnc…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  E 1 Reply Last reply Reply Quote 0
                  • E Offline
                    Exndfan @sdetweil
                    last edited by

                    @sdetweil I am afraid that I was the one that wasn’t understanding what you were saying. I corrected the config file and it’s working properly again.

                    Thanks again for the great install scripts! Cheers

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy