A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • [FR] MMM-Saint

    2
    0 Votes
    2 Posts
    269 Views
    ?
    Hello, I am using the MMM-Saint module in a MagicMirror under development. I am having a problem: the module does not indicate the correct saint when launching the module. The update is only performed when the delay before update is reached. Oddly enough, the problem is the same with the MMM-Birthdays module. Does your module update when opening? Kind regards,
  • MMM-CalendarExtAgenda not listing items

    2
    0 Votes
    2 Posts
    144 Views
    S
    @danny607 this module , like calendar ext3 gets its events from the default calendar
  • MMM-MailMessage a question about the list of approved senders

    3
    0 Votes
    3 Posts
    877 Views
    S
    @johanPO said in MMM-MailMessage a question about the list of approved senders: validSenders: [ { addr: “dad@mydomain.com”, name: “Dad”, color: “#00ff00”, } { addr: “mom@mydomain.com”, name: “Mom”, color: “#ff0000”, } { addr: “son@mydomain.com”, name: “Billy”, } { addr: “nana@mydomain.com”, name: “Nana”, } ], I don’t KNOW… but this is misconfigured validSenders: [ means a comma separated list of things in this case the thing is a sender info object { addr: “mom@mydomain.com”, name: “Mom”, color: “#ff0000”, } so the list would look like validSenders: [ { addr: “mom@mydomain.com”, name: “Mom”, color: “#ff0000” }, { addr: “son@mydomain.com”, name: “Billy” }, { addr: “nana@mydomain.com”, name: “Nana” } ] I always try to put the [ and ] on separate lines to make them more visible
  • Who is home? Presence tracking

    17
    0 Votes
    17 Posts
    6k Views
    Y
    @shiitbiird and All Hi, I started a new project that has more or less the same functionality. It’s based on tracking cellular devices on home wifi/lan. see : https://github.com/yedidiaklein/MMM-whoshome it looks like this: [image: whoshome.png?raw=true] (and I even added recently “last seen” info) Your suggestions will be appreciated. –Yedidia
  • MMM-OctopusAgileChart

    2
    1
    0 Votes
    2 Posts
    248 Views
    L
    Would like to try this but it can’t be found!?!!
  • Toggle Fullscreen

    4
    0 Votes
    4 Posts
    459 Views
    S
    @ankonaskiff17 wayland will be the default window manager going forward. not of anyone here. all systems are getting it. x11 is fast, had a long time to get this way, but has some shared memory security issues that cant be fixed. you can go back to x11 currently using raspi-config, don’t know how long that will last. change is constant i had nothing to do with the new 3rd party list, other than suggesting to add it to the forum header links . mykle and others, yes its sad when some of our contributors stop for whatever reason, but life continues needing us to make changes.
  • MMM-CountEvents (2.0.0 - Revamped)

    2
    0 Votes
    2 Posts
    319 Views
    W
    Looks great. Just yesterday I installed another module to accomplish the same purpose but this one has much more options available so I may switch over.
  • countdown to reapeating event

    2
    0 Votes
    2 Posts
    848 Views
    plainbrokeP
    Have you looked at MMM-DateCounter? I think it can do what you are looking for.
  • MMM-SimpleBGSlideshow (yet another background slideshow module)

    28
    0 Votes
    28 Posts
    11k Views
    W
    Update: 1024 x 768 works well too on the Pi Zero 2W
  • MMM-ModulesGroupsRotation - simple alternative to MMM-pages

    28
    2 Votes
    28 Posts
    5k Views
    S
    @plainbroke yes, texas is fun too… mostly the oven section… UPS battery backup saves the day…
  • [FR] MMM-Freebox

    6
    0 Votes
    6 Posts
    565 Views
    J
    @bugsounet Avec plaisir :) Maintenant, j’essaye de voir comment intégrer tout ça avec le reste . Jay777
  • A shopping list model that is integrated with Google Assistant

    14
    0 Votes
    14 Posts
    2k Views
    M
    @Alexjons @sdetweil My account has been fixed and unflagged. Should be able to access the repo now. Thanks
  • MMM-ShoppingList

    1
    2
    0 Votes
    1 Posts
    264 Views
    M
    MMM-ShoppingList [image: 1718324952753-shoppinglist_empty.png] [image: 1718324959979-shoppinglist_items.png] Description Shopping list module that utilizes MMM-GoogleAssistant to add or remove items from a list. More details MMM-ShoppingList on Github
  • [FR] MMM-MeteoFrance

    3
    0 Votes
    3 Posts
    505 Views
    S
    @clop Stupid question :-) can I enter locations worldwide or just from France?
  • MMM-NetatmoThermostat

    2
    0 Votes
    2 Posts
    446 Views
    bugsounetB
    Update v1.1.0 Change Log Update Deps: esbuild Fix: refresh_token on start Add: save new token in token.json file In accord with new API of Netatmo: New token is now writed into a file (token.json) refresh_tohen feature in config file will be now used only on FIRST TIME for starting the module (token.json file don’t exist) and as usual you have to take it in Netatmo Connect website All next token will be writed in token.json file automaticaly On restart MagicMiror²: MMM-NetatmoThermostat will use token.json file for authenticate and will ignore refresh_token config feature
  • How to have different colors for different calendar events

    3
    0 Votes
    3 Posts
    361 Views
    BKeyportB
    @spinster I think I have a solution. You can freely test. I have the solution uploaded to the dev branch of the module on github. https://github.com/BKeyport/MMM-Multimonth/tree/dev Read the readme for instructions.
  • 2 Votes
    7 Posts
    5k Views
    S
    @BreanneDolphin so, then you have to run a command that can send a keystrokes to mm. see xdotool
  • MMM-Metar: another METAR display!

    1
    1
    0 Votes
    1 Posts
    218 Views
    C
    Description: A module to display simple, raw, METARs from the AVWX API, allowing both domestic and international airports! Screenshots: [image: 1717446317920-20240603152449.png] Download: Github Link [card:https://github.com/calonmerc/MMM-Metar] Initial Release Supports domestic and international airports. AVWX allows up to 4k calls per day for free. Options built in to alternate background Options built in to include border after every METAR.
  • MMM-SynologySurveillance

    34
    3 Votes
    34 Posts
    18k Views
    M
    @wishmaster270 Thank You for quick answer. I will try it
  • MMM-ProfileAndWeather

    4
    2 Votes
    4 Posts
    533 Views
    K
    For those who are interested, I have also made one for home assistant: Met_Alerts