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.1k 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.
    • doctorwhenD Offline
      doctorwhen
      last edited by

      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

      lavolp3L 1 Reply Last reply Reply Quote 1
      • lavolp3L Offline
        lavolp3 Module Developer @doctorwhen
        last edited by lavolp3

        @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

        doctorwhenD 1 Reply Last reply Reply Quote 1
        • doctorwhenD Offline
          doctorwhen @lavolp3
          last edited by

          @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