A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Face recognition

    Unsolved
    6
    0 Votes
    6 Posts
    721 Views
    S
    @notgood looks like he changed the ocv interface to ONLY use pi camera if you look at the older version (1.0.5) you can see the code for other cameras, usepicamera:true was an option then
  • MMM-NetworkScanner (spitzlbergerj)

    7
    0 Votes
    7 Posts
    2k Views
    S
    Hello, i use this Module an im very Happy with it. The Problem is i run for my firsttime MM under Ubunt. In the Start Script from MM i had to type in my Passwort otherwise the module will not start and the list will remain empty. I think the arp-scan needs Sudo Rights which are not passed through, is my guess.
  • Voice assistant

    Solved voice control troubleshoot
    8
    0 Votes
    8 Posts
    978 Views
    S
    @notgood there is chat, under a users profile
  • MMM-KeyBindings install error

    Unsolved
    4
    0 Votes
    4 Posts
    522 Views
    S
    @lovedatsnow you should post this as an issue to the module github page
  • MMM-DWD-Pollen and MMM-pollen remain in status "loading"

    Solved
    3
    0 Votes
    3 Posts
    483 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
    298 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
    1k 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
  • I need help building a modern look for mirror

    Unsolved
    1
    0 Votes
    1 Posts
    164 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
    16k Views
    S
    ok, that didnt help
  • MMM-GooglePhotos Image loading fails

    Unsolved
    1
    0 Votes
    1 Posts
    307 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
    744 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
    795 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
    3k Views
    R
    @wuermchen Great, congratulations. Ralf
  • Weather Module

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

    Unsolved
    29
    1
    0 Votes
    29 Posts
    6k 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
    585 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
    361 Views
    R
    @sdetweil OK; good to know. Thanks! Warm regards, Ralf
  • MMM-horoscope

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

    Unsolved
    5
    0 Votes
    5 Posts
    655 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
    355 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