A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-DWD-Pollen and MMM-pollen remain in status "loading"

    Solved
    3
    0 Votes
    3 Posts
    244 Views
    K
    @sdetweil Thank you again. I thought, that default will display all pollen. It seems not. But now it is running.
  • how to control magic mirror with python

    Unsolved
    3
    1
    0 Votes
    3 Posts
    191 Views
    S
    @kpplnNP you can also use something like my PythonPrint module to interface python scripts with MagicMirror https://github.com/sdetweil/MMM-PythonPrint.git
  • I am looking for a working PIR Modul/function

    Solved
    9
    0 Votes
    9 Posts
    613 Views
    G
    @Klinge If you find you need an alterantive- https://github.com/Tom-Hirschberger/MMM-GPIO-Notifications/blob/master/examples/HC-SR501/HC-SR501-GPIO4-README-EN.md
  • MMM-Todoist

    Solved
    3
    1
    0 Votes
    3 Posts
    310 Views
    M
    @sdetweil Thanks! Was not the solution I was looking for. But I fixed it regardless. Wrote a script in VSC to connect to my project and it gave me the ID in JSON ;) Thanks anyways!
  • I need help building a modern look for mirror

    Unsolved
    1
    0 Votes
    1 Posts
    111 Views
    I
    help me for all code config and all link git link
  • MMM-CalendarExt3 only one calendar not updating

    Unsolved
    35
    0 Votes
    35 Posts
    12k Views
    S
    ok, that didnt help
  • MMM-GooglePhotos Image loading fails

    Unsolved
    1
    0 Votes
    1 Posts
    168 Views
    C
    Good evening. I’ve been trying for a while to get this module to work and I’m stuck now. I’m getting the following information in the terminal as it tries to pull in and display the photos. I’m transcribing from the pi and only including the relevant information. [INFO] Start Album scanning [INFO] Getting album list [INFO] Finish Album scanning. Properly scanned : 1 [INFO] Albums: MagicMirror [INFO] getAlbumList done [INFO] Total indexed photos: 55 [ERORR] [GPHOTO] hidden.onerror { event: { isTrusted: true }, source: undefined, lineno: undefined, colno: undefined } [ERORR] Image loading fails. Check your network.: https://lh3.googleusercontent.com/…(long url) Please let me know if any other information would help
  • I need Help. my shopping list is not clickable

    Solved
    9
    0 Votes
    9 Posts
    368 Views
    C
    @lucifer6669 Hi, I’ve just fixed that issue in general. I’ve added wrapper.style.pointerEvents = "none"; and p.canvas.style.pointerEvents = "none"; in the module file. This allows pointer events to pass to modules underneath! So also the CalExt3 can be used again with the pop-up windows. I’m also very happy now :-) Cheers Chris!
  • triggering a module

    Solved
    8
    0 Votes
    8 Posts
    464 Views
    L
    @chrisfr1976 yes! it definitely helps! my kid is going to love it. i linked it to a chore list so when he successfully completes all his chores through out the week the fireworks will set off and give him a little party.
  • MMM-FRITZ-Box-Callmonitor-py3 unknown_error

    Solved
    15
    1
    0 Votes
    15 Posts
    2k Views
    R
    @wuermchen Great, congratulations. Ralf
  • Weather Module

    Solved
    7
    0 Votes
    7 Posts
    423 Views
    S
    i julaughingst . Youre Right!Thanks. Little Misstakes
  • MMM-PublicTransportHafas: Service Temporarily Unavailable

    Unsolved
    29
    1
    0 Votes
    29 Posts
    3k Views
    S
    @rotorax i am certain you have to have at LEAST 4096, not smaller, maybe 8192
  • MMM-GoogleBirthdaysProvider

    Unsolved
    6
    0 Votes
    6 Posts
    297 Views
    S
    @Sebi76-0 I understand, but I think he left out some steps There is an issue open on the module github page since 2023 about this
  • weather module (standard) - a little typo/error in weather.css?

    Unsolved
    3
    0 Votes
    3 Posts
    165 Views
    R
    @sdetweil OK; good to know. Thanks! Warm regards, Ralf
  • MMM-horoscope

    Solved
    4
    1
    0 Votes
    4 Posts
    223 Views
    S
    @plainbroke yes, touchy is a good word
  • MMM-CalendarExt3 - more than 4 calendars?

    Unsolved
    5
    0 Votes
    5 Posts
    381 Views
    S
    @cheminge and really the terminology is showing events from all 7 so if you look at the pm2 log of MagicMirror startup you will see the default calendar message for broadcasting the everts which ext3 reads (each calendar’s events are sent separately when ready) Ext3 does not want to flash the screen each time some events come in. so it waits a bit (waitFetch time 5 second default) from first cal msg anything that comes in after that has to wait til the calendar is redrawn (refreshInterval time 30 minutes default) the pm2 logs have a timestamp on the messages so you can tell how long it took to get all the data to Ext3 if you increase waitFetch, nothing is drawn til then if you make refreshInterval too low you update for no reason and consume resources other modules might want to use
  • Caldav freezes saying "loading"

    Unsolved
    2
    0 Votes
    2 Posts
    186 Views
    S
    @theaddies there have been reports of the broadcast from the helper to the front end not being received see https://github.com/MagicMirrorOrg/MagicMirror/issues/3380 as a test can you refresh the screen ctrl-r
  • Calendar Jähliche Termine werden nicht angezeigt

    Unsolved
    2
    0 Votes
    2 Posts
    145 Views
    S
    @chris47803 Welche Version von MagicMirror verwenden Sie? Können Sie die Konfiguration des Kalendermoduls anzeigen? Geben Sie einfach die URLs für die Cal-Links ein
  • How do I hide the "CW 1" in the month calendar - MMM-CalendarExt3

    Solved
    3
    0 Votes
    3 Posts
    232 Views
    C
    @chrisfr1976 said in How do I hide the "CW 1" in the month calendar - MMM-CalendarExt3: visibility: hidden Ok Great!!! I wasn’t sure if it was added to the config or the custom.css file. I have added the following to the custom.css file and it works great!!! Thank you for the quick response! .CX3 .cw { visibility: hidden; }
  • Default Weather Broke After Update

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    A
    @sdetweil yes, I have apiVersion: ‘2.5’ in my config - I didn’t change that recently though, I think I changed that perhaps a year ago when it stopped working previously … whatever the latest update did, I now need the /weather endpoint specified as well. All good though, it’s working fine now.