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

    Posts

    Recent Best Controversial
    • RE: how to update my MM

      It works with PM2 automatic mode. How to block the pm2 mode while updating and then restart the pm2 mode?

      posted in Troubleshooting
      R
      RIKKO14
    • RE: how to update my MM

      I do : bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”

      the message at the top of my screen has disappeared but I have this :
      2022-01-13-142751_1080x1920_scrot.png

      pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
      No LSB modules are available.
      
      doing test run = true, NO updates will be applied!
      
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v16.9.1
      Installed Node version: v14.18.1
      Node should be upgraded.
      A Node process is currently running. Can't upgrade.
      Please quit all Node processes and restart the installer.
      pi 717 571 0 13:50 ? 00:00:00 sh -c DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js pi 718 717 0 13:50 ? 00:00:00 node ./node_modules/.bin/electron js/electron.js pi 763 718 12 13:50 ? 00:04:43 /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js pi 807 763 0 13:50 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote --no-zygote-sandbox pi 808 763 0 13:50 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote pi 810 808 0 13:50 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote pi 1011 807 86 13:50 ? 00:31:18 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=gpu-process --field-trial-handle=10979945511507590494,14705312379772556960,131072 --disable-features=CookiesWithoutSameSiteMustBeSecure,SameSiteByDefaultCookies,SpareRendererForSitePerProcess --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files pi 1017 763 0 13:50 ? 00:00:10 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=10979945511507590494,14705312379772556960,131072 --disable-features=CookiesWithoutSameSiteMustBeSecure,SameSiteByDefaultCookies,SpareRendererForSitePerProcess --lang=fr --service-sandbox-type=none --shared-files=v8_context_snapshot_data:100 pi 1038 1011 0 13:50 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=broker pi 4075 4073 0 14:26 pts/0 00:00:00 grep node pi 27692 763 50 14:20 ? 00:03:06 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=renderer --autoplay-policy=no-user-gesture-required --field-trial-handle=10979945511507590494,14705312379772556960,131072 --disable-features=CookiesWithoutSameSiteMustBeSecure,SameSiteByDefaultCookies,SpareRendererForSitePerProcess --lang=fr --app-path=/home/pi/MagicMirror/js --no-sandbox --no-zygote --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=5 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100
      pi@raspberrypi:~ $ 
      
      
      

      Is it normal ?

      posted in Troubleshooting
      R
      RIKKO14
    • no sound since update 2.17

      Hello,
      yesterday I’have update my MM to 2.17.

      I have just noticed that since the update I have lost the sound of my small speakers connected to a jack plug on my Pi, how can I restore sound?
      Thanks for your help.

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-MarineWeather doen't work..

      @sdetweil,
      I was able to update, with patience and tenacity, to 2.17 by following the instructions of Bugsounet (http://forum.bugsounet.fr/topic/604/i-lost-mmm-weather-and-mmm-shom- after-upgrading-mm-2-12-to-2-17 / 27)
      however, I noticed that after the update I lost the sound of my two small speakers connected in jacks, how can I recover the sound?
      is there a radio module that works in the background (i.e. without displaying anything on the MM screen)

      Thank you for your help.

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-MarineWeather doen't work..

      @sdetweil I do pm2 stop all and after bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" BUT MMM-MarineWeather still not work, It still loading…
      AND I have lost 2 modules : MMM-Weather and MMM-Shom (find here : http://wiki.bugsounet.fr/en/MMM-Shom) , I Have try npm install -g npm but I have this (see the enclosed : https://www.cjoint.com/c/KKopWKz3GpT)

      Finally, after upgrade 2.17 I have on the top of my screen “a new update is available”

      My MM when it’s work well :

      My MM now :

      Thanks for your help

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-MarineWeather doen't work..

      @sdetweil I followed your link and the command lines and this is what I got :

      pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
      
      $$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
      $$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
      $$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
      $$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
      $$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
      $$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
      $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
      \__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                             $$\   $$ |
                             \$$$$$$  |
                              \______/
      
      install log being saved to /home/pi/install.log
      Installing helper tools ...
      Updating packages ...
      [                <=>                                                           ]
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v14.0.0
      Installed Node version: v10.24.1
      Node should be upgraded.
      A Node process is currently running. Can't upgrade.
      Please quit all Node processes and restart the installer.
      Usage: grep [OPTION]... PATTERNS [FILE]...
      Exécutez « grep --help » pour obtenir des renseignements complémentaires.
      
      pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
      No LSB modules are available.
      
      doing test run = true, NO updates will be applied!
      
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v14.0.0
      Installed Node version: v10.24.1
      Node should be upgraded.
      A Node process is currently running. Can't upgrade.
      Please quit all Node processes and restart the installer.
      Usage: grep [OPTION]... PATTERNS [FILE]...
      Exécutez « grep --help » pour obtenir des renseignements complémentaires.
      
      pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
      No LSB modules are available.
      doing test run = false
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v14.0.0
      Installed Node version: v10.24.1
      Node should be upgraded.
      A Node process is currently running. Can't upgrade.
      Please quit all Node processes and restart the installer.
      Usage: grep [OPTION]... PATTERNS [FILE]...
      Exécutez « grep --help » pour obtenir des renseignements complémentaires.
      
      pi@raspberrypi:~ $ 
      
      
      posted in Troubleshooting
      R
      RIKKO14
    • MMM-MarineWeather doen't work..

      Hello,
      it has been several months since I touched my magic mirror.
      For several days the MMM-MarineWeather mod has not worked, it remains loading on my screen.
      I uninstalled it then reinstalled by updating but nothing helps, it is still loading …
      What to do ?
      Do I have to update my magic mirror? (I do not know the version and I am afraid if I do so of having once again the problem of Electron which is displayed instead of my modules.

      Thank you for your help.

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-Events still work, or other.. ?

      @rikko14 said in MMM-Events still work, or other.. ?:

      Does MMM-Events module still work? because the link to get the API key no longer works …
      https://api.eventful.com/keys/new

      if not what module do you propose to have concerts, plays, shows in your city and which works in France …

      posted in Requests
      R
      RIKKO14
    • MMM-Events still work, or other.. ?

      Does MMM-Events module still work? because the link to get the apykey no longer works …
      https://api.eventful.com/keys/new

      if not what module do you propose to have concerts, plays, shows in your city and which works in France …

      posted in Requests
      R
      RIKKO14
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 32
    • 33
    • 10 / 33