A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-BambuLabNotify - 3D printer notifications

    9
    1 Votes
    9 Posts
    200 Views
    R
    @viktorzonix again 404 … Yesterday it was visible - for a short time. Unfortunately I’ve missed to clone :-( @LuckyDucker - something is really strange with your github … Regards, Ralf
  • Filter by assignee

    1
    0 Votes
    1 Posts
    28 Views
    A
    Re: MMM-Chores - Manage and keep track of your household Chores Is there a way to filter the chores list by who the chore is assigned to?
  • *Newly created module - MMM-Planefinder*

    2
    2 Votes
    2 Posts
    138 Views
    KristjanESPERANTOK
    @Exndfan Nice. Don’t forget to add it to the modules list :-)
  • MMM-Emby

    3
    0 Votes
    3 Posts
    53 Views
    L
    @sdetweil said in MMM-Emby: @LindsayCole you can add images directly using the second icon from the right on the post editor Done! Thank you!
  • 0 Votes
    7 Posts
    522 Views
    wishmaster270W
    @Madeline Hi and sorry for my late replay. First of all… Please take care that the answer of @sophiasteck contains some misleading information as the array is called cams and not cameras and the module only supports referencing the cameras by their name and Not their ids. Additionall there exists no flag showStream. The cams array contains objects which need at least the name defined. According to the logs you posted your config should look something like… { module: "MMM-SynologySurveillance", position: "middle_center", config: { debug: true, ds: [ { protocol: "https", host: "x.x.x.x", port: "xxxx", user: "xxxx", password: "xxxxxx", cams: [ { name: "Back Doors" }, { name: "Pool Cam"}, { name: "Indoor Kitchen"} ], }, ], }, },
  • MMM-Chores - Manage and keep track of your household Chores

    78
    5
    1 Votes
    78 Posts
    11k Views
    PierreGodeP
    Major update on its way coming days! added optional login with possibility to add both write permission user and read only user. added pushover notification possibility+ configuration to set daily reminders at specific time. added background images " 4 seasons" -reworked task list, moved up user assignment to creation space -reworked edit option to be a form to be able to update task description, user and date see images below [image: 1755597048308-a43f3d78-4d8f-4fd4-a4f7-05cab7c1da37-image.png] [image: 1755597158961-070963db-a593-4dfb-a9c9-e7bd20885e85-image.png] [image: 1755597198314-992970af-c794-4c5e-a4df-312cafc672d8-image.png] [image: 1755597242418-dba8b888-7a15-4c1e-bd10-e26794e9b96c-image.png] [image: 1755597308016-790b179f-e8b2-4a2f-815d-678758290eaf-image.png]
  • MMM-CalendarExt3Agenda

    222
    0 Votes
    222 Posts
    287k Views
    M
    @FMancuso5 Make the max entries 10000. I had a similar problem where I noticed the same, only some calendars would have events. My hypothesis is that the max entries field is the number of calendar entries it will capture for each calendar but not based on today going into the future, but of all time.
  • MMM-Multimonth

    calendar magicmirror2 module
    78
    2
    6 Votes
    78 Posts
    40k Views
    BKeyportB
    Effective 8/14/2025 - @dathbe has been provided contributor role in my active modules. I’m not ready to turn them over full time, however, I am glad that someone is willing to work with them. I no longer use the modules myself and I’m welcoming a fresh view on the topic, and hopefully the project will continue in a more effective way, including clean up and improvement of my pre-amateur code. Thanks for the support over my time handling this code - and if I do decide to pick it back up, I know that it is in good hands. – Brendan
  • MMM-Worldclock

    39
    1
    3 Votes
    39 Posts
    14k Views
    BKeyportB
    @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

    676
    3 Votes
    676 Posts
    2m Views
    S
    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}` <-------
  • Get MMM-OpenWeatherMapForecast to show Fahrenheit instead of Celsius?

    11
    0 Votes
    11 Posts
    440 Views
    S
    @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

    42
    3 Votes
    42 Posts
    28k Views
    S
    @hogedir Yes the Modul works fine in my Case. :) Kr. Chris
  • Weather module to show Metric and Imperial at same time

    2
    1
    0 Votes
    2 Posts
    406 Views
    S
    @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

    6
    2 Votes
    6 Posts
    742 Views
    S
    @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

    2
    2 Votes
    2 Posts
    318 Views
    C
    @Kayos Wow, that sounds very cool. Do you mind sharing some screenshots?
  • MMM-OpeningHours

    3
    2 Votes
    3 Posts
    452 Views
    mumblebajM
    @KristjanESPERANTO Thanks. It has been reverted.
  • MMM-Openhab

    58
    1
    5 Votes
    58 Posts
    33k Views
    F
    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

    1
    4 Votes
    1 Posts
    289 Views
    S
    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

    26
    1
    5 Votes
    26 Posts
    6k Views
    mumblebajM
    @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)

    46
    1 Votes
    46 Posts
    13k Views
    plainbrokeP
    @sdetweil That is what I eventually did.