• 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.

MMM-Remote-Control - brightness not fullscreen

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 3 Posters 589 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
    fillilutten
    last edited by Nov 1, 2020, 6:02 PM

    I haven’t touched anything within body {} in main.css and have nothing in body {} in custom.css. But still the brightness feature isn’t covering the whole display, as seen in the screenshot below.
    https://imgur.com/a/9qUNQcd

    I got it fixed with som tinkering with body margin 0, but then all my modules weren’t happy and wrongly placed. Tried adding padding and adding some negative margins to .MMM-Remote-Control in the custom.css but didn’t work either. Any idea how to fix? Thanks!

    1 Reply Last reply Reply Quote 0
    • F Offline
      fillilutten
      last edited by Jan 15, 2022, 10:05 AM

      Still trying to fix this, any idea how to keep on troubleshooting? :) Thanks!

      S 1 Reply Last reply Jan 15, 2022, 12:08 PM Reply Quote 0
      • S Offline
        sdetweil @fillilutten
        last edited by Jan 15, 2022, 12:08 PM

        @fillilutten nothing in body is the same as not changing whatever was specified.

        u need to change the margins

        by default they leave a border around the content

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • A Offline
          adamambarus
          last edited by Aug 8, 2024, 8:19 PM

          Hello guys,

          Sorry to revive this topic, but I have the same problem, and I am looking for the most elegant solution for it

          2152ba16-e602-4458-8cd9-bba3b736624e-image.png

          A margin setting like this is kind of messing up my layout, and I really like how the default is looking like:

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

          Thank you so much… :)

          1 Reply Last reply Reply Quote 0
          • A Offline
            adamambarus
            last edited by Aug 9, 2024, 3:58 PM

            For anyone interested in the future, an elegant solution that worked for me :

            custom.css:
            
            #remote-control-overlay {
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
            }
            

            Where the key is to add top: 0; left: 0; to the #remote-control-overlay. The rest is already in the module’s remote-control.css file.

            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