A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Toothbrush game.

    Unsolved
    2
    0 Votes
    2 Posts
    701 Views
    K
    @AGava Wow, this game is awesome! What a creative and fun way to make brushing fun for kids which will help them brush their teeth more diligently! 🎉 Looking forward to more games like this
  • Homewizard P1 meter

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    S
    @htilburgs that says you changed a file in the module, which you aren’t supposed to do. git status would have shown the changed file(s) git diff would have shown you the exact changes git reset --hard HEAD will force all the changes to be lost and the repo restored to the last commit (and allow you to git pull)
  • Module for Victron solar system

    Unsolved
    2
    0 Votes
    2 Posts
    390 Views
    G
    @mantal IM Me too, I looked into it but the Victron API isn’t easy to use because of CORS-limitations. I now use the module MMM-MQTT to get some basic data, which is quite easy. You need a GX-device though. It delivers a ton of topics to show. [image: 1732526034970-1c09708a-ecc1-4fcb-9902-158b45ef32e3-image.png] You can easily add more information items.
  • Module for MagicMirror forum

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    KristjanESPERANTOK
    I’ve done it! 🥳 Checkout https://forum.magicmirror.builders/topic/19133/mmm-forum. For accessing the read(-only) api you can use a cookie from your browser, e.g. @karsten13 Thank you! That was the hint that led me to the solution 🙏
  • Module to get indoor temperature from smartsensor

    3
    0 Votes
    3 Posts
    853 Views
    M
    @ZeFX I created this if you want to give it a try before I post it https://github.com/wlans/MMM-Sensibo
  • EVCC Dashboard MM module

    Unsolved
    4
    1 Votes
    4 Posts
    802 Views
    R
    @chrisfr1976 You need to set up a Grafana Dashboard based on influx. The discussions in the evcc github (for example here) are a good starting point. Then install MMM-GrafanaChart. Config.js as described in the module documentation: { module: 'MMM-GrafanaChart', position: 'top_left', // This can be any of the regions. config: { version: "6", // Only add this line if you are using Grafana verison 6 or greater id: "V9usrR48j", // Only Mandartory if you are using Grafana verison 6 or greater found after /d/ in the url host: "solarrouter", //Mandatory. See url when displaying within grafana port: 3000, // Mandatory. dashboardname: "pv-ubersicht-mirror", // Mandatory. orgId: 1, // Mandatory. panelId: 9, // Mandatory. from: "now-1d", // use any of grafanas time-range-controls to: "now", // width: "100%", // Optional. Default: 100% height: "100%", // Optional. Default: 100% scrolling: "no", // Optional. Default: no refreshInterval: 9000 //Optional. Default: 900 = 1/4 hour } },
  • Daily phonics module

    Unsolved
    2
    0 Votes
    2 Posts
    264 Views
    S
    @msdt_steak yes, you can run two or more instanced of compliments as for word of the day , did you look at the modules list? see the link in the header above
  • Magicmirror update with phone ?

    Moved
    1
    0 Votes
    1 Posts
    344 Views
    V
    Re: Looking for a submodule to update when the next bus is coming
  • Mediapipe cam gesture control

    Unsolved
    2
    0 Votes
    2 Posts
    515 Views
    M
    @stuartiannaylor now is fantastic mediapipe maybe best of opencv
  • VIESSMANN api module for MagicMirror

    Unsolved
    2
    0 Votes
    2 Posts
    357 Views
    mumblebajM
    @osnapus maybe @CFenner can have a look at this or advise. He seems to be a contributor to that project.
  • CREATE A NEW MODULE VOICE CONTROL WITH VOICE ACTOR-FANTASY

    Unsolved
    1
    0 Votes
    1 Posts
    270 Views
    M
    Hello, everyone. Unfortunately, I am not good at it. I would like to ask if it is possible to have an updated voice control module so that I can check and see the modules I have installed in my mirror. It would be nice to have a local voice, or rather the whole system locally without data to third parties. and maybe it would be fun to have a created voice or a voice of your favourite character. at least with the default modules like: change page / scene2 volume up/down take a picture open youtube hide all modules and show only the module concerned. can anyone do this? available for 32-64bit system with bulleye and bookworm OS (pi4 and pi5). thanks to whoever answers
  • Switchbot API access - MMM-CommandtoNotification

    Unsolved
    6
    0 Votes
    6 Posts
    620 Views
    BKeyportB
    @sdetweil Actually, I went around it - found one of my old temp units and wired it up and did a bad thing™ according to the python docs now. Same effect, across the room.
  • Google Sheets module help

    Unsolved
    2
    1 Votes
    2 Posts
    1k Views
    R
    @matt1672 This post it old, but in case anyone finds it in the future - I made a module for displaying Google Sheets data on MM. https://github.com/ryan-d-williams/MMM-GoogleSheets. You can color code the rows based on custom logic in the config file.
  • Google Sheets Module

    3
    0 Votes
    3 Posts
    2k Views
    R
    @fox This post it old, but in case anyone finds it in the future - I made a module for displaying Google Sheets data on MM. https://github.com/ryan-d-williams/MMM-GoogleSheets
  • 0 Votes
    1 Posts
    133 Views
    R
    Hello, I am looking for a module that allows me to run a video as a screen saver like on a computer. I am using a PIR sensor, and I want that when the user is not detected, it does not just show a black screen but can display a video. I have already tried the MMM-VideoPlayer module by snille, but it doesn’t work and only shows a black screen. Many thanks in advance!
  • Remember the Milk

    Unsolved
    1
    0 Votes
    1 Posts
    215 Views
    M
    Anyone got a current module for remember the milk? I found https://github.com/aranel616/rtm-js but it is archived and 9 years old. Is there a working one anywhere someone might know of?
  • Goodreads

    Unsolved
    1
    0 Votes
    1 Posts
    159 Views
    D
    Hi, I have made 2 magic mirrors, one for myself and one for my daughter and we are both avid readers. I was wondering if anyone has made a Goodreads module that shows what you and your friends are currently reading. Thanks David
  • MM startup problem after update

    Unsolved
    42
    0 Votes
    42 Posts
    6k Views
    S
    @manu85340 the latest raspi OS is bookworm… if this is a pi3 Id do the 32 bit version to save memory space. I have updated the installer and upgrader to fail if trying to install or upgrade now on buster
  • photovoltaique

    Moved
    2
    1
    0 Votes
    2 Posts
    235 Views
    P
    @pat59 Thanks a lot
  • Modification to MMM-Pir module

    Unsolved
    3
    0 Votes
    3 Posts
    451 Views
    uros76U
    @Feedy88 it can be done easy by flipping the GPIO detection. I use crontab with simple command. During the specified night time my MM does not turn on the screen. In morning the sensor starts to work again. If that’s what you are trying to achieve let me know and I can share details.