A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-CalendarExt3 - more than 4 calendars?

    Unsolved
    5
    0 Votes
    5 Posts
    1k 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
    521 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
    474 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
    792 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
    3k 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
    3k 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
  • MMM-Carousel error when position is undefined

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

    Unsolved
    1
    0 Votes
    1 Posts
    512 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
    1k 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
    2k Views
    kusselinK
    @sdetweil thank you sam…topp service
  • mmm-flights

    Solved
    2
    1
    -1 Votes
    2 Posts
    450 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
    7k Views
    M
    merci ca fonctionne maintenant!
  • MMM-OpenWeatherForecast - Cant remove Warnings

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

    Solved
    6
    0 Votes
    6 Posts
    1k 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
    430 Views
    P
    @sdetweil thanks. Peter
  • 0 Votes
    22 Posts
    5k Views
    R
    @MMRIZE , thanks - I was aware of this. Regards, Ralf
  • Calendar number of events to display

    Solved
    4
    1
    0 Votes
    4 Posts
    1k Views
    S
    @cyclonej yes. that is one of the cool ways to use cal and Ext3 together v2.30 there is a bug in the broadcaster if you put in the fix listed in troubleshooting section, then it doesn’t affect what is sent
  • EXT-Detector for MMM-GoogleAssistant no longer working

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    B
    I followed your instructions on the wiki and everything works beautifully again. Thanks for your great work on the GoogleAssistant module. It really makes the “magic” in MagicMirror.
  • MMM-CalendarExt3 month header and current date format

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    M
    @plainbroke @reverendz Instead of .date_xx, use .today to point today’s cell. And about the circle; https://forum.magicmirror.builders/topic/18324/mmm-calendarext3-show-color/11?_=1736098133616
  • Can't get MMM-Buttons module working with a physical button

    Unsolved
    4
    0 Votes
    4 Posts
    754 Views
    S
    @renardroux yes, that is the kind of work required