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

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    70 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
    37 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-CalendarEXT3 and Default Calendar Display

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    82 Views
    S
    @jesseyz when you get that snazzier pi/sbc, you can use my backup/restore to move MM config and modules between devices… (and os’s…) https://github.com/sdetweil/MagicMirror-backup-restore
  • MMM-Universal-Pir issues

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    89 Views
    R
    @eyesallin said: I am using a PI 5 with Linux bookworm OK, with Pi5/bookworm the wayland standard config should work… Or do you have re-configured to X11? You can check right syntax for your system by trial&error on commandline in terminal window. If you are working headless (remote terminal) you have to place a „DISPLAY:0“ in front of the command you are trying… Regards, Ralf
  • Issues with MMM-Button

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    152 Views
    S
    @schlomm said in Issues with MMM-Button: @sdetweil You’ve said that I only need to change some settings in the rasp-config. Do you have any additional information what needs to be changed? I updated my post, I was incorrect
  • need help installing MMPM - losing my mind

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    151 Views
    S
    @lmhmm said in need help installing MMPM - losing my mind: I can’t get mmconfig to work at all … If you are willing, I’d like to understand and resolve any problems you found
  • MM very slow to charge

    Unsolved Troubleshooting
    12
    0 Votes
    12 Posts
    233 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
    59 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
    70 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
    80 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
    75 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
    605 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
    532 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
    122 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
    73 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
    137 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
    204 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
  • MMM-DBF does not work, no error messages

    Unsolved Troubleshooting
    12
    0 Votes
    12 Posts
    551 Views
    S
    @sletrabf open the developers window ctrl-shift-i select the console tab enter a unique part of the module name in the filter field, dbf and see what you see
  • GoogleCalendar with two IDs

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    177 Views
    S
    @rts58 Thanks. I did figure out what to do. I forked the module in github and then it all worked fine withe second ID. Not very elegant as it may cause issues when the original module is updated. I dont know any other way, so for now will do.
  • Need assistance with layering of clickable zones on multiple pages

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    103 Views
    S
    @thecaptainzap you could use z-index on your zones to move them back (into the distance) but if they overlap with the middle then you still have the same problem, which gets the click… this is one of the problems with the composable interface, its hard to share resources among multiple ‘apps’… upper (higher z-index) widgets are supposed to let the click percolate thru the stack if its not for them. only blocking percolation when they consume it. still hard when the intent is not known interesting on the layering and carousel/pages… mm doesn’t have pages, its a Single Page Web App… these modules do ‘pages’ by hiding content not to be shown now, and showing it later (and hiding other content) BUT all the content is in the web page