A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-PublicTransportHafas: Service Temporarily Unavailable

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

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

    Unsolved
    5
    0 Votes
    5 Posts
    496 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
    247 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
    201 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
    404 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
    2k 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.
  • CalendarExt3 and Google Calendar event display

    Solved
    8
    1
    0 Votes
    8 Posts
    2k Views
    E
    @MMRIZE said in CalendarExt3 and Google Calendar event display: You may need broadcastEvents: true, in MMM-GoogleCalendar module. I don’t know why, but that option is disabled by default unlike the default calendar module. broadcastEvents: true This solved the issue I had completly, the Google calendar doesnt broadcast the events by default and I just saw the difference in the debug output comparing the normal “Calendar” and the “MMM-GoogleCalendar”. The calendar events from MMM-GoogleCalenda appear correctly after i used broadcastEvents: true in the config. Cheers :), Klaus
  • Problems with KristjanESPERANTO/MMM-PublicTransportHafas

    Solved
    6
    0 Votes
    6 Posts
    560 Views
    S
    @Klinge also, if you don’t know where an modules github page is (or don’t remember as we all do) in the module folder do git remote -v and it will give you the url where this module came from
  • MMM-Carousel error when position is undefined

    Solved mmm-carousel
    9
    0 Votes
    9 Posts
    1k Views
    S
    @Chunnel414 long as you got it!!
  • mmm-welcome

    Unsolved
    1
    0 Votes
    1 Posts
    298 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
  • z-index in CSS and what happens when modules are "on top" of each other

    Solved
    8
    0 Votes
    8 Posts
    588 Views
    S
    @joey i found my bug and fixed it. now every setup will auto restart
  • MM-Update doesn´t work

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    kusselinK
    @sdetweil thank you sam…topp service
  • mmm-flights

    Solved
    2
    1
    -1 Votes
    2 Posts
    260 Views
    M
    J’ai recommencé mais le soucis était que j’avais lu sur un forum que le nord était le latmax et le sud le latmin j’ai fait l’inverse et la ca fonctionne
  • Cannot find module 'node-fetch' error with multiple MM modules

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    M
    merci ca fonctionne maintenant!
  • MMM-OpenWeatherForecast - Cant remove Warnings

    Solved
    6
    1
    0 Votes
    6 Posts
    596 Views
    Sandy2503S
    @KristjanESPERANTO Tnx for your hint. I will try it soon …
  • update ou rebuils EXT-detector

    Solved
    6
    0 Votes
    6 Posts
    616 Views
    M
    @bugsounet merci mais je suis reparti sur une nouvelle installation, propre. j’ai vu qu’il y avait eu pas mal de changement… ce post peut être fermé.
  • Api in calendar

    Solved
    3
    0 Votes
    3 Posts
    205 Views
    P
    @sdetweil thanks. Peter