A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-CalendarExt3Agenda doesn't work on fresh restored install

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @rkorell yes, he ran some setup/installer code that isn’t saved locally
  • Restore script cannot create Backup folder?

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    R
    @sdetweil said in Restore script cannot create Backup folder?: thanks so much for the trouble report… fixed Dear Sam, you’re REALLY (!) welcome! Thanks to YOU for all of your effort! Ralf
  • 0 Votes
    2 Posts
    477 Views
    S
    @Kelemvor see this topic https://forum.magicmirror.builders/post/125106
  • One of my Calendars isn't showing up in the default module.

    Unsolved
    7
    0 Votes
    7 Posts
    527 Views
    K
    Does it go here? [image: 1742999644575-7ce9109b-c466-46b3-a184-55439baa4205-image.png] If so, it didn’t seem to help.
  • 0 Votes
    11 Posts
    1k Views
    S
    @dphotograph you can use that module again now in the MMM-Config folder do git pull then restart MagicMirror
  • Failed to Fetch

    Solved
    4
    0 Votes
    4 Posts
    432 Views
    S
    @PGP_Protector awesome!!
  • Combining MMM-GroveGestures and MMM-Page-Selector

    Solved
    7
    1 Votes
    7 Posts
    603 Views
    S
    @ChanceTime you edited in config.js, right? never edit the module source
  • MMM-MPlayer - display issue

    Solved
    3
    0 Votes
    3 Posts
    415 Views
    evroomE
    To answer myself: I cleaned the array using: const mplayerArgumentsArrayFilter = mplayerArgumentsArray.filter(discardEmptyArgument); function discardEmptyArgument(value, index, array) { return value != ''; } Then spawned using that array: // Spawn a new mplayer process const env = { ...process.env, DISPLAY: ':0' }; const mplayerProcess = spawn(`mplayer`, mplayerArgumentsArrayFilter, {env: env}); Now it is working correct.
  • MMM-Pages and MMM-page-indicator, how to select the page?

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    S
    @com1cedric awesome!
  • MMM-Remote-Control API Not Working

    Unsolved
    5
    0 Votes
    5 Posts
    462 Views
    KristjanESPERANTOK
    @mart11 This should be fixed since we released version 3.0.0 😀 Please update and check.
  • Calendar error ext3 and ext3agenda

    Unsolved
    3
    0 Votes
    3 Posts
    353 Views
    S
    @svencarree did you get this working
  • MMM-BackgroundSlideshow shows blurry images

    Unsolved
    1
    0 Votes
    1 Posts
    169 Views
    K
    Hello When using images in MMM-BackgroundSlideshow the become blurry/pixelated. My library contains only 4K images with no compression Has it something to do with the gradient-, Horizontalgradient-, radialGradient- and GradientDirection settings? Any help will be appreciated
  • MMM-CalendarExt3Journal - How to set colors for calendars?

    Solved
    4
    0 Votes
    4 Posts
    373 Views
    S
    @nobbistyles cool
  • PIR bien Détecté par le script mais ne fonctionne pas avec MMM-PIR

    Moved
    17
    0 Votes
    17 Posts
    2k Views
    M
    @sdetweil Sam MERCI votre solution a fonctionné, c’est la plus simple, merci beaucoup
  • MMM-GoogleAssistant and domotics?

    Unsolved
    1
    0 Votes
    1 Posts
    173 Views
    Cr4z33C
    I am using the module made by Bugsounet and I noticed that I cannot control my domotics with it like normal Google devices like ie. the Nest Hub 2nd Gen, etc. Is there anything I need to edit or to add to be able to achieve it?
  • How do I display an RTSP camera stream?

    Unsolved
    16
    0 Votes
    16 Posts
    3k Views
    S
    @BKeyport yeh, sadly continuity is no longer valued. Time to market is everything. If something breaks, the consumer will refactor or their usage will die, and not be a problem after all.
  • REMOTE CONTROL UPDATE

    Solved
    19
    -1 Votes
    19 Posts
    2k Views
    S
    @pat59 awesome
  • MMM-GoogleCalendar stopped working "INVALID_GRANT"

    Unsolved
    3
    0 Votes
    3 Posts
    483 Views
    N
    @sdetweil Ok, so I set your standard calendar module with google ics url; it should read google events and broadcast to CalendarExt3. I hope I understand your message well. Using ICS instead of OAuth my question is: does it update automatically or I have to manually update it? Can I add more than one calendar? If you, which is the correct formattation? Is the configuration under here correct? calendars: [ { url: "ht****lendar.google.com/MYURLCALENDAR.ics", fetchInterval: 7 * 24 * 60 * 60 * 1000, fade: "false", name: "MYCALENDARNAME", // <= RECOMMENDED to assign name color: "blue", // <= RECOMMENDED to assign color customEvents: [{keyword: 'Birthday', symbol: 'birthday-cake', color: 'Gold'},{keyword: 'Dinner', symbol: ' pizza-slice', color: 'red'}],
  • mmm-googleassistant ou réglage son

    Solved
    16
    -1 Votes
    16 Posts
    3k Views
    S
    @negrito no. sadly it has been removed by the author
  • Logging issues

    Solved
    22
    0 Votes
    22 Posts
    2k Views
    BKeyportB
    @sdetweil It now is working as expected. Thanks for the help.