• 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 modul position

Scheduled Pinned Locked Moved Development
2 Posts 2 Posters 3.3k 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.
  • F Offline
    freakycasey
    last edited by Feb 15, 2019, 7:18 AM

    Hello there!

    so i’ve just set up my Magic Mirror. The Problem i have now is, that i want my modules to be on the edge of my display without the little blank/black space between Screen-Edge and Module (red line in my Screenshot).
    alt text
    These are the default positions for all the modules:
    https://forum.magicmirror.builders/topic/286/regions

    And in this they are saying you could change the positon in ~/MagicMirror/css/custom.css, but how do i do that?
    https://forum.magicmirror.builders/topic/624/change-module-position/3
    http://www.offshorededicated.net

    I would be happy to get some advice.

    Thanks (:

    1 Reply Last reply Reply Quote 0
    • B Offline
      bolish
      last edited by bolish Feb 15, 2019, 8:15 AM Feb 15, 2019, 8:14 AM

      You can adjust the full MM body border into the custom.css file.
      (/MagicMirror/css/custom.css)

      like that (play with the values until you’re happy) :

      body {
        margin: 20px; 
        height: calc(100% - 40px);
        width: calc(100% - 40px);
      }
      

      You should maybe also check the settings of your screen itself (depending if you have that issue outside MM or not).

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      1 / 1
      • First post
        2/2
        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