A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Weather issue

    Solved
    10
    1
    0 Votes
    10 Posts
    844 Views
    S
    @atl944 said in Weather issue: do you have any good resources for MagicMirror in general what do you mean? there is the doc, linked in the top menu https://docs.magicmirror.builders/configuration/introduction.html#basic-configuration-of-magicmirror2 and here of course we don’t provide any video tutorials, altho others have done that for some solutions i am the moderator here, but also module developer, and support the install/upgrade scripts, and backup/restore scripts too…
  • Can't control CalendarExt2 with Scenes2. Hide indicators.

    Solved
    5
    0 Votes
    5 Posts
    862 Views
    M
    @mmmmh OK, Here’s what I did: I can control everything else with Scenes2 and for CalendarExt I use Remote-Control’s REST API.
  • MMM-carousel stuck with update

    Solved
    4
    0 Votes
    4 Posts
    674 Views
    S
    @JMac yes
  • [ERROR] unable to write js/positions.js

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    S
    @FalcoonnnnPUNCH correct. NEVER use sudo for any MagicMirror related commands sudo makes everything owned by root where no user can modify just use my install/upgrade scripts. listed in alternative install section of MagicMirror doc
  • MMM-CalendarExt3 always displays previous week

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    S
    @mrsmith81 and the fix
  • Help with Crontab starting pm2 mm.sh

    Solved
    8
    0 Votes
    8 Posts
    761 Views
    S
    @DDE12 yes
  • Installation issues

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    S
    @neo_anderson you can try it out See https://forum.magicmirror.builders/post/123306 There is more info before that post, but this gets you the latest version
  • Standar "weather" Module: Doesn't keep header setting?

    Unsolved
    14
    2
    0 Votes
    14 Posts
    3k Views
    R
    @sdetweil OK, tanks anyway. It seems there is something special in my mirror. Not that magic but unfortunate…
  • MMM-ModuleScheduler

    Unsolved
    2
    0 Votes
    2 Posts
    345 Views
    S
    @Old_Death I do not know this module specifically But some things At the top you have two module: In js this is allowed, but the last one wins This means you have two instances of the schedule module About MagicMirror , this is called a single page web application We can only show or hide content. Pages, carousel, voice reco, profile switcher and module scheduler hide and show modules for different purposes As I understand it the scheduler module looks at the individual modules for a property to describe when it should be shown ( from-to) Scheduler has no ui of its own. So all info about images etc belong to the module that can display them. So all those parms need to move And the targeted modules do not KNOW anything about Scheduler, they will be shown or hidden Any properties added to be used by another module are unknown
  • Trouble using CORS proxy

    Solved
    4
    0 Votes
    4 Posts
    410 Views
    S
    @pclark2 woohoo!!
  • Calendar events mixed up after update

    Unsolved
    8
    0 Votes
    8 Posts
    567 Views
    S
    @jpmiller25 what does that mean saved events? we just ask the calendar provider to give us the calendar data, we have no info on how they got the way they are @MMRIZE in the config above, Ext3 is configured for one calendarset but there are two sources what does Ext3 do with the events from extra source? throw them away? refresh, the module has a refreshInterval value any faster than that requires restarting MagicMirror
  • 0 Votes
    21 Posts
    4k Views
    S
    @cheminge there are three scenarios day event repeats for 5 days, m-f you drag one of those someplace out of sequence, tuesday to saturday. it STILL MUST BE FULL DAY, it STILL has same uid (part of event collection) AND a recurrence id (in case you move it back) 5 day(full) event, not repeating you drag tuesday to saturday same UID (part of the event collection) it can have a different time scale hours vs day, not repeating if you modify it. and drag it back, its a new event in the middle of old range it lost its tuesday identity on drag out 5 single full day events covering m-f, one per day different uid each, anything is game yours is every other week, recurring or a particular day of week which of the events did you move? in each of the 1st two, if you delete the base event, all uid attached events go away too (event family is deleted) second one the outside event is no longer tuesday modified but it is still part of the family (uid)
  • Site : https://wiki.bugsounet.fr seems to be down

    Solved
    2
    0 Votes
    2 Posts
    321 Views
    S
    @Johanba see https://forum.magicmirror.builders/post/123380
  • MMM-RTSPtoWeb on Raspberry Pi OS x86/amd64 version?

    Unsolved
    4
    0 Votes
    4 Posts
    704 Views
    S
    @sforza my response is that os is trash. don’t waste time using it. no idea what might work from the module perspective , i know there have troubles with RTSP streams in the later os versions
  • Error: Cannot find module 'undici' after update using script from sdetweil

    Solved
    6
    2
    0 Votes
    6 Posts
    709 Views
    S
    @Gnardar replied net, you attempted upgrade manually, and got caught be the node upgrade requirement now MagicMirror code is 2.30, node is downlevel npm install fails then you ran upgrade script, but it will not upgrade same version (without extra step) so it made no change, stuck in same spot to force upgrade in this situation, change the word apply to force on the upgrade command
  • MMM-edgerouter-throughput

    Unsolved
    1
    1
    0 Votes
    1 Posts
    328 Views
    plainbrokeP
    Does anyone use this module? It shows up but I think I need more information to get it to work. Here is what I have put in my config.js { module: "MMM-edgerouter-throughput", position: "middle_center", header: "Unifi", config: { gateway: "https://192.168.1.1", user: "Plainbroke", pwd: "HIDDEN INFORMATION", title: "Unifi", interface: "USG Pro3" } }, And this is the output from my USG router [image: 1738035411122-screenshot-2025-01-27-213512.png]
  • Difficulties with standard "clock" module

    Solved
    4
    0 Votes
    4 Posts
    716 Views
    R
    @sdetweil can you enlighten me how I can use the provided different faces in the modules’ faces folder ? (face-001.svg - face-013.svg) found by myself… sorry. Parameter analogFace …
  • MMM-Pir disappeard on github

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    R
    @MarcLandis cool! Thanks a lot. I keep an additional copy on my files … Warmest regards, Ralf
  • Cannot Find Module ‘ansis’

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @Splashed no idea. unless you didn’t get into the module folder before the git pull cd ~/MagicMirror/modules/module_name
  • MMM-CalendarExt3Agenda on a higher screen resolution?

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S
    @rkorell awesome