A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Visibility of variables in MMM-HomeAssistantDisplay

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @DrKaMo did you resolve this?
  • MMM-WeatherOrNot - Noob needs help

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    S
    @Assassins as @KristjanESPERANTO documented, the module does NOT use the darksky api… so the info I worked from was incorrect
  • MagicMirror Install Script Message

    Solved
    3
    0 Votes
    3 Posts
    577 Views
    plainbrokeP
    @sdetweil Thanks for the update.
  • MMM-CalendarExt3 add non-event content to weekday cell

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    R
    @MMRIZE Thanks! Intl.dateTimeFormat worked once I realized what I was trying to compare against was wrong. Probably not actually portable for anyone else but works for me: let isHoliday = holidays.some(holiday => { return holiday === new Intl.DateTimeFormat('en-CA').format(current) }) Overall this isn’t the most efficient code I’ve written. Looping and counting days since a start date for every date cell is expensive. Tim to learn more javascript I guess.
  • MMM-Pir or MMM-PIR-Sensor

    Solved
    27
    1
    0 Votes
    27 Posts
    12k Views
    J
    @sdetweil thank you and i got it working!
  • MMM-CalendarExt3 no Entries since last update

    Solved
    17
    1
    0 Votes
    17 Posts
    3k Views
    A
    @Andreas1956 ok, got it. i removed the square bracket from the symbol property like - symbol: “trash” ans everything works fine. Screenshot is from your github Page [image: 1734170165066-calextsymbol.jpg]
  • 4 Votes
    3 Posts
    2k Views
    M
    @reverendz thank you. That worked for me perfect.
  • Set MagicMirror time of compliments for specific durations

    Solved
    5
    0 Votes
    5 Posts
    769 Views
    Y
    That’s one good solution, It was really helpful, Now i know why, Saved my hell of time Time! Thanks
  • MMM-OpenWeatherMapForecast styling

    Solved
    3
    1
    0 Votes
    3 Posts
    583 Views
    S
    that’s ok, I used a different module, no longer require. Thank you!!
  • MMM-PublicTransportHafas - Loading - undefined

    Unsolved
    1
    0 Votes
    1 Posts
    383 Views
    evroomE
    Hi, Besides the calendar module, this module is the most used module in our household. Especially my wife has become quite dependent on it. Thank you to the developer and the maintainer. But, since a couple weeks I get this “Loading - undefined” message, which is quite annoying. It ‘restores’ itself automatically, so that is a good thing. I opened an issue for it: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas/issues/185 My used end-point is db (Deutsche Bahn). What I would like to know is, if there are more users of this module and if they experience the same ?? Thanks in advance, E.J.
  • Parsing error: Unexpected token {

    Unsolved
    6
    0 Votes
    6 Posts
    974 Views
    S
    @Dawcio232v2 paste the text. Pictures don’t help Show the config, find line 82 and look for a missing trailing comma on line 81
  • MMM-Pages - Fade/Animation

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    BKeyportB
    @sdetweil I’ve given up as other methods smoothed out the transitions anyway (The website that took too long to reload).
  • Cannot get MMM-EmbedURL to show any sites

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    U
    @sdetweil said in Cannot get MMM-EmbedURL to show any sites: @unaccomplished its where the cursor is when you click the </> button must be on the start of the line Got it. Thank you for your continued help!
  • installetion error

    Solved
    5
    0 Votes
    5 Posts
    330 Views
    S
    @paddy49 see this https://forum.magicmirror.builders/post/121607 node is not IN the MagicMirror folder, it is a system tool
  • Problema con il modulo MMM-Forum

    Unsolved
    2
    0 Votes
    2 Posts
    163 Views
    S
    @KristjanESPERANTO we have had a few forum updates
  • MMM-EmbedURL with MMM-Pages - Website reload....

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    wishmaster270W
    @BKeyport Sorry, to one I’m the documentation is the correct one. Great to hear it is working.
  • FullPage OS not Displaying Mealie Menu

    Unsolved
    5
    0 Votes
    5 Posts
    640 Views
    S
    @adampotgieter also, don’t double post All users w reputation below 2 have their posts reviewed. This stops all the porn and junk posts
  • MMM-OpenWeatherForecast - loading issue

    Solved
    23
    3
    0 Votes
    23 Posts
    6k Views
    S
    @el_georgie did you get a new api key?? 3.0 requires a credit card, only 3.0 available now
  • How to show/hide a module depending on if has data

    Solved
    3
    0 Votes
    3 Posts
    363 Views
    S
    @sdetweil Thank you! Using developers tab and console.logs, I fixed the data coming in (driven on a timer). Once that was correct, your confirmation/explanation of show/hide made total sense! If (items.length> 0) { this.show(); } else { this.hide(); } Works great!
  • update

    Solved
    7
    1 Votes
    7 Posts
    1k Views
    P
    HELLO I ALSO THINK THANK YOU AGAIN