MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MarineWeather doen't work..

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    10 Posts 4 Posters 1.4k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      RIKKO14
      last edited by

      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.

      KamiSchamiK 1 Reply Last reply Reply Quote 0
      • KamiSchamiK Offline
        KamiSchami @RIKKO14
        last edited by

        Hi, i have the same problem … :-/

        Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @KamiSchami
          last edited by

          @kamischami this is probably the expired certificate problem fixed in 2.17.1 (an electron bug, not our code)

          u might see the error reported in the developer window

          ctrl-shift-i, select the tab labeled console , and put a unique part of the module name in the filter field
          marine (for example here)

          use my script to upgrade
          see https://github.com/sdetweil/MagicMirror_scripts

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          R 1 Reply Last reply Reply Quote 0
          • R Offline
            RIKKO14 @sdetweil
            last edited by

            @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:~ $ 
            
            
            S 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @RIKKO14
              last edited by

              @rikko14 is MagicMirror running? must stop first

              if using pm2 , do
              pm2 stop all

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              R 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @RIKKO14
                last edited by

                @rikko14 I just submitted an update for the script to fix the grep error message

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • R Offline
                  RIKKO14 @sdetweil
                  last edited by

                  @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

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @RIKKO14
                    last edited by

                    @rikko14 can u show me the ~/installers/upgrade.log (maybe send via email to my same userid at gmail)

                    also do

                    cd ~/MagicMirror
                    grep version package.json

                    I do not think you are running 2.17

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      RIKKO14
                      last edited by

                      @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.

                      bugsounetB 1 Reply Last reply Reply Quote 0
                      • bugsounetB Offline
                        bugsounet Banned @RIKKO14
                        last edited by

                        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)

                        It’s not my job, it’s the job of this forum :)
                        but sometime i’m kind…

                        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)

                        It’s not related to the update, it’s related to your OS. See the desktop os and check Sound icon to set your card by default
                        Please stop opening many topic everywhere… it’s the good way to have bad response and breaking entire OS

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy