MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 108
    • Topics 85
    • Posts 20,410
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: issues updating MMM-calendar EXT3

      @nschertz git checkout

      restores it from the local source repo

      git reset
      removes it from the staged to be submitted as a change

      I posted the checkout first, then a user posted reset and I blindly followed it…
      my mistake

      posted in Troubleshooting
      S
      sdetweil
    • RE: issues updating MMM-calendar EXT3

      @nschertz sorry, oops… wrong command!

      git checkout package-lock.json
      

      fixed the prior posts with note edited

      posted in Troubleshooting
      S
      sdetweil
    • RE: issues updating MMM-calendar EXT3

      @BKeyport and it gets updated by npm install

      You can do npm ci
      Which will ONLY install the EXACT versions listed in the lock file, even if it’s wrong for your system

      posted in Troubleshooting
      S
      sdetweil
    • RE: issues updating MMM-calendar EXT3

      @nschertz you ARE in the module folder, right?
      edited

      cd ~/MagicMirror/modules/MMM-CalendarExt3
      git checkout package-lock.json
      git pull
      npm install
      

      right?

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalDAV

      @MrPringless I do not know the inner workings of the module.

      typically
      module not found
      means npm install for the module was not done or the package.json for the module didn’t list the library dependency. MMRIZE is very good on that point, so I don’t the second is the reason…

      but thanks for the nudge… my backup/restore scripts will save/restore extra files discovered in a modules folder… but files with leading dot are hidden by convention… so I will have to check that

      I would not have picked up the .env file… fixed… thx

      posted in Productivity
      S
      sdetweil
    • RE: Ads are blocking site content - how to get rid of them?

      @ember1205 I had to make my browser page bigger…
      you could zoom out ctrl-minus (on the keypad) or the -/+ on the US keyboard to the left of the backspace key)

      blocked,
      Screenshot at 2025-09-04 09-35-23.png

      zoomed out 1 click (ctrl-minus)
      Screenshot at 2025-09-04 09-35-33.png

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-CalDAV

      @MrPringless did you run
      npm install
      In the module folder after the git clone?

      git clone …
      cd MMM-CalDAV
      npm install

      posted in Productivity
      S
      sdetweil
    • RE: MMM-Spotify

      @kinggiotai I answered your questions above

      posted in Entertainment
      S
      sdetweil
    • RE: new update/upgrade script, ready for testing

      @Socrates note that without adding a parameter
      The script does nothing. It only tests the ability to update the base MagicMirror

      Update is two pass process

      Test. Make no changes
      Do. Apply the changes (with the parameter apply)

      Many users have modified MagicMirror base code not knowing about the config and css file design. These changes block the ability to update normally

      Over time they forget that they changed the files and what they actually changed. The force way to install is to wipe all changes, but now the result doesn’t work like it used to. Adding a lot of frustration.

      posted in General Discussion
      S
      sdetweil
    • RE: No quarterly update?

      @BKeyport Oct 1

      Jan, April. July, Oct
      every 3 months, 1,4,7,10

      posted in General Discussion
      S
      sdetweil
    • 1 / 1