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.

    Screen Margins?

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 2.8k 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.
    • V Offline
      valid8r
      last edited by

      If I want my modules to use up all of my screen real-estate, how do I make the “top-left” equate to the far left, upper corner of my monitor? Is it the CSS file I need to modify?

      1 Reply Last reply Reply Quote 0
      • W Offline
        Wedee
        last edited by

        Try modifying the custom.css and add…

        body {
        margin: 0px;
        height: 100%;
        width: 100%;
        }

        Reboot and see what you get. custom.css is where you should add the code as its loaded last and overrides the settings in the specific css files. This way you can update modules and not lose any custom work.

        V 1 Reply Last reply Reply Quote 2
        • V Offline
          valid8r @Wedee
          last edited by

          @Wedee Perfect! Thank you.

          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