A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Space between 2 modules

    6
    0 Votes
    6 Posts
    4k Views
    MichMichM
    Using the classes property in the config you can add custom classes to a module. After that you can use: .custom-class { margin-top: 10px; }
  • Custom.css

    10
    0 Votes
    10 Posts
    6k Views
    MichMichM
    I have two calendars in one calendar module as well. I use different icons for both calendar. With this in mind, you could do some fancy css like: tr:has(.fa-icon1) td .bright{ color: red; } tr:has(.fa-icon2) td .bright{ color: green; } I did not try it out, but It might work.
  • Everything in corner

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    J
    Fixed it: set custom.css to: height: 90%; width: 90%;
  • Fresh Install. Overlapping calendar / weather modules

    7
    0 Votes
    7 Posts
    5k Views
    A
    @jeremy I got stuck on something like that too… a) read the thread https://forum.magicmirror.builders/topic/254/sachin-s-mirror/25 b) try a module @KirAsh4 wrote for me (and that I changed in a miniscule way) https://forum.magicmirror.builders/topic/373/alternating-modules-to-save-on-real-estate Good luck!
  • Black screen

    3
    0 Votes
    3 Posts
    3k Views
    S
    @strawberry-3.141 Thanks! The problem was that the module folder had the name “MMM-TrainConnections” but in the config was “module: ‘trainconnections’”. I renamed the module folder to 'trainconnections. That worked.
  • Work of the Day (wordnik) font size

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    KirAsh4K
    Use your browser’s console facility to inspect the HTML. You can find out exactly what the tags are that are being used and what needs changing.
  • Wunderlist - sorting by due date

    2
    0 Votes
    2 Posts
    2k Views
    pugslyP
    I have this same issue, not sure how to get it to sort correctly. Luckily its not that important because its only showing whats for dinner the current week and my data has Monday - , Tuesday - in front of it so I can still see its just out of order most of the time.
  • NewsFeed Module - TimeZone issue

    2
    0 Votes
    2 Posts
    3k Views
    KirAsh4K
    Feel free to create PR and submit it against the 'develop' branch so it can be checked out and incorporated is possible.
  • Calendar - Use calendar form local file system

    calendar local filesystem
    4
    0 Votes
    4 Posts
    3k Views
    coolchipC
    Thank you very much! :heart:
  • Weather won't load

    1
    0 Votes
    1 Posts
    1k Views
    D
    Hi @RedNax, I can’t seem to get the weather to load. Chrome console shows the following error: Uncaught TypeErr: Cannot read property ‘high’ of undefined MMM-WunderGround.js456 Thanks
  • Newbie help!

    3
    0 Votes
    3 Posts
    2k Views
    R
    Thanks that did it! Appreciate the help!
  • Calendar seems to be 1 day off?

    5
    0 Votes
    5 Posts
    3k Views
    KirAsh4K
    It gets worse when you use the urgency flag with an absolute configuration. The urgency flag changes some of the events to relative times while leaving the rest to absolute. So it might say an event is in 3 days, but when I look at the absolute date, in my mind, it’s 4 days away. It’s simply how we count from an arbitrary time frame versus how a computer counts from a fixed point, that being midnight. The joys of programming.
  • MMM-Swipe - Resistor

    3
    0 Votes
    3 Posts
    2k Views
    KirAsh4K
    Standard through hole resister, probably wouldn’t need anything above 1/8 watts. I have a few thousands of those in different values … as well as SMD ones.