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

    Posts

    Recent Best Controversial
    • RE: update package list

      Well, it’s working normally again. I don’t know how to thank you. Thank you, thank you.

      posted in Troubleshooting
      P
      pat59
    • RE: update package list

      I don’t know how to thank you, it’s working again, thank you, thank you

      posted in Troubleshooting
      P
      pat59
    • RE: update package list

      pi@raspberrypi:~/MagicMirror $ rm -rf node_modules
      pi@raspberrypi:~/MagicMirror $ npm install

      magicmirror@2.27.0 postinstall
      npm run install-vendor && npm run install-fonts && echo "MagicMirror² installation finished successfully!
      "

      magicmirror@2.27.0 install-vendor
      echo "Installing vendor files …
      " && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifier

      Installing vendor files …

      up to date in 3s

      magicmirror@2.27.0 install-fonts
      echo "Installing fonts …
      " && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifier

      Installing fonts …

      up to date in 3s
      MagicMirror² installation finished successfully!

      magicmirror@2.27.0 prepare
      [ -f node_modules/.bin/husky ] && husky || echo no husky installed.

      added 976 packages in 8m

      205 packages are looking for funding
      run npm fund for details
      pi@raspberrypi:~/MagicMirror $

      posted in Troubleshooting
      P
      pat59
    • RE: update package list

      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.27.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2025-09-11 16:56:55.039] [LOG] Starting MagicMirror: v2.27.0
      [2025-09-11 16:56:55.176] [LOG] Loading config …
      [2025-09-11 16:56:55.192] [LOG] config template file not exists, no envsubst
      [2025-09-11 16:56:55.206] [LOG] Loading module helpers …
      [2025-09-11 16:56:55.858] [LOG] Initializing new module helper …
      [2025-09-11 16:56:55.860] [LOG] Module helper loaded: MMM-Remote-Control
      [2025-09-11 16:56:55.863] [LOG] No helper found for module: alert.
      [2025-09-11 16:56:55.885] [LOG] Initializing new module helper …
      [2025-09-11 16:56:55.887] [LOG] Module helper loaded: MMM-Saint
      [2025-09-11 16:56:55.913] [LOG] Initializing new module helper …
      [2025-09-11 16:56:55.915] [LOG] Module helper loaded: MMM-BME280
      [2025-09-11 16:56:55.933] [LOG] No helper found for module: MMM-FlipClock.
      [2025-09-11 16:56:56.121] [LOG] Initializing new module helper …
      [2025-09-11 16:56:56.122] [LOG] Module helper loaded: MMM-network-signal
      [2025-09-11 16:56:56.827] [LOG] Initializing new module helper …
      [2025-09-11 16:56:56.828] [LOG] Module helper loaded: calendar
      [2025-09-11 16:56:58.426] [LOG] Initializing new module helper …
      [2025-09-11 16:56:58.427] [LOG] Module helper loaded: MMM-Jast
      [2025-09-11 16:57:00.066] [LOG] Initializing new module helper …
      [2025-09-11 16:57:00.069] [LOG] Module helper loaded: MMM-GooglePhotos
      [2025-09-11 16:57:00.088] [LOG] No helper found for module: MMM-WiFiPassword.
      [2025-09-11 16:57:00.093] [LOG] No helper found for module: MMM-OpenmapWeather.
      [2025-09-11 16:57:00.107] [LOG] No helper found for module: MMM-WeatherOrNot.
      [2025-09-11 16:57:00.122] [WARN] No /home/pi/MagicMirror/js/…/modules/MMM-Linky/MMM-Linky.js found for module: MMM-Linky.
      [2025-09-11 16:57:00.124] [LOG] No helper found for module: MMM-Linky.
      [2025-09-11 16:57:00.569] [LOG] Initializing new module helper …
      [2025-09-11 16:57:00.571] [LOG] Module helper loaded: newsfeed
      [2025-09-11 16:57:00.573] [LOG] All module helpers loaded.
      [2025-09-11 16:57:00.599] [LOG] Starting server on port 8080 …
      [2025-09-11 16:57:00.649] [WARN] You’re using a full whitelist configuration to allow for all IPs
      [2025-09-11 16:57:03.916] [ERROR] Whoops! There was an uncaught exception…
      [2025-09-11 16:57:03.930] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
      at Server.setupListenHandle [as _listen2] (node:net:1872:16)
      at listenInCluster (node:net:1920:12)
      at doListen (node:net:2069:7)
      at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
      code: ‘EADDRINUSE’,
      errno: -98,
      syscall: ‘listen’,
      address: ‘0.0.0.0’,
      port: 8080
      }
      [2025-09-11 16:57:03.933] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2025-09-11 16:57:03.936] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/MagicMirror/issues
      [2025-09-11 16:57:40.629] [INFO] System information:

      SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; raspberry: [object Object]; virtual: false

      OS: platform: linux; distro: Raspbian GNU/Linux; release: 10; arch: arm; kernel: 6.12.45-v7+

      VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 18.18.0; npm: 9.8.1; pm2: 5.3.1

      OTHER: timeZone: Europe/Paris; ELECTRON_ENABLE_GPU: undefined

      posted in Troubleshooting
      P
      pat59
    • RE: update package list

      Hello, I did the manipulation, it doesn’t work. To stop Magic Mirror, I have to press Ctrl+M.

      pi@raspberrypi:~ $ npm start
      npm ERR! Missing script: “start”
      npm ERR!
      npm ERR! Did you mean one of these?
      npm ERR! npm star # Mark your favorite packages
      npm ERR! npm stars # View packages marked as favorites
      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/pi/.npm/_logs/2025-09-11T14_07_45_151Z-debug-0.log
      pi@raspberrypi:~ $

      posted in Troubleshooting
      P
      pat59
    • update package list

      Hello,
      After updating the package list,
      sudo apt-get update
      sudo apt-get dist-uprade
      and updating Raspbian
      sudo rpi-update
      I no longer have Calendar and Newsfeed, it says “loading” but nothing appears.
      What should I do? Thank you.

      posted in Troubleshooting
      P
      pat59
    • RE: message Remote Control

      Hello
      Thank you, I’ll try. Thank you. Have a nice day.

      posted in Troubleshooting
      P
      pat59
    • RE: message Remote Control

      The excellent work is partly due to your patience, thank you for everything, I am so happy.

      posted in Troubleshooting
      P
      pat59
    • RE: message Remote Control

      Yes, I systematically restart after each change in js.
      Well, you did find that there were indeed two update notifications in config.js.
      Something I would never have thought of after making the change in the second update notification in config.js. This one works, no more messages, even though I spent hours solving a lesson in restraint. Thanks again.

      posted in Troubleshooting
      P
      pat59
    • RE: message Remote Control

      {

      module: "updatenotification",
      disabled :true,
      position: "top_center",
      config: {
        ignoreModules:["MMM-Remote-Control"],
        updateAutorestart: true, // restart MagicMirror automaticaly after update
        updates: [ 
          // MMM-MeteoFrance rule
          {
            "MMM-MeteoFrance": "npm run update"
           },
          ]
        } 
      },
      {
      the message is still there , l don't know anymotre after several attempts to modify the js config
      
      posted in Troubleshooting
      P
      pat59
    • 1 / 1