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

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    168 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
    169 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
    215 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
    231 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
    838 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
    262 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
    214 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
    614 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
    606 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
    2k 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
    440 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
    251 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
  • radio connection error

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    222 Views
    S
    @ilesiles can you be more specific, which module, what MagicMirror version, what hardware
  • MMM-EmbedURL - good stuff too far down in page

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    175 Views
    S
    Greetings. I have embedded the Nation Weather Service forecast page for my area. Problem is, the weekly forecast is down too far in the page, below the edge of the monitor. If there was a way to “trim off” the top 50-75 pixels, that would fix the problem. Is that possible? Thank you.
  • CalendarExt3 inline-block and colors

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    664 Views
    S
    @sankum just for discussion on a couple points from your image above [image: 1747663143318-1746897279242-screenshot-at-2025-05-10-12-14-08-resized-resized.png] in the css stack pane on the right, you see .CX3 .weekend has a couple styles, specified in MMM-CalendarExt3.css, line 385 and one of those styles has a strikethru, color an item higher up in the stack list, also shows a DIFFERENT class .CX3 .weekend_1 that ALSO specifies the same style, from the same file but line 394 (further down is processed later, so it overrides stuff set ABOVE this line…(cascading) so you can see the style(and where its set) , see it is overridden(and from where) and the element selected (left side of element view) shows BOTH classes applied NOW , this second style setting/weekend_1 demonstrates a problem, as you MODIFIED the module shipped file of css settings… and next time the module wants to update, it will FAIL as you changed one of ITS files… MM is designed to avoid this problem, you place ALL ‘custom’ (local to you) css in the file MagicMirror/css/custom.css we load this file LAST, so it overrides ANYTHING set before it was loaded… base, module, or anything higher in custom.css too…
  • Default calendar customEvents not working

    Unsolved Troubleshooting
    22
    0 Votes
    22 Posts
    3k Views
    S
    @pauabaer I’m back my config for customEvents is { keyword: "Gerburtstag", symbol: "birthday-cake", transform: { search: "^([^\\s]+) (\\d{4}) Gerburtstag$", replace: "$1 ($2)", yearmatchgroup: 2 } } my test calendar event title (from the summary field in the actual ICS data) is SUMMARY:test 1986 Gerburtstag the debug line in the parser is [2025-05-25 16:08:47.371] [DEBUG] title: test 1986 Gerburtstag I see [image: 1748207164900-screenshot-at-2025-05-25-16-05-03.png] I walked thru the code and it worked as expected…
  • Calvin and Hobbs

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    553 Views
    G
    I am having the same issue as well. @mdiorio was able to fix it last time this happened in this thread but we’ll have to wait for an update. https://forum.magicmirror.builders/topic/11844/mmm-calvinandhobbes
  • MMM-Moon module - how to resize?

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    810 Views
    C
    @rkorell Thansk for this!
  • Fontawsome symbol usage for calendar help requested.

    Unsolved Troubleshooting
    10
    0 Votes
    10 Posts
    740 Views
    S
    @rkorell did you get this working?