MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. 346marcel
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    3
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    346marcel

    @346marcel

    0
    Reputation
    121
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    346marcel Unfollow Follow

    Latest posts made by 346marcel

    • Problem With Hue-Module

      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;
      }

      posted in Development
      3
      346marcel
    • RE: top_bar Module show beginning from left! possible?

      try

      float: left;

      in the custom.css for the one module you would like to Change

      posted in Development
      3
      346marcel