Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Solved Jarvis is not responding

    Issues
    2
    16
    71
    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.
    • U
      Uruz last edited by

      Hi, I installed MMM-GoogleAssistant following the official doc, when I launch the mirror I have a notification that the google Assistant is started but when I say: Jarvis nothing happens, and yet the microphone is detected correctly on the system. If someone has a solution Thank you!

      1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder last edited by

        Hi,

        Can you past me MM logs from starting ?
        Maybe there is an error

        1 Reply Last reply Reply Quote 0
        • U
          Uruz last edited by

          Where can i found log frm Google Assistant ?

          1 Reply Last reply Reply Quote 0
          • bugsounet
            bugsounet Main Coder last edited by

            Maybe EXT-Alert says what happen ?

            • If installed, it will open a popup with errors found

            For displaying Logs, you can try this on a terminal (or ssh):

            • If you use pm2 app
              • Stop MagicMirror process with pm2
              • Go to MagicMirror directory and launch MagicMirror with npm start
              • Past all logs from terminal

            • If you don’t use pm2 app
              • Close current MagicMirror app
              • Go to MagicMirror directory
              • Start MagicMirror with npm start command
              • Past all logs from terminal

            All logs are awailabe too from Gateway App:

            • Just restart MagicMirror app
            • Connect to Gaway app
            • Go to Terminal Output
            • copy content and past it

            You have choice 🙂

            1 Reply Last reply Reply Quote 1
            • U
              Uruz last edited by

              And here’s :
              oiko@raspberrypi:~/MagicMirror $ pm2 logs mm
              [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option)
              /home/oiko/.pm2/logs/mm-error.log last 15 lines:
              0|mm | at ClientRequest.<anonymous> (/home/oiko/MagicMirror/node_modules/node-fetch/lib/index.js:1491:11)
              0|mm | at ClientRequest.emit (node:events:526:28)
              0|mm | at TLSSocket.socketOnEnd (node:_http_client:466:9)
              0|mm | at TLSSocket.emit (node:events:538:35)
              0|mm | at endReadableNT (node:internal/streams/readable:1345:12)
              0|mm | at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
              0|mm | type: ‘system’,
              0|mm | errno: ‘ECONNRESET’,
              0|mm | code: ‘ECONNRESET’
              0|mm | }
              0|mm | [1641:1022/140729.758901:ERROR:connection.cc(46)] X connection error received.
              0|mm | [1641:1022/140729.758492:ERROR:connection.cc(46)] X connection error received.
              0|mm | [22.10.2022 14:08.23.181] [WARN] You’re using a full whitelist configuration to allow for all IPs
              0|mm | [1624:1022/140828.813249:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
              0|mm | [1657:1022/140832.041714:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.

              /home/oiko/.pm2/logs/mm-out.log last 15 lines:
              0|mm | [22.10.2022 14:08.23.663] [LOG] Connecting socket for: MMM-GoogleAssistant
              0|mm | [22.10.2022 14:08.23.666] [LOG] [GA] Read config.js and check ConfigDeepMerge…
              0|mm | [22.10.2022 14:08.23.668] [LOG] [GA] Perfect ConfigDeepMerge activated!
              0|mm | [22.10.2022 14:08.23.670] [LOG] Sockets connected & modules started …
              0|mm | [22.10.2022 14:08.25.658] [LOG] Launching application.
              0|mm | [22.10.2022 14:08.41.083] [LOG] Create new calendarfetcher for url: XXXXXX
              0|mm | [22.10.2022 14:08.41.456] [LOG] Create new newsfetcher for url: https://www.bfmtv.com/rss/news-24-7/ - Interval: 300000
              0|mm | [22.10.2022 14:08.42.173] [INFO] Checking git for module: MMM-Admin-Interface
              0|mm | [22.10.2022 14:08.42.311] [LOG] [GA] MMM-GoogleAssistant Version: 4.0.7 rev: 221015
              0|mm | [22.10.2022 14:08.42.330] [LOG] [GA] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
              0|mm | [22.10.2022 14:08.42.344] [LOG] [GA] Google Assistant is initialized.
              0|mm | [22.10.2022 14:08.42.571] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
              0|mm | [22.10.2022 14:08.42.646] [INFO] Checking git for module: MMM-GoogleAssistant
              0|mm | [22.10.2022 14:08.42.750] [INFO] Checking git for module: default
              0|mm | [22.10.2022 14:08.46.037] [INFO] Calendar-Fetcher: Broadcasting 477 events.

              0|mm | [22.10.2022 14:13.42.959] [INFO]
              0|mm | Newsfeed-Fetcher: Broadcasting 30 items.
              0|mm | [22.10.2022 14:13.49.448] [INFO]
              0|mm | Calendar-Fetcher: Broadcasting 477 events.
              0|mm | [22.10.2022 14:18.43.269] [INFO]
              0|mm | Newsfeed-Fetcher: Broadcasting 30 items.
              0|mm | [22.10.2022 14:18.52.655] [INFO]
              0|mm | Calendar-Fetcher: Broadcasting 477 events.

              1 Reply Last reply Reply Quote 0
              • bugsounet
                bugsounet Main Coder last edited by

                I can’t do anything with this, I need all logs from start

                why ? you send me partials log

                1 Reply Last reply Reply Quote 0
                • U
                  Uruz last edited by

                  oiko@raspberrypi:~/MagicMirror $ pm2 start mm && pm2 logs mm
                  [PM2] Applying action restartProcessId on app [mm](ids: [ 0 ])
                  [PM2] mm ✓
                  [PM2] Process successfully started
                  [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option)
                  /home/oiko/.pm2/logs/mm-out.log last 15 lines:
                  0|mm | [22.10.2022 14:18.52.655] [INFO] Calendar-Fetcher: Broadcasting 477 events.
                  0|mm | [22.10.2022 14:23.43.503] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                  0|mm | [22.10.2022 14:23.55.764] [INFO] Calendar-Fetcher: Broadcasting 477 events.
                  0|mm | [22.10.2022 14:28.43.779] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                  0|mm | [22.10.2022 14:28.58.904] [INFO] Calendar-Fetcher: Broadcasting 477 events.
                  0|mm | [22.10.2022 14:33.44.031] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                  0|mm | [22.10.2022 14:34.02.073] [INFO] Calendar-Fetcher: Broadcasting 477 events.
                  0|mm | [22.10.2022 14:38.44.256] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                  0|mm | [22.10.2022 14:39.04.487] [INFO] Calendar-Fetcher: Broadcasting 477 events.
                  0|mm | [22.10.2022 14:41.28.143] [LOG] Shutting down server…
                  0|mm | [22.10.2022 14:41.28.146] [LOG] Stopping module helper: updatenotification
                  0|mm | [22.10.2022 14:41.28.147] [LOG] Stopping module helper: calendar
                  0|mm | [22.10.2022 14:41.28.148] [LOG] Stopping module helper: newsfeed
                  0|mm | [22.10.2022 14:41.28.149] [LOG] Stopping module helper: MMM-Admin-Interface
                  0|mm | [22.10.2022 14:41.28.151] [LOG] Stopping module helper: MMM-GoogleAssistant

                  /home/oiko/.pm2/logs/mm-error.log last 15 lines:
                  0|mm | at ClientRequest.emit (node:events:526:28)
                  0|mm | at TLSSocket.socketOnEnd (node:_http_client:466:9)
                  0|mm | at TLSSocket.emit (node:events:538:35)
                  0|mm | at endReadableNT (node:internal/streams/readable:1345:12)
                  0|mm | at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
                  0|mm | type: ‘system’,
                  0|mm | errno: ‘ECONNRESET’,
                  0|mm | code: ‘ECONNRESET’
                  0|mm | }
                  0|mm | [1641:1022/140729.758901:ERROR:connection.cc(46)] X connection error received.
                  0|mm | [1641:1022/140729.758492:ERROR:connection.cc(46)] X connection error received.
                  0|mm | [22.10.2022 14:08.23.181] [WARN] You’re using a full whitelist configuration to allow for all IPs
                  0|mm | [1624:1022/140828.813249:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
                  0|mm | [1657:1022/140832.041714:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
                  0|mm | /home/oiko/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT

                  0|mm | > magicmirror@2.21.0 start
                  0|mm | > DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
                  0|mm | [22.10.2022 14:41.58.387] [LOG]
                  0|mm | Starting MagicMirror: v2.21.0
                  0|mm | [22.10.2022 14:41.58.414] [LOG]
                  0|mm | Loading config …
                  0|mm | [22.10.2022 14:41.58.439] [LOG] Loading module helpers …
                  0|mm | [22.10.2022 14:41.58.446] [LOG] No helper found for module: alert.
                  0|mm | [22.10.2022 14:41.58.493] [LOG]
                  0|mm | Initializing new module helper …
                  0|mm | [22.10.2022 14:41.58.498] [LOG] Module helper loaded: updatenotification
                  0|mm | [22.10.2022 14:41.58.504] [LOG]
                  0|mm | No helper found for module: clock.
                  0|mm | [22.10.2022 14:41.59.255] [LOG]
                  0|mm | Initializing new module helper …
                  0|mm | [22.10.2022 14:41.59.262] [LOG]
                  0|mm | Module helper loaded: calendar
                  0|mm | [22.10.2022 14:41.59.270] [LOG] No helper found for module: weather.
                  0|mm | [22.10.2022 14:41.59.348] [LOG]
                  0|mm | Initializing new module helper …
                  0|mm | [22.10.2022 14:41.59.349] [LOG] Module helper loaded: newsfeed
                  0|mm | [22.10.2022 14:41.59.391] [LOG]
                  0|mm | Initializing new module helper …
                  0|mm | [22.10.2022 14:41.59.395] [LOG] Module helper loaded: MMM-Admin-Interface
                  0|mm | [22.10.2022 14:42.00.861] [LOG]
                  0|mm | Initializing new module helper …
                  0|mm | [22.10.2022 14:42.00.863] [LOG] Module helper loaded: MMM-GoogleAssistant
                  0|mm | [22.10.2022 14:42.00.865] [LOG] All module helpers loaded.
                  0|mm | [22.10.2022 14:42.01.200] [LOG]
                  0|mm | Starting server on port 8080 …
                  0|mm | [22.10.2022 14:42.01.210] [WARN]
                  0|mm | You’re using a full whitelist configuration to allow for all IPs
                  0|mm | [22.10.2022 14:42.01.234] [LOG]
                  0|mm | Server started …
                  0|mm | [22.10.2022 14:42.01.236] [LOG] Connecting socket for: updatenotification
                  0|mm | [22.10.2022 14:42.01.239] [LOG] Starting module helper: updatenotification
                  0|mm | [22.10.2022 14:42.01.242] [LOG]
                  0|mm | Connecting socket for: calendar
                  0|mm | [22.10.2022 14:42.01.244] [LOG] Starting node helper for: calendar
                  0|mm | [22.10.2022 14:42.01.247] [LOG] Connecting socket for: newsfeed
                  0|mm | [22.10.2022 14:42.01.249] [LOG] Starting node helper for: newsfeed
                  0|mm | [22.10.2022 14:42.01.253] [LOG] Connecting socket for: MMM-Admin-Interface
                  0|mm | [22.10.2022 14:42.01.255] [LOG] Starting node helper for: MMM-Admin-Interface
                  0|mm | [22.10.2022 14:42.01.480] [LOG]
                  0|mm | Connecting socket for: MMM-GoogleAssistant
                  0|mm | [22.10.2022 14:42.01.482] [LOG] [GA] Read config.js and check ConfigDeepMerge…
                  0|mm | [22.10.2022 14:42.01.484] [LOG] [GA] Perfect ConfigDeepMerge activated!
                  0|mm | [22.10.2022 14:42.01.486] [LOG] Sockets connected & modules started …
                  0|mm | [22.10.2022 14:42.01.983] [LOG]
                  0|mm | Launching application.
                  0|mm | [2269:1022/144205.734611:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
                  0|mm | [2314:1022/144205.985274:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
                  0|mm | [2276:1022/144206.020260:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
                  0|mm | [22.10.2022 14:42.11.444] [LOG] Create new calendarfetcher for url: https://api.ecoledirecte.com/v3/ical/E/3441/5a6d785252544133534652704d58426d54556c755a30347264323034595778725958704261575642.ics - Interval: 300000
                  0|mm | [22.10.2022 14:42.11.854] [LOG]
                  0|mm | Create new newsfetcher for url: https://www.bfmtv.com/rss/news-24-7/ - Interval: 300000
                  0|mm | [22.10.2022 14:42.11.901] [INFO]
                  0|mm | Checking git for module: MMM-Admin-Interface
                  0|mm | [22.10.2022 14:42.11.980] [LOG]
                  0|mm | [GA] MMM-GoogleAssistant Version: 4.0.7 rev: 221015
                  0|mm | [22.10.2022 14:42.11.990] [LOG] [GA] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
                  0|mm | [22.10.2022 14:42.12.006] [LOG] [GA] Google Assistant is initialized.
                  0|mm | [22.10.2022 14:42.12.035] [INFO] Checking git for module: MMM-GoogleAssistant
                  0|mm | [22.10.2022 14:42.12.145] [INFO]
                  0|mm | Checking git for module: default
                  0|mm | [22.10.2022 14:42.12.823] [INFO]
                  0|mm | Newsfeed-Fetcher: Broadcasting 30 items.
                  0|mm | [22.10.2022 14:42.16.313] [INFO]
                  0|mm | Calendar-Fetcher: Broadcasting 477 events.

                  Is that it?

                  1 Reply Last reply Reply Quote 0
                  • bugsounet
                    bugsounet Main Coder last edited by

                    yes, it’s better 😉
                    That i see, you have installed MMM-GoogleAssistant module perfect 🙂
                    but some plugin is missing.

                    Notes

                    • MMM-GoogleAssistant` have no Detector embed that why … your configuration will never works
                    • Now, let’s read wiki and continue installing
                    1 Reply Last reply Reply Quote 0
                    • U
                      Uruz last edited by

                      Ok but i read all the guide (installation, Credentials Setup, configuration…) and i followed the guide step by step.
                      You know exactly what’s wrong ?

                      bugsounet 1 Reply Last reply Reply Quote 0
                      • bugsounet
                        bugsounet Main Coder @Uruz last edited by

                        @Uruz said in Jarvis is not responding:

                        i followed the guide step by step.

                        not complete 😉

                        1. Installation: ok done
                        2. Credentials Setup: ok done
                        3. Configuration: ok done
                        4. ?
                        5. ?

                        let’s continue 🙂

                        1 Reply Last reply Reply Quote 0
                        • U
                          Uruz last edited by

                          And also, I don’t see the Google logo on the mirror screen, I don’t know if it’s normal.
                          And otherwise I read the category extended plugin and before the first start and I did everything as it should (I think)

                          1 Reply Last reply Reply Quote 0
                          • bugsounet
                            bugsounet Main Coder last edited by bugsounet

                            1. Extented plugins

                            Wiki says:

                            MMM-GoogleAssistant v4 💭 -> Gateway 🎼 <-> EXT plugins 🎹
                            
                            Gateway is a real conductor 🙂
                            

                            in Red:

                            Without Gateway MMM-GoogleAssistant can't works !
                            You MUST install it !
                            

                            in the end of the page:

                            In green:

                            If you want to use and start MMM-GoogleAssistant,
                            You must install:
                            
                            Gateway
                            EXT-Detector
                            EXT-Alert
                            
                            1 Reply Last reply Reply Quote 0
                            • bugsounet
                              bugsounet Main Coder last edited by

                              without this 3 plugins … it can’t works

                              1 Reply Last reply Reply Quote 0
                              • U
                                Uruz last edited by

                                I don’t know why I didn’t see this, thank you
                                I’ll let you know

                                1 Reply Last reply Reply Quote 1
                                • U
                                  Uruz last edited by

                                  Thank you Very much, everything works

                                  1 Reply Last reply Reply Quote 1
                                  • Topic has been marked as solved  U Uruz 
                                  • bugsounet
                                    bugsounet Main Coder last edited by

                                    Perfect, happy use!

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post
                                    Powered by NodeBB | @bugsounet ©2022