MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    UNSOLVED Magic Mirror wont fill whole Screen!

    Troubleshooting
    3
    3
    461
    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.
    • A
      acaccese07 last edited by acaccese07

      hey guys i’m running Raspbian Buster with desktop
      and for some reason i cant find a solution to fixing the extra black space on my magic mirror!

      Ill attach photo

      thank you !!
      link text

      1 Reply Last reply Reply Quote 0
      • S
        stacywebb last edited by

        You can add to your custom.css or main.css:

        body {
                  margin: 60px;
                  position: absolute;
                  height: calc(100% - 120px);
                  width: calc(100% - 120px);
        }
        

        Play around with the settings to match your display.

        1 Reply Last reply Reply Quote 0
        • buzzkc
          buzzkc last edited by

          I assume you’re talking about the black border around the display, it’s usually caused by the overscan setting being on…

          https://www.techcoil.com/blog/how-to-make-your-raspberry-pi-fill-up-your-entire-monitor-screen-by-disabling-overscan-in-raspbian-stretch/

          Darren

          My Build: https://forum.magicmirror.builders/topic/11153/new-non-mirror

          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy