MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. hefeteig
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    hefeteig

    @hefeteig

    1
    Reputation
    176
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    hefeteig Unfollow Follow

    Best posts made by hefeteig

    • RE: Modify the Gap/Margins

      For those of us who use this in a real Magic Mirror ;) there’s no need to have any margins (top, left, right, bottom) and it is great to use all pixels of the display. If you’re with me… use the following in ~/MagicMirror/css/custom.css:

      body {
          margin: 0px;
          position: absolute;
          height: 100%;
          width: 100%;
      }
      
      posted in Development
      H
      hefeteig

    Latest posts made by hefeteig

    • RE: Modify the Gap/Margins

      For those of us who use this in a real Magic Mirror ;) there’s no need to have any margins (top, left, right, bottom) and it is great to use all pixels of the display. If you’re with me… use the following in ~/MagicMirror/css/custom.css:

      body {
          margin: 0px;
          position: absolute;
          height: 100%;
          width: 100%;
      }
      
      posted in Development
      H
      hefeteig