A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    11 Posts
    2k 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
    912 Views
    S
    @PGP_Protector awesome!!
  • Combining MMM-GroveGestures and MMM-Page-Selector

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

    Solved
    3
    0 Votes
    3 Posts
    673 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
    4k Views
    S
    @com1cedric awesome!
  • MMM-Remote-Control API Not Working

    Unsolved
    5
    0 Votes
    5 Posts
    770 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
    652 Views
    S
    @svencarree did you get this working
  • MMM-BackgroundSlideshow shows blurry images

    Unsolved
    1
    0 Votes
    1 Posts
    264 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
    796 Views
    S
    @nobbistyles cool
  • PIR bien Détecté par le script mais ne fonctionne pas avec MMM-PIR

    Moved
    17
    0 Votes
    17 Posts
    3k 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
    282 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
    5k 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
    3k Views
    S
    @pat59 awesome
  • MMM-GoogleCalendar stopped working "INVALID_GRANT"

    Unsolved
    3
    0 Votes
    3 Posts
    932 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
    4k Views
    S
    @negrito no. sadly it has been removed by the author
  • Logging issues

    Solved
    22
    0 Votes
    22 Posts
    5k Views
    BKeyportB
    @sdetweil It now is working as expected. Thanks for the help.
  • Update - General Question

    Unsolved
    2
    0 Votes
    2 Posts
    587 Views
    S
    @TomOMaley you would have to check the updates to know if there is something your mirror needs. i suggest disabling the updatenotification module, to remove the notices we update MagicMirror every 90 days, its release page is in section Announcements/MagicMirror for example https://forum.magicmirror.builders/topic/19268/v2-30-0 modules are more ‘as needed’
  • MMM My Garbage module

    Solved
    3
    0 Votes
    3 Posts
    655 Views
    S
    @milo69 can you mark this resolved go to the message that contains the best answer, click the 3dots lower right and pick the option
  • MMM-MyWeather module - Need help

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    K
    @sdetweil - Thanks for your feedback. I have signed up for Open Weather with the credit card for 3.0 API and forked using https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast. I now have the weather module back online. Thanks for your support.
  • MMM-CalendarExt3 appear with "undefined"

    Solved
    3
    0 Votes
    3 Posts
    695 Views
    N
    @sdetweil after some tries, this afternoon, ext3 started showing. But honestly I didn’t install the clipping flix so I did it now