A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default calendar module freezing on load

    Unsolved
    2
    0 Votes
    2 Posts
    370 Views
    S
    @migitcheetah I posted reply on Reddit, please dont post in multiple places
  • Performances on Pi 3A+

    Unsolved
    9
    0 Votes
    9 Posts
    996 Views
    N
    @sdetweil it could be. It’s a good card but it could have reached her lifespan. I’ll give it a try, thanks
  • Help to install bluelinky

    Solved
    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
  • install/upgrade scripts updated to detect and use NVM

    3
    0 Votes
    3 Posts
    813 Views
    S
    @schlomm said in install/upgrade scripts updated to detect and use NVM: For my Magic Mirror Instances I try to use/install the node version installed by MagicMirror, that is what the script does… reads package.json engines, and uses that. on some systems, you might get 22.20.0 instead of 22.18.0 you don’t have to do it manually , as the script will handle it. BUT if you used nvm for some reason, then it puts code in the users home folder/.nvm and first in the PATH… n puts code in /usr/local/bin , but if nvm is first… oops… so , n did its thing, but no change… use the tool the user picked, quite a pain to get nvm to run FROM a script…
  • RPi MM clientonly on Boot

    Solved
    4
    0 Votes
    4 Posts
    499 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…
  • Cal EXT3 - understanding transforming

    Unsolved
    14
    0 Votes
    14 Posts
    7k Views
    R
    @sdetweil Yes :-) therefore I thought a detailed example would be beneficial … Warmest regards, Ralf
  • Calendar Fetch Error

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    S
    @mdbyers he used this value from post before, -U parm [image: 1758639772156-img_3928.png]
  • Delayed Notification? Please help :)

    Solved
    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
  • update package list

    Solved
    45
    0 Votes
    45 Posts
    14k 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.
  • MMM-OpenWeatherMapForecast position not budging

    Solved
    13
    0 Votes
    13 Posts
    6k Views
    S
    @brgracer awesome!!
  • Update, unable to connect.

    Solved
    22
    0 Votes
    22 Posts
    8k Views
    S
    @Richard238 use my script It will record incremental changes https://github.com/sdetweil/MagicMirror-backup-restore
  • Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

    Solved
    18
    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…
  • issues updating MMM-calendar EXT3

    Solved
    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.
  • Screen "offline" during specific time of day

    Solved
    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
  • Help with mmm-systemtemperature error messages

    Solved
    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 :-)
  • 2.32.0 Calendar module limitDays and excludedEvents stopped working

    Solved
    41
    0 Votes
    41 Posts
    9k Views
    S
    @AndyHazz these fixes are in the next release Oct 1
  • Calendar does not run on secondary screen

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    S
    This fix is in the next release , Oct 1
  • Error Message Help

    Unsolved
    3
    0 Votes
    3 Posts
    596 Views
    G
    thanks, Sam, I’ll try that tomorrow morning. Appreciate the response!
  • **N00B** Question

    Solved
    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.
  • CalendarEXT3 questions

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    _
    That solved the problem. Thank you sir If anyone cares: “CW” is shown even after correct/different local settings because it´s written as element in the stylesheet from calendarEXT3, so you have to change the term there.