A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Module to Display JSON data from a FILE

    Solved
    21
    0 Votes
    21 Posts
    5k Views
    S
    @timdows you should add a git pre-commit hook to run prettier for whoever… here is mine .pre-commit #!/bin/sh FILES=$(git diff --cached --name-only --diff-filter=ACMR "*.js" "*.jsx *.json" | sed 's| |\\ |g') [ -z "$FILES" ] && exit 0 # Prettify all selected files echo "$FILES" | xargs ./node_modules/.bin/prettier --write # Add back the modified/prettified files to staging echo "$FILES" | xargs git add exit 0 and an npm postinstall script to copy to the git folder #!/bin/bash #echo copying git pre-commit hook cp .pre-commit .git/hooks package.json "scripts": { "postinstall":"whatever you call it"
  • Developer Wanted To Modify Default Newsfeed Module

    Unsolved
    31
    0 Votes
    31 Posts
    14k Views
    K
    @MMRIZE Hi, I installed your module yesterday and spent hours trying to get images shown. But no luck, even with the RSS Feeds that worked for users in this thread. Does it still work for you? Is this error known? Thanks in advance!
  • Module to display customized To-Do lists (driven by Node-RED)?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @JS999 quite impressive ideas, there is nothing that does all that, but its doable mqtt see the 3rd party module list, linked in the header above there are a number of mqtt related modules, just put mqtt in the search field display a table, json or database?, again search 3rd party list display a web page see MMM-Embedurl
  • Daily Farside comic

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    D
    @oraclesean Be sure to add your module here https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
  • AHT20 Humidity + Temperature Sensor

    Solved
    18
    0 Votes
    18 Posts
    5k Views
    J
    @rkorell – My pleasure.
  • Google Assistant

    Solved
    16
    0 Votes
    16 Posts
    5k Views
    Cr4z33C
    @sdetweil oh now I see OK thanks.
  • Pollen module

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    J
    I use MMM-Pollen: https://github.com/vincep5/MMM-Pollen
  • Logitech Media Server (Squeezebox) - Multiroom Wlan Speaker System

    12
    1 Votes
    12 Posts
    6k Views
    B
    @eldrik Happy you also use it and, that it works for you. Error fixed, thanks for that
  • Any solutions for simple shopping list app anymore?

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    T
    Hey everyone! I’m building my MagicMirror and would love to incorporate some lists, namely a shopping list, though others would be nice. I’m running on an old Chromebook (with Linux) and folded into tablet mode. I’ve got a touchscreen, so being able to check things off when we add them to a cart and being able to add things directly at the mirror (using voice to text?) would be my ideal solution. Google API has been restricted to enterprise users, so it seems like most/all of those solutions are now broken. I’ve got a Todoist list embedded in an iframe for my kid’s chore chart. I could use a different Todoist list but that seems more task-oriented and a little clunky for what I want. I’ve seen various posts about it, but no real solutions, so I’m curious what others use?
  • Step Counter or Health Data

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    R
    @kmanne yes this is true. Ralf
  • birthdaylist - discontinued ?

    Solved
    63
    0 Votes
    63 Posts
    15k Views
    R
    @sdetweil You are SO hardworking! Awesome. Thanks. The module was visible today in the morning. Pulled, anyway: remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (1/1), done. remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 (from 0) Unpacking objects: 100% (3/3), 286 bytes | 20.00 KiB/s, done. From https://github.com/sdetweil/birthdaylist 03c25c8..b430432 master -> origin/master Updating 03c25c8..b430432 Fast-forward birthdaylist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Many thanks! Regards, Ralf
  • Show IP camera in Magic Mirror

    17
    0 Votes
    17 Posts
    13k Views
    H
    Anyone happen to know where I can find MMM-FreeboxTV?
  • MMM-ModuleScheduler: How to schedule for every other week

    Solved cron schedule notifications
    2
    0 Votes
    2 Posts
    653 Views
    S
    @elentophanes you cant do biweekly ONLY in cron the launched pgm needs to handle the every other i did a search cron biweekly and there were examples by testing the week number for even/odd and other things (write a file test sbd erase if exists…) the module scheduler module doesn’t support commands as part of the cron definition.
  • Valid alternative for Google Assistant and Jarvis

    Solved
    5
    0 Votes
    5 Posts
    892 Views
    S
    @Cacy82 i knew he had withdrawn his modules. sad that he had live check for home before running
  • Handball-(bundes)League Module

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Sandy2503S
    @timmsel Hiho - My son won`t play anymore but your modul seem to be intresting. I´ll test it soon. Best Regards, Sandy2503
  • ChatGPT voice chat

    Unsolved
    2
    0 Votes
    2 Posts
    570 Views
    S
    @darkgamer500 not seen anyone do voice input, or output. see the 3rd party list, linked in the top menu
  • MMM-Pir missing.

    Solved
    2
    0 Votes
    2 Posts
    375 Views
    S
    @Tomx see https://forum.magicmirror.builders/topic/19362/googleassistant-and-related-modules
  • Amazon shipping

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    R
    @plainbroke I have a show as well but never actually look at it 🙃
  • Module to get polestar 2 battery level

    Unsolved
    3
    0 Votes
    3 Posts
    446 Views
    M
    @chrisfr1976 Thanks i’ll look into it!
  • Show Alexa Timer

    Unsolved
    16
    0 Votes
    16 Posts
    6k 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 …