A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 1 Votes
    77 Posts
    9k Views
    @PierreGode Awesome! That worked. Thanks so much!
  • MMM-CalendarExt3Agenda

    Jul 12, 2022, 3:43 PM
    0 Votes
    221 Posts
    277k Views
    @sdetweil Nothing works, like everything else with MagicMirror. I can’t get what I want due to CSS and it’s stupidity in general. One less device to maintain. I’ve not decided if I’m gonna abandon my other modules yet or not, but I’m tired of fighting everything opensource in general - and I’m slowly abandoning everything that is that way. I’m just done…
  • MMM-Worldclock

    Aug 6, 2020, 10:11 PM
    1
    3 Votes
    39 Posts
    14k Views
    @UncleRoger No, it wasn’t that. I forgot about that code. I might go back in and grab it and offer it to the other version once updated.
  • MMM-CalendarExt3

    Apr 24, 2022, 7:18 PM
    3 Votes
    676 Posts
    2m Views
    I think you can add the caledar_name selector too from the ext3 doc .event` : Every event has this selector. Each event could have these class names together by its condition. - `.continueFromPreviousWeek`, `.continueToNextWeek` - `.calendar_{calendarName}` <-------
  • 0 Votes
    11 Posts
    292 Views
    @Athlon awesome. i should have added to the above, that localhost ALWAYS means THIS machine, no matter WHERE ITS USED. phone. laptop, desktop , server, nas, pi
  • MMM-WeatherChart

    Aug 16, 2016, 9:09 PM
    3 Votes
    42 Posts
    27k Views
    @hogedir Yes the Modul works fine in my Case. :) Kr. Chris
  • 0 Votes
    5 Posts
    182 Views
    @Madeline I can’t help with the problem, but just a help thing… for all config and data, including any logs, please use the code wrapper in the message editor (I edited your post to add the wrapper) how to use copy the text you wish to post (like your module config section above) paste it into the message editor, blank line above and below then hit the code wrapper button </> above the editor if you want to add it manually its, 3 backtics, which is the key to the left of 1 on the US keyboard must start at the beginning of the line and be the only thing on the line (also supports highlighting the content, you can add the type immediately after the 1st code block marker here are some of the types text css js sh
  • 0 Votes
    2 Posts
    317 Views
    @ray_mtl there are quite a number of config options to show (or not) different weather components see https://docs.magicmirror.builders/modules/weather.html#general-options if you need more control, you can use css to select those elements to hide and set display:none; you can use the developer window, elements tab to discover and test settings to determine what needs to go into css/custom.css see the second link in my signature before for a starter on using the elements tab
  • MMM-iframes

    Dec 27, 2024, 6:54 AM
    2 Votes
    6 Posts
    630 Views
    @plainbroke yes, or you can try this in your custom. css .modulename iframe { overflow:hidden; } that should clip off the content at the iframe size a deprecated attribute that ‘may’ still work, set scroll=“no” on the iframe statement itself. (but you would have to change the code for this)
  • UK Energy Grid Data

    Jun 3, 2025, 5:23 PM
    2 Votes
    2 Posts
    203 Views
    @Kayos Wow, that sounds very cool. Do you mind sharing some screenshots?
  • MMM-OpeningHours

    Jul 4, 2025, 3:30 PM
    2 Votes
    3 Posts
    364 Views
    @KristjanESPERANTO Thanks. It has been reverted.
  • MMM-Openhab

    Jan 6, 2018, 7:06 PM
    1
    5 Votes
    58 Posts
    32k Views
    said in MMM-Openhab: Hi all, thanks for the module, it’s really a great addon for my MMs. Since OH4.2 the theming is to be configured via the sitemap itself. Since I cannot use the mouse in electron, how could I change the settings to black and small arrangement? Thanks in advance… I figured out that you indeed can use the mouse. Just add the code in custom.css, restart and apply with connected mouse, remove the code, restart, done :) html { cursor: unset; }
  • MMM-WhatsForDinner

    Jun 30, 2025, 12:52 AM
    4 Votes
    1 Posts
    199 Views
    Every day/week we ask ourselves the same questions: “What’s for dinner?” or “What should I cook?” This is how the idea for this module came to me. MMM-WhatsForDinner is a module that uses AI to suggest personalized dinner ideas based on your local weather, food preferences, and household needs. [image: MMM-WhatsForDinner-Main.png] The module is still in it’s infancy but I wanted to get it out there to get feedback. This is my first module so it might not be perfect but the core features are there. Features: AI-powered meal suggestions Context-aware: Adapts to current and forecasted weather Dietary restrictions support (e.g., no pork, no nuts) Customizable prep time and number of portions Daily or weekly view Multi-language support Automatic updates The module needs a free Groq API Key to function. Future Improvements (Planned) Recipe links or instructions Auto-generated shopping list Voting System (Each suggested meal can be upvoted or downvoted. The most popular meal per day is highlighted.) You can grab the module from my gitHub: https://github.com/SirWD/MMM-WhatsForDinner
  • MMM-Growatt

    Mar 11, 2023, 10:31 AM
    1
    5 Votes
    26 Posts
    5k Views
    @nowayto Hi. That sounds more like something else. Have you checked the logs to see if you see any errors during the time when there is no update? Let me know if you see anything. The retry will try 3 times, first after 1000 milliseconds and and then at 2000 milliseconds and the last time at 3000 milliseconds and will return a warning. The next time it will try is at the refresh interval which is whatever value you have set. You can update if you want to check this out. You can let me know if you experience any issues. I am thinking about making the retry interval configurable but not sure if it is warranted at the moment.
  • MMM-CountUP (COVID19 example)

    Mar 25, 2020, 4:12 PM
    1 Votes
    46 Posts
    12k Views
    @sdetweil That is what I eventually did.
  • 0 Votes
    3 Posts
    182 Views
    It’s not documented in Github README, but you find the needed config in the implementation here So…try the following and add the windUnits property. { module: "MMM-OneCallWeather", position: "top_right", header: "xxxxxx, // OPDATERET HEADER config: { latitude: "xxxxxx", // OPDATERET LATITUDE longitude: "xxxxx", // OPDATERET LONGITUDE apikey: "xxxxxxx", iconset: "4a", iconsetFormat: "png", units: "metric", // Styrer at vindhastighed er i m/s fade: false, windUnits: "ms" //ADD THIS PROPERTY } }
  • 0 Votes
    12 Posts
    1k Views
    Sam, thanks for your help.
  • MMM-Linky (french users)

    Jan 26, 2025, 8:19 AM
    1
    1 Votes
    14 Posts
    2k Views
    Bonjour, J’aime bien l’application mais alors qu’elle se met à jour selon le texte, le graphique ne se met pas à jour. Je suis anglais, puis-je changer vos chaînes de test en anglais ou cela affectera-t-il le fonctionnement de l’application ? [image: 1748527895349-5d97216c-e58c-4e15-a95f-53c84a3de926-image.png]
  • Voice and Touch control modules

    May 21, 2025, 2:34 AM
    0 Votes
    13 Posts
    2k Views
    @sankum i use mmm-pages, and 3 instances of MMM-Calendarext3 one for current month, next and after. some have added swipe to that, so you can wave a hand, with the right sensor page-indicator module can give you on screen buttons for direct page access too (assuming you have touch support, built in or ir frane)
  • MMM-CalendarExt2

    Dec 19, 2018, 10:27 AM
    1 Votes
    486 Posts
    810k Views
    @MadsF this module is no longer supported, MMM-CalendarExt3 is the enhanced replacement it uses the events sent from the default calendar module