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

    Topics

    • QuesadaQ

      Add fade from another point instead vertical

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      jca2112J
      Here is the CSS I use for a vertical gradient: .calendar table:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.48) 100%); } You could modify the above (using the deg angle) to create a horizontal gradient. https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient
    • QuesadaQ

      Removing lines

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      0 Votes
      7 Posts
      2k Views
      Mykle1M
      @Quesada said in Removing lines: I’m talking about the bottom line of WEATHER title. Individual modules. .WEATHER-MODULE-NAME-HERE header.module-header { border-bottom: none; } I made a mistake (because I didn’t test) on the second direction I made above. I corrected it but here it is again. All modules! This one is easier to use. header { border-bottom: none; } These absolutely work. Please post your custom.css file if they do not.
    • QuesadaQ

      Modules icons

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      1
      0 Votes
      5 Posts
      2k Views
      I
      @Quesada said in Modules icons: Another solution i found is “updating” font awesome icons from 4 to 5. https://forum.magicmirror.builders/topic/8776/update-font-awesome-to-version-5 but the problem is when i start MagicMirror it takes a long time to load and some modules do not load well. The method in that post was a way of getting FA5 icons in Magic Mirror before version 2.6. So should not be needed in 2.6 or 2.7. If you do use it, you will load multiple versions of font awesome in the same webpage - which is not recommended and can cause unknown issues. In 2.7, module developers requiring FA icons should use the getStyles method as per the documentation. MM will take care of ensuring only one link to the fa library is included. Unfortunately, 2.6 allowed a module to require fa4 or fa5 resulting in multiple versions of FA on your mirror. This should be fixed in 2.7
    • QuesadaQ

      MMM-PIR-Sensor brightness

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      QuesadaQ
      if I don’t have the sensor activated, the brightness goes perfectly. But if it is activated and I leave a few minutes without passing in front of it, when passing has a fairly low brightness, it takes a few long seconds to regain the brightness. In a beginning I opened this thread to know if the module towards something with the brightness etc. But it looks like it belongs to my (old) screen, I’ll try it on a newer screen. Thanks you
    • 1 / 1