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

    jefftse

    @jefftse

    1
    Reputation
    5
    Profile views
    37
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jefftse Unfollow Follow

    Best posts made by jefftse

    • RE: MMM-Pir or MMM-PIR-Sensor

      @sdetweil thank you and i got it working!

      posted in Troubleshooting
      J
      jefftse

    Latest posts made by jefftse

    • RE: Please commit your changes or stash them before you merge?

      @sdetweil

      I think that did the trick

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @sdetweil

      jeff@raspberrypi:~/MagicMirror $ git pull && npm run install-mm
      Already up to date.

      magicmirror@2.30.0 install-mm
      npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev

      npm ERR! code EBADENGINE
      npm ERR! engine Unsupported engine
      npm ERR! engine Not compatible with your version of node/npm: magicmirror@2.30.0
      npm ERR! notsup Not compatible with your version of node/npm: magicmirror@2.30.0
      npm ERR! notsup Required: {“node”:“>=20.18.1 <21 || >=22”}
      npm ERR! notsup Actual: {“npm”:“10.1.0”,“node”:“v20.9.0”}

      npm ERR! A complete log of this run can be found in: /home/jeff/.npm/_logs/2025-01-03T16_52_04_066Z-debug-0.log

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @sdetweil

      jeff@raspberrypi:~/MagicMirror $ git checkout package.json
      Updated 0 paths from the index

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @sdetweil

      That’s exactly what I have

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @sdetweil

      i’m confused. it is showing “2.30.0”

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @sdetweil

      jeff@raspberrypi:~/MagicMirror $ npm run mm-install
      npm ERR! Missing script: “mm-install”
      npm ERR!
      npm ERR! Did you mean one of these?
      npm ERR! npm install # Install a package
      npm ERR! npm uninstall # Remove a package
      npm ERR!
      npm ERR! To see a list of scripts, run:
      npm ERR! npm run

      npm ERR! A complete log of this run can be found in: /home/jeff/.npm/_logs/2025-01-03T16_14_57_938Z-debug-0.log
      jeff@raspberrypi:~/MagicMirror $

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @BKeyport

      jeff@raspberrypi:~/MagicMirror $ rm package-lock.json
      jeff@raspberrypi:~/MagicMirror $ git pull && npm run install-mm
      Updating 94c3c69…c24de64
      error: Your local changes to the following files would be overwritten by merge:
      package.json
      Please commit your changes or stash them before you merge.
      Aborting

      posted in Troubleshooting
      J
      jefftse
    • RE: Please commit your changes or stash them before you merge?

      @sdetweil
      jeff@raspberrypi:~/MagicMirror $ git diff package.json
      diff --git a/package.json b/package.json
      index 7b80b4e…aa80952 100644
      — a/package.json
      +++ b/package.json
      @@ -58,6 +58,7 @@
      “ajv”: “^8.17.1”,
      “ansis”: “^3.3.2”,
      “console-stamp”: “^3.1.2”,

      •           "electron-version": "^2.0.1",
                  "envsub": "^4.1.0",
                  "eslint": "^9.11.1",
                  "express": "^4.21.0",
        

      @@ -66,13 +67,17 @@
      “helmet”: “^7.1.0”,
      “html-to-text”: “^9.0.5”,
      “iconv-lite”: “^0.6.3”,

      •           "luxon": "^3.5.0",
                  "module-alias": "^2.2.3",
                  "moment": "^2.30.1",
                  "node-ical": "0.18.0",
        
      •           "onoff": "^6.0.3",
                  "pm2": "^5.4.2",
        
      •           "rss-parser": "^3.13.0",
                  "socket.io": "^4.8.0",
                  "suncalc": "^1.9.0",
        
      •           "systeminformation": "^5.23.5"
        
      •           "systeminformation": "^5.23.5",
        
      •           "wiring-pi": "^2.2.1"
          },
          "devDependencies": {
                  "@eslint/js": "^9.11.1",
        
      posted in Troubleshooting
      J
      jefftse
    • Please commit your changes or stash them before you merge?

      I tried to update my mirror tonight but i’m getting this.

      jeff@raspberrypi:~/MagicMirror $ sudo git pull && npm run install-mm
      Updating 94c3c69…c24de64
      error: Your local changes to the following files would be overwritten by merge:
      package-lock.json
      package.json
      Please commit your changes or stash them before you merge.
      Aborting

      please advise

      posted in Troubleshooting
      J
      jefftse
    • RE: Electron quit periodically

      @sdetweil

      my setup is pretty simple.

      posted in Troubleshooting
      J
      jefftse