A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Life 360 Module

    8
    5 Votes
    8 Posts
    2k Views
    plainbrokeP
    @xadamxk I did not have to pay or give credit card when i signed up and my wife and i can see where each other are all the time on our phones. Maybe I am grandfathered in, due to having it for so long. It does nag us sometimes to upgrade to paid subscription. I will have to look into if I can add anyone or not.
  • TickTick module

    Unsolved
    4
    0 Votes
    4 Posts
    716 Views
    S
    I know it’s been a while, but wanted to let you know I’m working on one, you can grab it over at https://github.com/sigel/mmm-ticktick
  • Live phone location

    Unsolved google maps live
    12
    0 Votes
    12 Posts
    2k Views
    plainbrokeP
    @maria151 Where do you find the UNOFFICIAL modules for Life360?
  • Product Price Tracker Module

    Unsolved
    1
    0 Votes
    1 Posts
    102 Views
    S
    Hi everyone, I’m looking to add a module to my MagicMirror that tracks Amazon product and other product prices—similar to what CamelCamelCamel or Keepa offers. Here’s what I’m envisioning: • A list of products I’m watching (by ASIN or URL). • Each item displays the current price. • If the current price drops below a set threshold, the item is highlighted (e.g., green if below threshold, red if above). • Ideally supports fetching from Keepa API or even CamelCamelCamel RSS feeds (if possible). • Refreshes data every few hours. Would appreciate: • Existing modules I can look into or adapt • Advice on best practices for pulling Amazon price data (especially given CamelCamelCamel’s API is closed) • Suggestions on how to visually present the items and pricing on the mirror
  • Spot Energy Module (Nordpool?)

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    S
    @sdetweil not yet, It will take some time which I don’t have these days. I’ll let you know.
  • ChatGpt intergration

    Unsolved
    59
    1
    1 Votes
    59 Posts
    27k Views
    mumblebajM
    @Nage1951 ChatGPT has been around for a while now. There is even a module built on it already. Checkout the 3rd party modules list, hamburger menu on top. Not sure if it still works but it is there.
  • Module to Display JSON data from a FILE

    Solved
    21
    0 Votes
    21 Posts
    2k 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
    9k 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
    154 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
    561 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
    1k Views
    J
    @rkorell – My pleasure.
  • Google Assistant

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

    Unsolved
    2
    0 Votes
    2 Posts
    153 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
    4k 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
    126 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
    211 Views
    R
    @kmanne yes this is true. Ralf
  • birthdaylist - discontinued ?

    Solved
    63
    0 Votes
    63 Posts
    10k 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
    11k 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
    270 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
    421 Views
    S
    @Cacy82 i knew he had withdrawn his modules. sad that he had live check for home before running