A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Show Alexa Timer

    Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    S

    @dherl0623 said in Show Alexa Timer:

    Am I able to run NodeRed on the Pi that the Mirror is running on?

    should be able to …

  • Developer Wanted To Modify Default Newsfeed Module

    Unsolved
    30
    0 Votes
    30 Posts
    4k Views
    J

    @MMRIZE – Ok, thanks. I had enabled the ‘showImage: true’ and didn’t see images so I was just wondering.

  • Toothbrush game.

    Unsolved
    2
    0 Votes
    2 Posts
    337 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
    850 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
    134 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.

    1c09708a-ecc1-4fcb-9902-158b45ef32e3-image.png

    You can easily add more information items.

  • Module for MagicMirror forum

    Solved
    8
    0 Votes
    8 Posts
    542 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
    456 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
    198 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
    57 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
  • TickTick module

    Unsolved
    3
    0 Votes
    3 Posts
    346 Views
    M

    Did anyone every create the TickTick module?

  • Mediapipe cam gesture control

    Unsolved
    2
    0 Votes
    2 Posts
    333 Views
    M

    @stuartiannaylor now is fantastic mediapipe maybe best of opencv

  • VIESSMANN api module for MagicMirror

    Unsolved
    2
    0 Votes
    2 Posts
    133 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
    98 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
    172 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
    62 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
    88 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
    83 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