A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • three mm processes. How to delete one?

    Solved
    4
    0 Votes
    4 Posts
    312 Views
    E
    @sdetweil I was able to successfully use “pm2 delete 2” and save my efforts. The mirror seems to be responding faster now. Thanks for your help.
  • MMM-GooglePhotos suddenly stopped working this morning

    Solved
    26
    0 Votes
    26 Posts
    4k Views
    S
    @Jabl0 weird
  • Restart MagicMirror once a day

    Unsolved
    13
    0 Votes
    13 Posts
    1k Views
    S
    @mumblebaj the problem is we are passing back data, and not the response object and we didn’t check to see if the response was valid(statusCode==200), and after that sometimes the data is trash if you have MM installed, you HAVE the repo!
  • CalendarExt3 inline-block and colors

    Unsolved
    7
    0 Votes
    7 Posts
    472 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…
  • GoogleCalendar with two IDs

    Unsolved
    3
    0 Votes
    3 Posts
    323 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.
  • MMM-MyScoreboard just showing loading

    Unsolved
    1
    0 Votes
    1 Posts
    147 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.
  • Need assistance with layering of clickable zones on multiple pages

    Unsolved
    2
    0 Votes
    2 Posts
    182 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
  • [ERROR] _ is not defined

    Solved
    36
    0 Votes
    36 Posts
    6k Views
    S
    @nowayto there is a better fix, coming in the next release…
  • radio connection error

    Unsolved
    2
    0 Votes
    2 Posts
    208 Views
    S
    @ilesiles can you be more specific, which module, what MagicMirror version, what hardware
  • Calvin and Hobbs

    Unsolved
    3
    0 Votes
    3 Posts
    481 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-PublicTransportHafas - Error when loading - DeparturFetcher.mjs

    Unsolved
    43
    0 Votes
    43 Posts
    6k Views
    V
    Hey together, it is working now. The last bug was a known issue. link Issue 193 Thanks all for helping to fix my problem!
  • CalendarExt3 custom css not working?

    Solved
    3
    1
    0 Votes
    3 Posts
    295 Views
    S
    Thank you,
  • MMM-CalendarExt3 shows both start and end time. How to stop showing end time.

    Solved
    7
    1
    0 Votes
    7 Posts
    788 Views
    E
    @bobbylx Thanks for your help. I did not use your config.js recommendation because it just looks like you are converting celsius to fahrenheit. I did use the custom.css lines and it worked great. Thanks again.
  • Location display of weather module is incorrect

    Solved
    4
    2
    0 Votes
    4 Posts
    320 Views
    S
    @EngrAg81 always look at the pinned topics in the troubleshooting section, as i post topics that most users might experience as each release rolls in
  • V2.31.0 unable to start

    Unsolved
    29
    0 Votes
    29 Posts
    5k Views
    S
    @rkorell oops, never can remember when i need to use underscore vs dash! thanks for the catch!
  • Error when updating MagicMirror

    Solved
    3
    0 Votes
    3 Posts
    328 Views
    B
    Thank you! This worked.
  • 0 Votes
    5 Posts
    271 Views
    Q
    @sdetweil Thanks for the info. I have no idea why this worked, but after clearing the journals, the thing started working as expected. I changed the fetch frequency back to once every 10 minutes, and it seems happy for now. Will do some more testing and will let you know
  • Module stuck on loading?

    Unsolved
    11
    0 Votes
    11 Posts
    767 Views
    S
    @croc_dad72 can you install MMM-LogExt or MMM-Logging to send the browser logs to npm start logs, so we have them in one place
  • Docker install on synology nas

    Solved
    18
    0 Votes
    18 Posts
    2k Views
    P
    I fixed it and now MM is running in docker on my synology diskstation. I had to insert user: root in the compose file. It is working fine.
  • MMM-OctoMonV2

    Unsolved
    6
    0 Votes
    6 Posts
    361 Views
    B
    @sdetweil thanks appreciate the help. Ill have to connect the Keyboard tomorrow, so will reply again… thanks again