A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • GoogleCalendar with two IDs

    Unsolved
    3
    0 Votes
    3 Posts
    580 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
    391 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
    363 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
    9k Views
    S
    @nowayto there is a better fix, coming in the next release…
  • radio connection error

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

    Unsolved
    3
    0 Votes
    3 Posts
    681 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
    9k 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
    517 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
    1k 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
    618 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
    7k 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
    548 Views
    B
    Thank you! This worked.
  • 0 Votes
    5 Posts
    411 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
    2k 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
    4k 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
    541 Views
    B
    @sdetweil thanks appreciate the help. Ill have to connect the Keyboard tomorrow, so will reply again… thanks again
  • MMM-OpenWeatherForecast bigger fonts and icons

    Unsolved
    5
    0 Votes
    5 Posts
    801 Views
    S
    @briantogo see the second link in my signature below on how to use the developers window elements tab to discover and test css styles
  • Where did the sandbox fix go?

    Solved
    3
    0 Votes
    3 Posts
    963 Views
    J
    @sdetweil thank you so much!
  • v2.22.0 | default calendar: no symbols with customEvents

    Solved
    29
    0 Votes
    29 Posts
    17k Views
    J
    Just an fyi if anyone is trying to use customEvents to alter symbols and color for a pay day event in your calendar… ask your wife not to use “$$$” as the title of the event for it. After hours of messing with the config I figured out that will alter the symbol and color for ALL events… Hopefully someone sees this and it saves them hours of frustration, especially for those of us less “coding-capable”.
  • MMM-calenderext3

    Solved
    11
    2
    0 Votes
    11 Posts
    1k Views
    T
    @sdetweil I got it all figured out thank you. I went back to just the basics. So now I’ll go back in adding one thing at a time.