A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-EnvCanada stopped working ...

    Unsolved Troubleshooting
    26
    0 Votes
    26 Posts
    7k Views
    charlesfC
    @sdetweil yes, and that is how I started, but it didn’t work.
  • Missing custom.css breaks entire layout

    Unsolved Troubleshooting
    7
    1
    0 Votes
    7 Posts
    1k Views
    plainbrokeP
    @sdetweil You are more than likely correct the sd card has started to fail. That is why I went to the M.2 ssd’s they do not seem to fail as often as USB drives did for me. and I have gave up on sd cards on anything that I do not HAVE to use them in… I suppose if I would fork out the money for the better ones maybe they would last longer… Sorry to Hijack your post. @arh
  • MMM-temp-ds18b20 disable second sensor

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    865 Views
    S
    @briantogo did you get it fixed?
  • Electron Browser Crashing?

    Unsolved Troubleshooting
    8
    1 Votes
    8 Posts
    2k Views
    D
    I’ve been rotating through disabling modules on my Mirror. I have currently disabled MMM-Pinfo, and have not noticed a crash recently. Noting it here for posterity. I’ll create an issue on Github if I get more confidence that it’s that module.
  • MMM-GooglePhotos Error code 403

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    508 Views
    S
    @Sampleswow see here https://forum.magicmirror.builders/post/126804
  • MMM-Fuel

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    1k Views
    R
    @MyMirror actually no this is been pretty reliable up until now I opened up a ticket so we will see what happens
  • Product Price Tracker Module

    Unsolved Requests
    1
    0 Votes
    1 Posts
    443 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
  • MMM-Universal-Pir issues

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    1k Views
    M
    The module is working. After the set time, the screen turns off. But after about 10 seconds, the screen turns on. The counter shows 0 seconds.
  • need help installing MMPM - losing my mind

    Unsolved Troubleshooting
    11
    0 Votes
    11 Posts
    3k Views
    S
    @Cote289 did you get this resolved?
  • MM very slow to change

    Unsolved Troubleshooting
    11
    0 Votes
    11 Posts
    4k Views
    C
    @sdetweil many thanks!! I will have a look at this and see how to do it and fix the issue! very grateful!
  • MMM-TFL-ARRIVALS

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    314 Views
    N
    Does anybody else experience the data displayed by this module freezing after about 2 days running time? Norm
  • MMM-WhisperGpt

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    433 Views
    F
    Hello. I have Installed the Whispergpt modul now i dont know how i Create the url of the mimic3 and the whisper and if i need other modules to install like mimic3 or more. Thank you for your answers: Kind Regards Future Mirror
  • MMM-WhisperGpt Url

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    499 Views
    F
    Re: MMM-WhisperGPT Hi i have a Question how did you Create the Url of the mimic3 and the Whisper gpt and did you install just MMM-Whispergpt or other modules like Mimic3 and so on ?
  • MMM-NASCARPoints not showing in my display

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    437 Views
    S
    @brmfulasha so you add console log to the node_helper then you can verify it got the data and sent it to the module then you can use the developers window sources tab to debug the browser side i dont see anything obvious you dont need to set the module name on the wrapper as the module entry had that classname you can use the developers window elements tab to look at your content see the second link in my signature below for a starter on the dev window elements tab
  • no font on ext3timeline

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    2k Views
    S
    @mischag ok, color, opaqueness whats above that fontsize custom.css was used didpkay:none; would hide it too
  • Touch Screen TFT LCD SPI Displays Blank Screen

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    1k Views
    G
    @rkorell said in Touch Screen TFT LCD SPI Displays Blank Screen: @garnoopy Do you have enabled SPI on your pi? And: Do you have configured the correct overlays for running the 3,5‘‘ Display? Regards, Ralf Browser does open and I can load web pages.
  • google assistant TTS and press to speak

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    467 Views
    S
    @Riptwisted does it work outside MagicMirror? don’t know anything about that SDK MM doesn’t use python, you can launch a background script, and capture its output and then do something with that… my PythonPrint module https://github.com/sdetweil/MMM-PythonPrint shows how to exec the python script and capture is (print) output and do something with it (this module just displays, but it could speak it)
  • MMM-MyScoreboard just showing loading

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    451 Views
    Cliff365C
    FIXED I removed the module and loaded a newer version from here: git clone https://github.com/dathbe/MMM-MyScoreboard All working fine now! I’ve used this module successfully in the past. But now, all I see is : NHL Scoreboard Loading I have no idea how I might troubleshoot this. Any suggestions welcome.
  • PM2 for server mode

    Unsolved Feature Requests
    4
    0 Votes
    4 Posts
    2k Views
    S
    @sifuhall one thing pm2’s job is to keep the app running. so when the script ends it restarts in windows to spin off a separate task you use detach detach xxxx.bat in linux you use the & as last character xxx.sh & so if you choose to launch from one script # use port in config.js npm run server & # override port in config.js export MM_PORT=8090 npm run server & # override port in config.js export MM_PORT=8100 npm run server & there is nothing to keep the script running and pm2 will relaunch it just remove the last & and bash will wait for that command to end(never) pm2 will be happy
  • MagicMirror default weather module

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    1k Views
    S
    @sankum i use this guide for selector clause https://www.w3schools.com/cssref/css_selectors.php used to be all one page, now in different sections you can combine all kinds of elements