A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Cal EXT3 - Symbols and colors

    Solved Troubleshooting
    14
    0 Votes
    14 Posts
    5k Views
    _
    Sam, nevermind the problem; I found a sentence in a different question on git, in which it is mentioned shortly; also its kind of written in a config, believe it was the ext3 config. Still a bit annoying that you have to make an entry for the color and on another spot/file you have to set the custom event up. Thanks for your continuous help mate.
  • Delayed Notification? Please help :)

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    2k Views
    P
    Thanks for the idea! In the meantime i managed to throw a module together. It listens to any notification and sends notifications plus payload after a delay. If anyone finds this post, here we go: MMM-DelayedNotification
  • MMM-Config update due to changed 3rd part module list data format

    Solved Troubleshooting
    1
    1 Votes
    1 Posts
    1k Views
    S
    anyone using my MMM-Config for module install, the data format changed, To update git pull in the module folder then npm install and restart MagicMirror
  • Default Weather Module Time Incorrect

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    4k Views
    M
    Thanks! It works!
  • MMM-OpenWeatherMapForecast position not budging

    Solved Troubleshooting
    13
    0 Votes
    13 Posts
    6k Views
    S
    @brgracer awesome!!
  • Screen "offline" during specific time of day

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    4k Views
    R
    @_V_ My module MMM-PresenceScreenControl Offers a comfortable way to switch on or off during defined times - as much as you like per day as much days as you like. Regards, Ralf
  • Default Clock SunTimes icon - color change?

    Solved Troubleshooting
    4
    1
    1 Votes
    4 Posts
    6k Views
    S
    @brgracer you are welcome… I am the moderator here, and I feel my job is to help, and teach you how to solve problems on your own as much as I can. and as I see recurring problems, try to document them, and find solutions, my install/upgrade scripts, my backup/restore scripts, my MMM-Config module that does form based MM and module config, and module install (MMM-Config allows you to disable a module, effectively same as uninstall)
  • 0 Votes
    18 Posts
    4k Views
    E
    @sdetweil Yeah… I should have said I updated to the latest version of Bullseye with all patches. I haven’t made the last step to Bookworm yet…
  • Accessing config.js and file explorer on laptop

    Solved Troubleshooting
    24
    0 Votes
    24 Posts
    4k Views
    S
    @British_Kiwi here is how to get the files from synology or other server see https://forum.magicmirror.builders/post/127805
  • Request: VPN Integration Option for MagicMirror (Stag VPN Experience)

    Solved Requests
    4
    0 Votes
    4 Posts
    2k Views
    S
    @rambomonkey I have just started using tailscale… solves problems Cloudflare can’t (like hyperbackup on synology across locations)
  • **N00B** Question

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    S
    @Landokirk any module you dont need, just add disabled:true, after the module: line for the google calendar, use the desktop to go to calendar.google.com hover the mouse pointer over the calendar name in the left nav 3 dots will appear to the right, click and pick settings scroll down to sharing, and locate the ical url, or secret that is the string used in the default calendar url: setting then for EXT3 you install that module if you use my MMM-Config module, it will provide a form based approach to system and module configuration, and also supports module install.
  • 0 Votes
    7 Posts
    3k Views
    wishmaster270W
    @Madeline Hi and sorry for my late replay. First of all… Please take care that the answer of @sophiasteck contains some misleading information as the array is called cams and not cameras and the module only supports referencing the cameras by their name and Not their ids. Additionall there exists no flag showStream. The cams array contains objects which need at least the name defined. According to the logs you posted your config should look something like… { module: "MMM-SynologySurveillance", position: "middle_center", config: { debug: true, ds: [ { protocol: "https", host: "x.x.x.x", port: "xxxx", user: "xxxx", password: "xxxxxx", cams: [ { name: "Back Doors" }, { name: "Pool Cam"}, { name: "Indoor Kitchen"} ], }, ], }, },
  • 2.32.0 Calendar module limitDays and excludedEvents stopped working

    Solved Troubleshooting
    41
    0 Votes
    41 Posts
    9k Views
    S
    @AndyHazz these fixes are in the next release Oct 1
  • Two Mirrors, One Pi

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    S
    @BiaGen awesome! Glad it helped
  • Need help to install MMM-Face-Multi-User-Recognition-SMAI

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    782 Views
    A
    Hi @sdetweil , Sorry for the delay and thanks for this info. We’ll test this module.
  • Request: Flight tracker using PiAware

    Solved Requests
    14
    0 Votes
    14 Posts
    3k Views
    J
    @Exndfan – ok, thanks.
  • 0 Votes
    3 Posts
    1k Views
    L
    @sdetweil Thanks Sam - I’m not sure why search didn’t bring that existing one up for me… so apologize for the duplicate. I have changed the code successfully so looking forward to the ‘official’ fix …
  • issues updating MMM-calendar EXT3

    Solved Troubleshooting
    19
    0 Votes
    19 Posts
    6k Views
    N
    @sdetweil thank you ! This explanation is very helpful. I’m still a little new to the git environment.
  • Calendar Fetch Error

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    6k Views
    S
    @mdbyers he used this value from post before, -U parm [image: 1758639772156-img_3928.png]
  • Help with mmm-systemtemperature error messages

    Solved Troubleshooting
    11
    0 Votes
    11 Posts
    3k Views
    KristjanESPERANTOK
    FYI: I’ve created a fork, refactored it and optimized the README. It should be easier to install :-)