A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Nextcloud calendar error

    Unsolved
    15
    0 Votes
    15 Posts
    997 Views
    S
    @theaddies said in Nextcloud calendar error: maximumEntries: 5, if you try 100 instead of 5 does it make a difference?
  • Has anyone been able to get MMM-PetFinder to work?

    Unsolved
    12
    0 Votes
    12 Posts
    909 Views
    S
    @KristjanESPERANTO we dont test with uplevel npm. and try to stay in sync w the level of node we test on this just adds to the complexity of support
  • Monitor Showing no HDMI signal

    Unsolved
    7
    0 Votes
    7 Posts
    236 Views
    T
    hey @sdetweil I realized my raspberry pi was going to sleep so I turned it off and I think it works now. Thank you for your help
  • MMM-Tado - Tado API Login no longer working (403 error) — any fix?

    Unsolved
    16
    0 Votes
    16 Posts
    1k Views
    N
    @det I have the same problem.
  • How can I make sure that a third-party module (MMM) is safe to use?

    Unsolved
    4
    0 Votes
    4 Posts
    204 Views
    S
    @BKeyport i know, didn’t want to go down that rat hole i proposed some module standards, (based on that experience) no minified code, so that bad actors cant hide. there are currently only 7 modules w minified code, but they were all generated from typescript source. so minified in that case is unimportant. we dont have a way to enforce any such standards makes me think of some vault to keep things from disappearing too
  • How can I limit the width of a module that's crossing over from left to right?

    Unsolved
    11
    0 Votes
    11 Posts
    558 Views
    S
    @rkorell i didnt introduce it, in html [image: 1743359737608-img_0895.png]
  • MMM-CalendarExt3 and MMM-MonthlyCalendar blank

    Solved
    56
    0 Votes
    56 Posts
    5k Views
    S
    @Scott-M woohoo… thanks…
  • MMM-CalendarExt3Agenda - Two questions

    Unsolved
    19
    1
    0 Votes
    19 Posts
    1k Views
    S
    @Kelemvor pastDaysCount is an advisory to other modules. they dont have to honor it we send all the events, there was a bug in clipping, i ‘fixed’ for 2.30, but made it worse. the temp fix removes clipping on past events maximum days sets the range to view in cal, default 365 days
  • default calendar fetching issues

    Solved
    21
    0 Votes
    21 Posts
    2k Views
    S
    @nowayto if pm2 is being used, its JOB is to keep the app running so the pm2 restart seems odd as if the app was ended , ctrl-q pm2 would do restart already
  • Weather module doesn't load

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    S
    @karsten13 i guess i haven’t looked at the sample in a while
  • MMM-CalendarExt3Agenda doesn't work on fresh restored install

    Solved
    11
    0 Votes
    11 Posts
    766 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
    657 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
    379 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
    261 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
    427 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
    289 Views
    S
    @PGP_Protector awesome!!
  • Combining MMM-GroveGestures and MMM-Page-Selector

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

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

    Unsolved
    5
    0 Votes
    5 Posts
    327 Views
    KristjanESPERANTOK
    @mart11 This should be fixed since we released version 3.0.0 😀 Please update and check.