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.

    Problem With Hue-Module

    Scheduled Pinned Locked Moved Development
    1 Posts 1 Posters 461 Views 1 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.
    • 3 Offline
      346marcel
      last edited by

      https://github.com/michael5r/mmm-hue-lights/issues/13

      Hi,
      so i am having 3 hue Lights (4, with 1 hidden) and i am trying to line them up in a row at Top_center.
      Can someone help me?
      I tried this in the custom.css but no success:
      .mmm-hue-lights .grid {
      width: auto; // do i have to adapt the width manually?
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; //cause i want no wrap
      margin: -10px;
      max-width: auto; // adapt this too?
      justify-content: center;
      align-items: center;
      }
      .mmm-hue-lights .grid .hue {
      //float: left; //test
      width: calc(33.33% - 20px); //like in your example or does this have to be 33.33% of the top_center?
      margin: 10px;
      display: block;
      }

      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