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

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

    Solved Troubleshooting
    13
    0 Votes
    13 Posts
    3k 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
    5k 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
    2k 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
    1k 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
    996 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
    1k 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
    2k 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
    3k Views
    S
    @AndyHazz these fixes are in the next release Oct 1
  • Two Mirrors, One Pi

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    1k Views
    S
    @JoeRonimo were you able to work on any of this?
  • Need help to install MMM-Face-Multi-User-Recognition-SMAI

    Solved Troubleshooting
    2
    0 Votes
    2 Posts
    103 Views
    S
    @anagallis that module is 4 years since last update. The software world has changed many times since then The only FR module that seems to work is https://github.com/nischi/MMM-Face-Reco-DNN And it’s install is a challenge too
  • Request: Flight tracker using PiAware

    Solved Requests
    14
    0 Votes
    14 Posts
    518 Views
    J
    @Exndfan – ok, thanks.
  • 0 Votes
    3 Posts
    431 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
    3k 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
    6
    0 Votes
    6 Posts
    1k Views
    W
    @sdetweil thanks for the heads up. I’ll make sure to use the new supported method next release. Awesome support as always!
  • Help with mmm-systemtemperature error messages

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

    Solved Troubleshooting
    4
    3
    0 Votes
    4 Posts
    3k Views
    S
    @Periz another thing I didnt mention that could lead you from the pm2 status output The column Uptime tells you how long the app has been running 0 is a bad sign The column to the right of Uptime Shows the count of restarts for the app large numbers are not good
  • MMM-config with modules that have sub-configs (MMM-TouchButton)

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    2k Views
    S
    @joey the backup approach gives you the ability to restore the modules and config/css to another system , after install, so you get a migration tool AND it provides git versioning… so if you need to go back 2 revs you can it also supports putting the backup on a (private recommended) github repo, so you can restore directly from there and don’t have any local file system failure issues… disk drives, usb sticks, etc AND it doesn’t matter WHERE you are at the time,
  • default Calender Two calender with different update time

    Solved Troubleshooting
    9
    -2 Votes
    9 Posts
    336 Views
    S
    @Blackmirror i am wrong. based on the code (not the doc) you can have a unique fetchInterval by url to override the base config value so you only need one calendar instance