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
    485 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
    1k 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
    210 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
    725 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
    609 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
    385 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
    127 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
    171 Views
    V
    Re: Looking for a submodule to update when the next bus is coming
  • TickTick module

    Unsolved
    3
    0 Votes
    3 Posts
    526 Views
    M
    Did anyone every create the TickTick module?
  • Mediapipe cam gesture control

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

    Unsolved
    2
    0 Votes
    2 Posts
    165 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
    124 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
    260 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
    82 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
    118 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
    93 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
    2k 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
    103 Views
    P
    @pat59 Thanks a lot