• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Magic Mirror wont fill whole Screen!

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 3 Posters 908 Views 3 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.
  • A Offline
    acaccese07
    last edited by acaccese07 Aug 11, 2019, 11:17 PM Aug 11, 2019, 7:35 PM

    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 Offline
      stacywebb
      last edited by Aug 11, 2019, 11:35 PM

      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
      • B Offline
        buzzkc
        last edited by Aug 30, 2019, 2:18 PM

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy