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

Scheduled Pinned Locked Moved Utilities
3 Posts 2 Posters 1.3k 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.
  • D Offline
    doctorwhen
    last edited by Mar 20, 2021, 4:47 AM

    I don’t think this module gets enough love. I use it to separate the overlap between placement of modules in my Magic Mirror. To me, this module is invaluable. My Hue lights were overlapping the Now Playing from Roon so I inserted a 150px space with the MMM-Space module and viola, no overlap.

    Thanks to the author!

    https://github.com/grabenhenrich/MMM-Space

    IMG_1145.png

    L 1 Reply Last reply Mar 24, 2021, 2:24 PM Reply Quote 1
    • L Offline
      lavolp3 Module Developer @doctorwhen
      last edited by lavolp3 Mar 24, 2021, 2:24 PM Mar 24, 2021, 2:24 PM

      @doctorwhen it’s a good solution (for beginners) but one that can be done with one line of css instead of installing a module.

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      D 1 Reply Last reply Apr 11, 2021, 8:10 PM Reply Quote 1
      • D Offline
        doctorwhen @lavolp3
        last edited by Apr 11, 2021, 8:10 PM

        @lavolp3 thanks! Although I continue to find CSS disagreeably confusing, adjusting the vertical position of module placement using CSS is the better solution. I’ve added:

        .mmm-hue-lights .module-content {
            margin-top: 150px;
        }
        

        to my custom.css and the modules no longer overlap.

        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