A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Help to install bluelinky

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    1k Views
    S
    @Assassins actually this looks like a combination of problems You don’t use npm install to. INSTALL a module You use git clone while the current directory is ~/MagicMirror/modules Then change the current directory to the module folder you just cloned THEN if there is a package.json in THAT folder do npm install there It looks like you were in the MagicMirror folder
  • RPi MM clientonly on Boot

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    633 Views
    E
    @sdetweil Thank you, that worked perfectly! Now I just need to eliminate as many nonessential programs in the background. The flip clock and scoreboard scrolling are a bit choppy…
  • update package list

    Solved Troubleshooting
    45
    0 Votes
    45 Posts
    16k Views
    P
    Hello Thank you for what you did for me. Now it’s bothering me. We’ll stop there and close the session. Thank you again. Thank you for your help. You are a fantastic person. Thank you for your time spent on our problems. Thank you and thank you again.
  • Cal EXT3 - Symbols and colors

    Solved Troubleshooting
    14
    0 Votes
    14 Posts
    6k 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
  • 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
    7k 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 Votes
    4 Posts
    7k 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
  • 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
    4k 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"} ], }, ], }, },
  • 0 Votes
    41 Posts
    10k 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
    1k 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
    4k Views
    J
    @Exndfan – ok, thanks.
  • 0 Votes
    3 Posts
    2k 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 …