A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • how to control magic mirror with python

    Unsolved Troubleshooting
    3
    1
    0 Votes
    3 Posts
    301 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
  • MMM-Carousel causing Mirror to shift up

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    555 Views
    S
    @jlward73 ah, no buttons. i’ve never used this carousel feature i use MMM-pages and MMM-pageindicator
  • MMM-GooglePhotos Image loading fails

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    311 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
  • MMM-GoogleBirthdaysProvider

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    588 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
  • Standar "weather" Module: Doesn't keep header setting?

    Unsolved Troubleshooting
    14
    2
    0 Votes
    14 Posts
    2k Views
    R
    @sdetweil OK, tanks anyway. It seems there is something special in my mirror. Not that magic but unfortunate…
  • MMM-ModuleScheduler

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    308 Views
    S
    @Old_Death I do not know this module specifically But some things At the top you have two module: In js this is allowed, but the last one wins This means you have two instances of the schedule module About MagicMirror , this is called a single page web application We can only show or hide content. Pages, carousel, voice reco, profile switcher and module scheduler hide and show modules for different purposes As I understand it the scheduler module looks at the individual modules for a property to describe when it should be shown ( from-to) Scheduler has no ui of its own. So all info about images etc belong to the module that can display them. So all those parms need to move And the targeted modules do not KNOW anything about Scheduler, they will be shown or hidden Any properties added to be used by another module are unknown
  • weather module (standard) - a little typo/error in weather.css?

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    365 Views
    R
    @sdetweil OK; good to know. Thanks! Warm regards, Ralf
  • Help with MMM-ModuleSchedule - not hiding

    Unsolved Troubleshooting
    11
    0 Votes
    11 Posts
    2k Views
    S
    @cheminge also, what is the default behavior if the module(s) are not in the ‘current’ timeframe? or not in any schedule?
  • Calendar events mixed up after update

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    488 Views
    S
    @jpmiller25 what does that mean saved events? we just ask the calendar provider to give us the calendar data, we have no info on how they got the way they are @MMRIZE in the config above, Ext3 is configured for one calendarset but there are two sources what does Ext3 do with the events from extra source? throw them away? refresh, the module has a refreshInterval value any faster than that requires restarting MagicMirror
  • Calendar Jähliche Termine werden nicht angezeigt

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    309 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
  • MMM-RTSPtoWeb on Raspberry Pi OS x86/amd64 version?

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    554 Views
    S
    @sforza my response is that os is trash. don’t waste time using it. no idea what might work from the module perspective , i know there have troubles with RTSP streams in the later os versions
  • MMM-edgerouter-throughput

    Unsolved Troubleshooting
    1
    1
    0 Votes
    1 Posts
    291 Views
    plainbrokeP
    Does anyone use this module? It shows up but I think I need more information to get it to work. Here is what I have put in my config.js { module: "MMM-edgerouter-throughput", position: "middle_center", header: "Unifi", config: { gateway: "https://192.168.1.1", user: "Plainbroke", pwd: "HIDDEN INFORMATION", title: "Unifi", interface: "USG Pro3" } }, And this is the output from my USG router [image: 1738035411122-screenshot-2025-01-27-213512.png]
  • MMM-CalendarExt3 - more than 4 calendars?

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    660 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
  • Module to get polestar 2 battery level

    Unsolved Requests
    3
    0 Votes
    3 Posts
    361 Views
    M
    @chrisfr1976 Thanks i’ll look into it!
  • MMM-CalendarExt3 only one calendar not updating

    Unsolved Troubleshooting
    35
    0 Votes
    35 Posts
    16k Views
    S
    ok, that didnt help
  • Caldav freezes saying "loading"

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    358 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 Recurring events on wrong day

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    798 Views
    S
    @morangen did you get this resolved?
  • mmm-welcome

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    376 Views
    M
    Bonjour, j’ai installé le module MMM-Welcome. il me dit qu’il ne sait pas lire les actualités pour le moment. comment utiliser ce module et quelles sont les autres possibilités ? Merci
  • mmm-telegramBot pas les accès

    Unsolved Troubleshooting
    2
    -1 Votes
    2 Posts
    357 Views
    M
    Je n’arrive toujours pas à le faire fonctionner, j’ai crée un nouveau bot mais toujours le même.
  • Cant display Apple Calendar

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    427 Views
    S
    @tejaso also, can you paste the url into your browser while MagicMirror is running to prove you can access it via the MagicMirror web server. i have a 100 ics files in the default/calendar folder (used for testing)