Bugsounet Coding

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Solved node auth_and_test.js module not found

    Issues
    5
    25
    407
    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.
    • N
      navx27 last edited by

      hi , i m setup mmm-googgle assistant .

      Magic mirror intsllation i followed by below .

      Download and install the latest Node.js version:
      curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
      sudo apt install -y nodejs
      Clone the repository and check out the master branch: git clone https://github.com/MichMich/MagicMirror
      Enter the repository: cd MagicMirror/
      Install the application: npm install
      Make a copy of the config sample file: cp config/config.js.sample config/config.js
      Start the application: npm run start
      For Server Only use: npm run server .
      See next section for common installation issues…

      Then ,

      after install google assistant . after my google authentication . done ,

      then this the command advised , which is node auth_and_test.js .

      But Error Pop up , that this module not found .

      Please need assist.

      1 Reply Last reply Reply Quote 0
      • D
        DJB1966 Helpers last edited by DJB1966

        Did you do all steps in the wiki [http://wiki.bugsounet.fr/en/MMM-GoogleAssistant/GoogleAssistantSetup](link url)
        4. OAuth Consent Screen setup

        F 1 Reply Last reply Reply Quote 0
        • N
          navx27 last edited by

          Hi , i m using os verison 10 and PI 4 Model B with 8GB ram.

          1. OAuth Consent Screen setup ( yes i did )

          I folllow this video.

          https://www.youtube.com/watch?v=Vo0n13K3I1Y&t=319s

          1 Reply Last reply Reply Quote 0
          • D
            DJB1966 Helpers last edited by DJB1966

            So you didn’t read the Wiki That vid is outdated You need to READ the Wiki on how to install GAv3
            [http://wiki.bugsounet.fr/en/MMM-GoogleAssistant](link url)
            Glad to help if needed but you need to follow the Wiki.

            1 Reply Last reply Reply Quote 0
            • N
              navx27 last edited by

              Token Assistant: tokenGA.json missing

              1 Reply Last reply Reply Quote 0
              • D
                DJB1966 Helpers last edited by

                read the Wiki [http://wiki.bugsounet.fr/en/MMM-GoogleAssistant/Beforethefirststart](link url)

                1 Reply Last reply Reply Quote 0
                • N
                  navx27 last edited by

                  @djb1966 Now my google assistant loaded, after loading. Mirror, .google will appear below and will disappear, but cant interact with google assistant. What could be the issue?any other setting need to be done to interact with google assistant?

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

                    or maybe just read pre-require in wiki ? 😉

                    I think it’s better reading wiki 99% of response is inside

                    In other case, If you think all is ok, just post there any log when mirror start (don’t forget to activate debug mode in GA) [with npm start, don’t forget to turn off pm2 if using)
                    Because logs will tell me what happen

                    N 1 Reply Last reply Reply Quote 0
                    • N
                      navx27 @bugsounet last edited by bugsounet

                      Errro Invalid_Argument…pls help

                      error1.jpg no

                      modules: [
                                       {
                                         module: "MMM-Detector",
                                         position: "top_left",
                                         configDeepMerge: true,
                                         config: {
                                         debug: true,
                                         autoStart: true,
                                         useLogos: true,
                                         micConfig: {
                                         recorder: "auto",
                                         device: "default",
                                         audioGain: 2.0,
                                         applyFrontend: true
                          },
                               newLogos: {
                                         default: "default.png"
                      
                      },
                      detectors: [
                            {
                              detector: "Snowboy",
                              Model: "jarvis",
                              Sensitivity: null,
                              Logo: "google",
                              autoRestart: false,
                              onDetected: {
                              notification: "GA_ACTIVATE"
                              }
                            },
                       
                      {
                              detector: "Porcupine",
                              Model: "ok google",
                              Sensitivity: null,
                              Logo: "google",
                              autoRestart: false,
                              onDetected: {
                                notification: "GA_ACTIVATE"
                              }
                            },
                            {
                              detector: "Porcupine",
                              Model: "hey google",
                              Sensitivity: null,
                              Logo: "google",
                              autoRestart: false,
                              onDetected: {
                                notification: "GA_ACTIVATE"
                              }
                      }  
                      ],
                          NPMCheck: {
                            useChecker: true,
                            delay: 10 * 60 * 1000,
                            useAlert: true
                          }
                        }
                      
                      
                      },
                      
                      
                                       {
                                         module: "MMM-GoogleAssistant",
                                         position: "top_left",
                                         configDeepMerge: true,
                                         config: {
                                         debug: false,
                                         assistantConfig: {
                                          lang: "eng-US",
                                          latitude: 3.04384,
                                          longitude: 101.58062,
                          },
                                         responseConfig: {
                                         useFullscreen: false,
                                         useResponseOutput: true,
                                         responseOutputCSS: "screen_output.css",
                                         sreenOutputTimer: 5000,
                                         activateDelay: 250,
                                         useAudioOutput: true,
                                         useChime: true,
                                         confirmationChime: true,
                                         useInformations: true
                         },     
                                         Extented: {
                                         useInternet: false,
                                         displayPing: false,
                                         delay: 2* 60 * 1000,
                                         scan: "google.fr",
                                         command: "pm2 restart 0",
                                         showAlert: true,
                                         needRestart: false
                      
                      }
                        
                       }
                      },
                      

                      Edit: plz use code tools </> icon

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

                        hi, can you read assistantConfig part ?
                        lang feature is not correct

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          navx27 @bugsounet last edited by

                          @bugsounet thanks lot it works …i m very new for this environment …specially debiann, raspberry , really appreciate to help me …need to improvise more …thanks again

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

                            no problem 😉

                            just try 😃
                            if any problem with module just read wiki of the feature/part
                            and if not works, we will offer help 🙂

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              navx27 @bugsounet last edited by

                              @bugsounet

                              I try my level best with all the link in the forum, i still couldnt find out way why my youtube couldnt view //

                              WhatsApp Image 2021-07-15 at 6.16.29 PM.jpeg

                              need assist

                              var config = {
                              address: “localhost”,
                              electronOptions: {
                              webPreferences: {
                              webviewTag: true
                              }
                              },
                              port: 8080,
                              basePath: “/”,
                              ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],

                              useHttps: false, 		
                              httpsPrivateKey: "", 	
                              httpsCertificate: "", 	
                              
                              language: "en",
                              locale: "en-US",
                              logLevel: ["INFO", "LOG", "WARN", "ERROR"], 
                              timeFormat: 24,
                              units: "metric",
                              
                              
                              
                              modules: [
                                           {
                                             module: "MMM-Detector",
                                             position: "top_left",
                                             configDeepMerge: true,
                                             config: {
                                             debug: true,
                                             autoStart: true,
                                             useLogos: true,
                                             micConfig: {
                                             recorder: "auto",
                                             device: "default",
                                             audioGain: 2.0,
                                             applyFrontend: true
                              },
                                   newLogos: {
                                             default: "default.png"
                              

                              },
                              detectors: [
                              {
                              detector: “Snowboy”,
                              Model: “jarvis”,
                              Sensitivity: null,
                              Logo: “google”,
                              autoRestart: false,
                              onDetected: {
                              notification: “GA_ACTIVATE”
                              }
                              },

                              {
                              detector: “Porcupine”,
                              Model: “ok google”,
                              Sensitivity: null,
                              Logo: “google”,
                              autoRestart: false,
                              onDetected: {
                              notification: “GA_ACTIVATE”
                              }
                              },
                              {
                              detector: “Porcupine”,
                              Model: “hey google”,
                              Sensitivity: null,
                              Logo: “google”,
                              autoRestart: false,
                              onDetected: {
                              notification: “GA_ACTIVATE”
                              }
                              }
                              ],
                              NPMCheck: {
                              useChecker: true,
                              delay: 10 * 60 * 1000,
                              useAlert: true
                              }
                              }

                              },

                                           {
                                             module: "MMM-GoogleAssistant",
                                             position: "top_left",
                                             configDeepMerge: true,
                                             config: {
                                             debug: true,
                                             assistantConfig: {
                                              lang: "en-US",
                                              latitude: 3.025340,
                                              longitude: 101.617767,
                              },
                                             responseConfig: {
                                             useFullscreen: false,
                                             useResponseOutput: true,
                                             responseOutputCSS: "screen_output.css",
                                             sreenOutputTimer: 5000,
                                             activateDelay: 250,
                                             useAudioOutput: true,
                                             useChime: true,
                                             confirmationChime: true,
                                             useInformations: true
                              },        	   
                              	   responseConfig: {
                              	   chimes: {
                                             beep: "beep.mp3",
                                             error: "error.mp3",
                              	   continue: "continue.mp3",
                                             confirmation: "confirmation.mp3",
                                             open: "Google_beep_open.mp3",
                                             close: "Google_beep_close.mp3",
                                             warning: "warning.ogg"
                              }
                              

                              },

                              	   responseConfig: { 
                              	   imgStatus: {
                                             hook: "hook.gif",
                                             standby: "standby.gif",
                                             reply: "reply.gif",
                                             error: "error.gif",
                                             think: "think.gif",
                                             continue: "continue.gif",
                                             listen: "listen.gif",
                              	   confirmation: "confirmation.gif",
                                             information: "information.gif",
                              	   warning: "warning.gif",
                                             userError: "userError.gif"
                              

                              }
                              },
                              responseConfig: {
                              zoom: {
                              transcription: “80%”,
                              responseOutput: “60%”
                              }
                              },

                                        Extented: {
                                        useEXT: true,
                                    deviceName: "magicmirror",
                                    stopCommand: "stop",
                              

                              }
                              },
                              Extented: {
                              youtube: {
                              useYoutube: true,
                              youtubeCommand: “youtube”,
                              displayResponse: true,
                              useVLC: true,
                              minVolume: 30,
                              maxVolume: 100
                              }
                              },
                              Extented: {
                              links: {
                              useLinks: true,
                              displayDelay: 60 * 1000,
                              scrollActivate: false,
                              scrollStep: 25,
                              scrollInterval: 1000,
                              scrollStart: 5000}
                              },

                                      Extended: {
                              	cast: {
                                  useCast: true,
                                  port: 8569 }
                              

                              },

                                           Extented: {
                                       useInternet: true,
                              	 displayPing: true,
                              	 delay: 2* 60 * 1000,
                              	 scan: "google.fr",
                              	 command: "pm2 restart 0",
                              	 showAlert: true,
                              	needRestart: true
                              

                              }
                              },

                              	{
                              		module: "alert",
                              	},
                              	{
                              		module: "updatenotification",
                              		position: "top_bar"
                              	},
                              	{
                              		module: "clock",
                              		position: "top_left"
                              	},
                              	{
                              		module: "calendar",
                              		header: "Malaysia Holidays",
                              		position: "top_left",
                              		config: {
                              			calendars: [
                              				{
                              					symbol: "calendar-check",
                              					url: "webcal://www.calendarlabs.com/ical-calendar/ics/58/Malaysia_Holidays.ics"					}
                              			]
                              		}
                              	},
                              	{
                              		module: "compliments",
                              		position: "lower_third"
                              	},
                              	{
                              

                              module: “MMM-Weather”,
                              position: “top_right”,
                              configDeepMerge: true,
                              config: {
                              debug: false,
                              updateInterval: “15m”, // 15 minutes
                              updateFadeSpeed: 500,
                              api: {
                              key: “98fe53b91ddbb617f2dae342d2114296”,
                              latitude: “3.025340”,
                              longitude: “101.617767”,
                              //units: config.units,
                              //language: config.language
                              },
                              display: {
                              CurrentConditions: true,
                              ExtraCurrentConditions: true,
                              Summary: true,
                              ForecastTableColumnHeaderIcons: true,
                              HourlyForecast: true,
                              DailyForecast: true,
                              Precipitation: true,
                              Wind: true,
                              InlineIcons: true,
                              Feels: true,
                              SunCondition: true,
                              Humidity: true,
                              UV: true,
                              Beaufort: true
                              },
                              personalize: {
                              hourlyForecastInterval: 3,
                              maxHourliesToShow: 3,
                              maxDailiesToShow: 3,
                              concise: false,
                              colored : true,
                              forecastLayout: “table”,
                              forecastHeaderText: “”
                              },
                              labels: {
                              high: “H”,
                              low: “L”,
                              timeFormat: “kk[h]”
                              }
                              }
                              },

                              	{
                              		module: "newsfeed",
                              		position: "bottom_bar",
                              		config: {
                              			feeds: [
                              				{
                              					title: "Malaysia Kini",
                              					url: " https://www.malaysiakini.com/rss/en/news.rss"
                              				}
                              			],
                              			showSourceTitle: true,
                              			showPublishDate: true,
                              			broadcastNewsFeeds: true,
                              			broadcastNewsUpdates: true
                              		}
                              	},
                              ]
                              

                              };

                              /*************** DO NOT EDIT THE LINE BELOW ***************/
                              if (typeof module !== “undefined”) {module.exports = config;}

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

                                Hi, your config is really wrong and strange.
                                Do you use template for create your own config?

                                N 5 Replies Last reply Reply Quote 0
                                • N
                                  navx27 last edited by

                                  which part , i use the template. which part u think wrong?

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    navx27 @bugsounet last edited by

                                    @bugsounet which part , i use the template. which part u think wrong?

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      navx27 @bugsounet last edited by

                                      @bugsounet i never use all , just copy and paste which ever need.

                                      1 Reply Last reply Reply Quote 0
                                      • N
                                        navx27 last edited by

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          navx27 last edited by

                                          My log

                                          magicmirror@2.16.0 start /home/pi/MagicMirror
                                          DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                                          [15.07.2021 22:35.26.218] [LOG] Starting MagicMirror: v2.16.0
                                          [15.07.2021 22:35.26.223] [LOG] Loading config …
                                          [15.07.2021 22:35.26.231] [LOG] Loading module helpers …
                                          [15.07.2021 22:35.26.244] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.26.245] [LOG] Module helper loaded: MMM-Detector
                                          [15.07.2021 22:35.28.521] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.28.522] [LOG] Module helper loaded: MMM-GoogleAssistant
                                          [15.07.2021 22:35.28.524] [LOG] No helper found for module: alert.
                                          [15.07.2021 22:35.28.659] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.28.660] [LOG] Module helper loaded: updatenotification
                                          [15.07.2021 22:35.28.661] [LOG] No helper found for module: clock.
                                          [15.07.2021 22:35.28.783] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.28.784] [LOG] Module helper loaded: calendar
                                          [15.07.2021 22:35.28.785] [LOG] No helper found for module: compliments.
                                          [15.07.2021 22:35.29.124] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.29.125] [LOG] Module helper loaded: MMM-Weather
                                          [15.07.2021 22:35.29.166] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.29.167] [LOG] Module helper loaded: newsfeed
                                          [15.07.2021 22:35.29.167] [LOG] All module helpers loaded.
                                          [15.07.2021 22:35.29.252] [LOG] Starting server on port 8080 …
                                          [15.07.2021 22:35.29.263] [LOG] Server started …
                                          [15.07.2021 22:35.29.265] [LOG] Connecting socket for: MMM-Detector
                                          [15.07.2021 22:35.29.267] [LOG] [DETECTOR] MMM-Detector Version: 1.0.0 rev: 210615-1
                                          [15.07.2021 22:35.29.269] [LOG] Connecting socket for: MMM-GoogleAssistant
                                          [15.07.2021 22:35.29.270] [LOG] [GA] Read config.js and check ConfigDeepMerge…
                                          [15.07.2021 22:35.29.271] [LOG] [GA] Perfect ConfigDeepMerge activated!
                                          [15.07.2021 22:35.29.272] [LOG] Connecting socket for: updatenotification
                                          [15.07.2021 22:35.29.273] [LOG] Connecting socket for: calendar
                                          [15.07.2021 22:35.29.273] [LOG] Starting node helper for: calendar
                                          [15.07.2021 22:35.29.274] [LOG] Connecting socket for: MMM-Weather
                                          [15.07.2021 22:35.29.275] [LOG] Connecting socket for: newsfeed
                                          [15.07.2021 22:35.29.276] [LOG] Starting node helper for: newsfeed
                                          [15.07.2021 22:35.29.276] [LOG] Sockets connected & modules started …
                                          [15.07.2021 22:35.29.560] [LOG] Launching application.
                                          [15.07.2021 22:35.29.806] [ERROR] (node:24499) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
                                          [15.07.2021 22:35.32.370] [LOG] [DETECTOR] Config: {
                                          debug: true,
                                          autoStart: true,
                                          useLogos: true,
                                          micConfig: {
                                          recorder: ‘auto’,
                                          device: ‘default’,
                                          audioGain: 2,
                                          applyFrontend: true
                                          },
                                          newLogos: { default: ‘modules/MMM-Detector/resources/default.png’ },
                                          detectors: [
                                          {
                                          detector: ‘Snowboy’,
                                          Model: ‘jarvis’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: [Object]
                                          },
                                          {
                                          detector: ‘Porcupine’,
                                          Model: ‘ok google’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: [Object]
                                          },
                                          {
                                          detector: ‘Porcupine’,
                                          Model: ‘hey google’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: [Object]
                                          }
                                          ],
                                          NPMCheck: { useChecker: true, delay: 600000, useAlert: true }
                                          }
                                          [15.07.2021 22:35.32.423] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/porcupine
                                          [15.07.2021 22:35.32.726] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/snowboy
                                          [15.07.2021 22:35.32.943] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/npmcheck
                                          [15.07.2021 22:35.32.945] [LOG] [DETECTOR] All needed @bugsounet library loaded !
                                          [15.07.2021 22:35.32.950] [LOG] [NPM] Initialized v0.9.95
                                          [15.07.2021 22:35.32.964] [LOG] [NPM] Found: 4/21 @bugsounet library [MMM-Detector]
                                          [15.07.2021 22:35.33.073] [LOG] [DETECTOR] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
                                          [15.07.2021 22:35.33.075] [LOG] [DETECTOR] Porcupine DetectorConfig: [
                                          { Model: ‘ok google’, Sensitivity: 0.7 },
                                          { Model: ‘hey google’, Sensitivity: 0.7 }
                                          ]
                                          [15.07.2021 22:35.33.101] [LOG] [PORCUPINE] Ready for listening this wake word(s): ok google,hey google
                                          [15.07.2021 22:35.33.102] [LOG] [DETECTOR] Porcupine is initialized with 2 Models: ok google,hey google
                                          [15.07.2021 22:35.33.103] [LOG] [DETECTOR] Snowboy DetectorConfig: [
                                          {
                                          detector: ‘Snowboy’,
                                          Model: ‘jarvis’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: { notification: ‘GA_ACTIVATE’ }
                                          }
                                          ]
                                          [15.07.2021 22:35.33.106] [LOG] [SNOWBOY] Checking models
                                          [15.07.2021 22:35.33.107] [LOG] [SNOWBOY] Model selected: jarvis
                                          [15.07.2021 22:35.33.108] [LOG] [SNOWBOY] Sensitivity set: 0.7,0.7
                                          [15.07.2021 22:35.33.109] [LOG] [DETECTOR] Snowboy is initialized with 1 Models: jarvis
                                          [15.07.2021 22:35.33.111] [LOG] [PORCUPINE] Starts listening.
                                          [15.07.2021 22:35.33.165] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with sample rate 16000
                                          [15.07.2021 22:35.33.216] [LOG] [SNOWBOY] Starts listening.
                                          [15.07.2021 22:35.33.260] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with samp> magicmirror@2.16.0 start /home/pi/MagicMirror

                                          DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                                          [15.07.2021 22:35.26.218] [LOG] Starting MagicMirror: v2.16.0
                                          [15.07.2021 22:35.26.223] [LOG] Loading config …
                                          [15.07.2021 22:35.26.231] [LOG] Loading module helpers …
                                          [15.07.2021 22:35.26.244] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.26.245] [LOG] Module helper loaded: MMM-Detector
                                          [15.07.2021 22:35.28.521] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.28.522] [LOG] Module helper loaded: MMM-GoogleAssistant
                                          [15.07.2021 22:35.28.524] [LOG] No helper found for module: alert.
                                          [15.07.2021 22:35.28.659] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.28.660] [LOG] Module helper loaded: updatenotification
                                          [15.07.2021 22:35.28.661] [LOG] No helper found for module: clock.
                                          [15.07.2021 22:35.28.783] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.28.784] [LOG] Module helper loaded: calendar
                                          [15.07.2021 22:35.28.785] [LOG] No helper found for module: compliments.
                                          [15.07.2021 22:35.29.124] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.29.125] [LOG] Module helper loaded: MMM-Weather
                                          [15.07.2021 22:35.29.166] [LOG] Initializing new module helper …
                                          [15.07.2021 22:35.29.167] [LOG] Module helper loaded: newsfeed
                                          [15.07.2021 22:35.29.167] [LOG] All module helpers loaded.
                                          [15.07.2021 22:35.29.252] [LOG] Starting server on port 8080 …
                                          [15.07.2021 22:35.29.263] [LOG] Server started …
                                          [15.07.2021 22:35.29.265] [LOG] Connecting socket for: MMM-Detector
                                          [15.07.2021 22:35.29.267] [LOG] [DETECTOR] MMM-Detector Version: 1.0.0 rev: 210615-1
                                          [15.07.2021 22:35.29.269] [LOG] Connecting socket for: MMM-GoogleAssistant
                                          [15.07.2021 22:35.29.270] [LOG] [GA] Read config.js and check ConfigDeepMerge…
                                          [15.07.2021 22:35.29.271] [LOG] [GA] Perfect ConfigDeepMerge activated!
                                          [15.07.2021 22:35.29.272] [LOG] Connecting socket for: updatenotification
                                          [15.07.2021 22:35.29.273] [LOG] Connecting socket for: calendar
                                          [15.07.2021 22:35.29.273] [LOG] Starting node helper for: calendar
                                          [15.07.2021 22:35.29.274] [LOG] Connecting socket for: MMM-Weather
                                          [15.07.2021 22:35.29.275] [LOG] Connecting socket for: newsfeed
                                          [15.07.2021 22:35.29.276] [LOG] Starting node helper for: newsfeed
                                          [15.07.2021 22:35.29.276] [LOG] Sockets connected & modules started …
                                          [15.07.2021 22:35.29.560] [LOG] Launching application.
                                          [15.07.2021 22:35.29.806] [ERROR] (node:24499) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
                                          [15.07.2021 22:35.32.370] [LOG] [DETECTOR] Config: {
                                          debug: true,
                                          autoStart: true,
                                          useLogos: true,
                                          micConfig: {
                                          recorder: ‘auto’,
                                          device: ‘default’,
                                          audioGain: 2,
                                          applyFrontend: true
                                          },
                                          newLogos: { default: ‘modules/MMM-Detector/resources/default.png’ },
                                          detectors: [
                                          {
                                          detector: ‘Snowboy’,
                                          Model: ‘jarvis’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: [Object]
                                          },
                                          {
                                          detector: ‘Porcupine’,
                                          Model: ‘ok google’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: [Object]
                                          },
                                          {
                                          detector: ‘Porcupine’,
                                          Model: ‘hey google’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: [Object]
                                          }
                                          ],
                                          NPMCheck: { useChecker: true, delay: 600000, useAlert: true }
                                          }
                                          [15.07.2021 22:35.32.423] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/porcupine
                                          [15.07.2021 22:35.32.726] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/snowboy
                                          [15.07.2021 22:35.32.943] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/npmcheck
                                          [15.07.2021 22:35.32.945] [LOG] [DETECTOR] All needed @bugsounet library loaded !
                                          [15.07.2021 22:35.32.950] [LOG] [NPM] Initialized v0.9.95
                                          [15.07.2021 22:35.32.964] [LOG] [NPM] Found: 4/21 @bugsounet library [MMM-Detector]
                                          [15.07.2021 22:35.33.073] [LOG] [DETECTOR] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
                                          [15.07.2021 22:35.33.075] [LOG] [DETECTOR] Porcupine DetectorConfig: [
                                          { Model: ‘ok google’, Sensitivity: 0.7 },
                                          { Model: ‘hey google’, Sensitivity: 0.7 }
                                          ]
                                          [15.07.2021 22:35.33.101] [LOG] [PORCUPINE] Ready for listening this wake word(s): ok google,hey google
                                          [15.07.2021 22:35.33.102] [LOG] [DETECTOR] Porcupine is initialized with 2 Models: ok google,hey google
                                          [15.07.2021 22:35.33.103] [LOG] [DETECTOR] Snowboy DetectorConfig: [
                                          {
                                          detector: ‘Snowboy’,
                                          Model: ‘jarvis’,
                                          Sensitivity: null,
                                          Logo: ‘google’,
                                          autoRestart: false,
                                          onDetected: { notification: ‘GA_ACTIVATE’ }
                                          }
                                          ]
                                          [15.07.2021 22:35.33.106] [LOG] [SNOWBOY] Checking models
                                          [15.07.2021 22:35.33.107] [LOG] [SNOWBOY] Model selected: jarvis
                                          [15.07.2021 22:35.33.108] [LOG] [SNOWBOY] Sensitivity set: 0.7,0.7
                                          [15.07.2021 22:35.33.109] [LOG] [DETECTOR] Snowboy is initialized with 1 Models: jarvis
                                          [15.07.2021 22:35.33.111] [LOG] [PORCUPINE] Starts listening.
                                          [15.07.2021 22:35.33.165] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with sample rate 16000
                                          [15.07.2021 22:35.33.216] [LOG] [SNOWBOY] Starts listening.
                                          [15.07.2021 22:35.33.260] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with sample rate 16000
                                          [15.07.2021 22:35.33.265] [LOG] [DETECTOR] Starts listening. 3 Models
                                          [15.07.2021 22:35.33.518] [LOG] Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/58/Malaysia_Holidays.ics - Interval: 300000
                                          [15.07.2021 22:35.33.530] [LOG] Create new newsfetcher for url: https://www.malaysiakini.com/rss/en/news.rss - Interval: 300000
                                          [15.07.2021 22:35.33.541] [LOG] [WEATHER] MMM-WEATHER Version: 1.0.3
                                          [15.07.2021 22:35.33.554] [LOG] [GA] MMM-GoogleAssistant Version: 3.0.2 rev: 210630-1
                                          [15.07.2021 22:35.33.557] [LOG] [GA] Activate delay is set to 250 ms
                                          [15.07.2021 22:35.33.749] [LOG] [GA] Loaded @bugsounet/npmcheck
                                          [15.07.2021 22:35.33.757] [INFO] Checking git for module: MMM-Detector
                                          [15.07.2021 22:35.33.761] [LOG] [GA] All needed @bugsounet library loaded !
                                          [15.07.2021 22:35.33.762] [LOG] [GA:EXT] Extented Display Server Started
                                          [15.07.2021 22:35.33.768] [LOG] [GA:EXT] Extented Display is initialized.
                                          [15.07.2021 22:35.33.774] [LOG] [NPM] Initialized v0.9.95
                                          [15.07.2021 22:35.33.796] [LOG] [NPM] Found: 13/21 @bugsounet library [MMM-GoogleAssistant]
                                          [15.07.2021 22:35.34.169] [LOG] [GA] Google Assistant is initialized.
                                          [15.07.2021 22:35.34.508] [INFO] Checking git for module: MMM-GoogleAssistant
                                          [15.07.2021 22:35.34.651] [LOG] [NPM] Details for MMM-Detector [
                                          {
                                          name: ‘@bugsounet/npmcheck’,
                                          installed: ‘0.9.95’,
                                          latest: ‘0.9.95’
                                          },
                                          {
                                          name: ‘@bugsounet/node-lpcm16’,
                                          installed: ‘2.0.1’,
                                          latest: ‘2.0.1’
                                          },
                                          { name: ‘@bugsounet/snowboy’, installed: ‘2.0.7’, latest: ‘2.0.7’ },
                                          { name: ‘@bugsounet/porcupine’, installed: ‘1.0.1’, latest: ‘1.0.1’ }
                                          ]
                                          [15.07.2021 22:35.34.653] [LOG] [NPM] Check… MMM-Detector
                                          [15.07.2021 22:35.34.654] [LOG] [NPM] No update needed for MMM-Detector
                                          [15.07.2021 22:35.34.658] [INFO] Checking git for module: MMM-Weather
                                          [15.07.2021 22:35.35.728] [LOG] [NPM] Details for MMM-GoogleAssistant [
                                          {
                                          name: ‘@bugsounet/npmcheck’,
                                          installed: ‘0.9.95’,
                                          latest: ‘0.9.95’
                                          },
                                          { name: ‘@bugsounet/cast’, installed: ‘1.1.2’, latest: ‘1.1.2’ },
                                          { name: ‘@bugsounet/governor’, installed: ‘1.0.3’, latest: ‘1.0.3’ },
                                          { name: ‘@bugsounet/internet’, installed: ‘1.1.1’, latest: ‘1.1.1’ },
                                          { name: ‘@bugsounet/pir’, installed: ‘1.0.5’, latest: ‘1.0.5’ },
                                          { name: ‘@bugsounet/screen’, installed: ‘1.1.7’, latest: ‘1.1.7’ },
                                          { name: ‘@bugsounet/spotify’, installed: ‘1.0.2’, latest: ‘1.0.2’ },
                                          {
                                          name: ‘@bugsounet/google-assistant’,
                                          installed: ‘1.2.7’,
                                          latest: ‘1.2.7’
                                          },
                                          {
                                          name: ‘@bugsounet/node-buffertomp3’,
                                          installed: ‘1.0.5’,
                                          latest: ‘1.0.5’
                                          },
                                          {
                                          name: ‘@bugsounet/node-lpcm16’,
                                          installed: ‘2.0.1’,
                                          latest: ‘2.0.1’
                                          },
                                          { name: ‘@bugsounet/cvlc’, installed: ‘1.0.4’, latest: ‘1.0.4’ },
                                          {
                                          name: ‘@bugsounet/google-photos’,
                                          installed: ‘1.0.0’,
                                          latest: ‘1.0.0’
                                          },
                                          { name: ‘@bugsounet/systemd’, installed: ‘1.0.0’, latest: ‘1.0.0’ }
                                          ]
                                          [15.07.2021 22:35.35.733] [LOG] [NPM] Check… MMM-GoogleAssistant
                                          [15.07.2021 22:35.35.734] [LOG] [NPM] No update needed for MMM-GoogleAssistant
                                          [15.07.2021 22:35.35.770] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                                          [15.07.2021 22:35.36.740] [INFO] Calendar-Fetcher: Broadcasting 7 events.
                                          [15.07.2021 22:35.49.620] [LOG] Shutting down server…
                                          [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-Detector
                                          [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-GoogleAssistant
                                          [15.07.2021 22:35.49.623] [LOG] Stopping module helper: updatenotification
                                          [15.07.2021 22:35.49.626] [LOG] Stopping module helper: calendar
                                          [15.07.2021 22:35.49.633] [LOG] Stopping module helper: MMM-Weather
                                          [15.07.2021 22:35.49.635] [LOG] Stopping module helper: newsfeedle rate 16000
                                          [15.07.2021 22:35.33.265] [LOG] [DETECTOR] Starts listening. 3 Models
                                          [15.07.2021 22:35.33.518] [LOG] Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/58/Malaysia_Holidays.ics - Interval: 300000
                                          [15.07.2021 22:35.33.530] [LOG] Create new newsfetcher for url: https://www.malaysiakini.com/rss/en/news.rss - Interval: 300000
                                          [15.07.2021 22:35.33.541] [LOG] [WEATHER] MMM-WEATHER Version: 1.0.3
                                          [15.07.2021 22:35.33.554] [LOG] [GA] MMM-GoogleAssistant Version: 3.0.2 rev: 210630-1
                                          [15.07.2021 22:35.33.557] [LOG] [GA] Activate delay is set to 250 ms
                                          [15.07.2021 22:35.33.749] [LOG] [GA] Loaded @bugsounet/npmcheck
                                          [15.07.2021 22:35.33.757] [INFO] Checking git for module: MMM-Detector
                                          [15.07.2021 22:35.33.761] [LOG] [GA] All needed @bugsounet library loaded !
                                          [15.07.2021 22:35.33.762] [LOG] [GA:EXT] Extented Display Server Started
                                          [15.07.2021 22:35.33.768] [LOG] [GA:EXT] Extented Display is initialized.
                                          [15.07.2021 22:35.33.774] [LOG] [NPM] Initialized v0.9.95
                                          [15.07.2021 22:35.33.796] [LOG] [NPM] Found: 13/21 @bugsounet library [MMM-GoogleAssistant]
                                          [15.07.2021 22:35.34.169] [LOG] [GA] Google Assistant is initialized.
                                          [15.07.2021 22:35.34.508] [INFO] Checking git for module: MMM-GoogleAssistant
                                          [15.07.2021 22:35.34.651] [LOG] [NPM] Details for MMM-Detector [
                                          {
                                          name: ‘@bugsounet/npmcheck’,
                                          installed: ‘0.9.95’,
                                          latest: ‘0.9.95’
                                          },
                                          {
                                          name: ‘@bugsounet/node-lpcm16’,
                                          installed: ‘2.0.1’,
                                          latest: ‘2.0.1’
                                          },
                                          { name: ‘@bugsounet/snowboy’, installed: ‘2.0.7’, latest: ‘2.0.7’ },
                                          { name: ‘@bugsounet/porcupine’, installed: ‘1.0.1’, latest: ‘1.0.1’ }
                                          ]
                                          [15.07.2021 22:35.34.653] [LOG] [NPM] Check… MMM-Detector
                                          [15.07.2021 22:35.34.654] [LOG] [NPM] No update needed for MMM-Detector
                                          [15.07.2021 22:35.34.658] [INFO] Checking git for module: MMM-Weather
                                          [15.07.2021 22:35.35.728] [LOG] [NPM] Details for MMM-GoogleAssistant [
                                          {
                                          name: ‘@bugsounet/npmcheck’,
                                          installed: ‘0.9.95’,
                                          latest: ‘0.9.95’
                                          },
                                          { name: ‘@bugsounet/cast’, installed: ‘1.1.2’, latest: ‘1.1.2’ },
                                          { name: ‘@bugsounet/governor’, installed: ‘1.0.3’, latest: ‘1.0.3’ },
                                          { name: ‘@bugsounet/internet’, installed: ‘1.1.1’, latest: ‘1.1.1’ },
                                          { name: ‘@bugsounet/pir’, installed: ‘1.0.5’, latest: ‘1.0.5’ },
                                          { name: ‘@bugsounet/screen’, installed: ‘1.1.7’, latest: ‘1.1.7’ },
                                          { name: ‘@bugsounet/spotify’, installed: ‘1.0.2’, latest: ‘1.0.2’ },
                                          {
                                          name: ‘@bugsounet/google-assistant’,
                                          installed: ‘1.2.7’,
                                          latest: ‘1.2.7’
                                          },
                                          {
                                          name: ‘@bugsounet/node-buffertomp3’,
                                          installed: ‘1.0.5’,
                                          latest: ‘1.0.5’
                                          },
                                          {
                                          name: ‘@bugsounet/node-lpcm16’,
                                          installed: ‘2.0.1’,
                                          latest: ‘2.0.1’
                                          },
                                          { name: ‘@bugsounet/cvlc’, installed: ‘1.0.4’, latest: ‘1.0.4’ },
                                          {
                                          name: ‘@bugsounet/google-photos’,
                                          installed: ‘1.0.0’,
                                          latest: ‘1.0.0’
                                          },
                                          { name: ‘@bugsounet/systemd’, installed: ‘1.0.0’, latest: ‘1.0.0’ }
                                          ]
                                          [15.07.2021 22:35.35.733] [LOG] [NPM] Check… MMM-GoogleAssistant
                                          [15.07.2021 22:35.35.734] [LOG] [NPM] No update needed for MMM-GoogleAssistant
                                          [15.07.2021 22:35.35.770] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                                          [15.07.2021 22:35.36.740] [INFO] Calendar-Fetcher: Broadcasting 7 events.
                                          [15.07.2021 22:35.49.620] [LOG] Shutting down server…
                                          [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-Detector
                                          [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-GoogleAssistant
                                          [15.07.2021 22:35.49.623] [LOG] Stopping module helper: updatenotification
                                          [15.07.2021 22:35.49.626] [LOG] Stopping module helper: calendar
                                          [15.07.2021 22:35.49.633] [LOG] Stopping module helper: MMM-Weather
                                          [15.07.2021 22:35.49.635] [LOG] Stopping module helper: newsfeed

                                          1 Reply Last reply Reply Quote 0
                                          • N
                                            navx27 @bugsounet last edited by

                                            @bugsounet My log

                                            magicmirror@2.16.0 start /home/pi/MagicMirror
                                            DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                                            [15.07.2021 22:35.26.218] [LOG] Starting MagicMirror: v2.16.0
                                            [15.07.2021 22:35.26.223] [LOG] Loading config …
                                            [15.07.2021 22:35.26.231] [LOG] Loading module helpers …
                                            [15.07.2021 22:35.26.244] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.26.245] [LOG] Module helper loaded: MMM-Detector
                                            [15.07.2021 22:35.28.521] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.28.522] [LOG] Module helper loaded: MMM-GoogleAssistant
                                            [15.07.2021 22:35.28.524] [LOG] No helper found for module: alert.
                                            [15.07.2021 22:35.28.659] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.28.660] [LOG] Module helper loaded: updatenotification
                                            [15.07.2021 22:35.28.661] [LOG] No helper found for module: clock.
                                            [15.07.2021 22:35.28.783] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.28.784] [LOG] Module helper loaded: calendar
                                            [15.07.2021 22:35.28.785] [LOG] No helper found for module: compliments.
                                            [15.07.2021 22:35.29.124] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.29.125] [LOG] Module helper loaded: MMM-Weather
                                            [15.07.2021 22:35.29.166] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.29.167] [LOG] Module helper loaded: newsfeed
                                            [15.07.2021 22:35.29.167] [LOG] All module helpers loaded.
                                            [15.07.2021 22:35.29.252] [LOG] Starting server on port 8080 …
                                            [15.07.2021 22:35.29.263] [LOG] Server started …
                                            [15.07.2021 22:35.29.265] [LOG] Connecting socket for: MMM-Detector
                                            [15.07.2021 22:35.29.267] [LOG] [DETECTOR] MMM-Detector Version: 1.0.0 rev: 210615-1
                                            [15.07.2021 22:35.29.269] [LOG] Connecting socket for: MMM-GoogleAssistant
                                            [15.07.2021 22:35.29.270] [LOG] [GA] Read config.js and check ConfigDeepMerge…
                                            [15.07.2021 22:35.29.271] [LOG] [GA] Perfect ConfigDeepMerge activated!
                                            [15.07.2021 22:35.29.272] [LOG] Connecting socket for: updatenotification
                                            [15.07.2021 22:35.29.273] [LOG] Connecting socket for: calendar
                                            [15.07.2021 22:35.29.273] [LOG] Starting node helper for: calendar
                                            [15.07.2021 22:35.29.274] [LOG] Connecting socket for: MMM-Weather
                                            [15.07.2021 22:35.29.275] [LOG] Connecting socket for: newsfeed
                                            [15.07.2021 22:35.29.276] [LOG] Starting node helper for: newsfeed
                                            [15.07.2021 22:35.29.276] [LOG] Sockets connected & modules started …
                                            [15.07.2021 22:35.29.560] [LOG] Launching application.
                                            [15.07.2021 22:35.29.806] [ERROR] (node:24499) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
                                            [15.07.2021 22:35.32.370] [LOG] [DETECTOR] Config: {
                                            debug: true,
                                            autoStart: true,
                                            useLogos: true,
                                            micConfig: {
                                            recorder: ‘auto’,
                                            device: ‘default’,
                                            audioGain: 2,
                                            applyFrontend: true
                                            },
                                            newLogos: { default: ‘modules/MMM-Detector/resources/default.png’ },
                                            detectors: [
                                            {
                                            detector: ‘Snowboy’,
                                            Model: ‘jarvis’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: [Object]
                                            },
                                            {
                                            detector: ‘Porcupine’,
                                            Model: ‘ok google’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: [Object]
                                            },
                                            {
                                            detector: ‘Porcupine’,
                                            Model: ‘hey google’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: [Object]
                                            }
                                            ],
                                            NPMCheck: { useChecker: true, delay: 600000, useAlert: true }
                                            }
                                            [15.07.2021 22:35.32.423] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/porcupine
                                            [15.07.2021 22:35.32.726] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/snowboy
                                            [15.07.2021 22:35.32.943] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/npmcheck
                                            [15.07.2021 22:35.32.945] [LOG] [DETECTOR] All needed @bugsounet library loaded !
                                            [15.07.2021 22:35.32.950] [LOG] [NPM] Initialized v0.9.95
                                            [15.07.2021 22:35.32.964] [LOG] [NPM] Found: 4/21 @bugsounet library [MMM-Detector]
                                            [15.07.2021 22:35.33.073] [LOG] [DETECTOR] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
                                            [15.07.2021 22:35.33.075] [LOG] [DETECTOR] Porcupine DetectorConfig: [
                                            { Model: ‘ok google’, Sensitivity: 0.7 },
                                            { Model: ‘hey google’, Sensitivity: 0.7 }
                                            ]
                                            [15.07.2021 22:35.33.101] [LOG] [PORCUPINE] Ready for listening this wake word(s): ok google,hey google
                                            [15.07.2021 22:35.33.102] [LOG] [DETECTOR] Porcupine is initialized with 2 Models: ok google,hey google
                                            [15.07.2021 22:35.33.103] [LOG] [DETECTOR] Snowboy DetectorConfig: [
                                            {
                                            detector: ‘Snowboy’,
                                            Model: ‘jarvis’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: { notification: ‘GA_ACTIVATE’ }
                                            }
                                            ]
                                            [15.07.2021 22:35.33.106] [LOG] [SNOWBOY] Checking models
                                            [15.07.2021 22:35.33.107] [LOG] [SNOWBOY] Model selected: jarvis
                                            [15.07.2021 22:35.33.108] [LOG] [SNOWBOY] Sensitivity set: 0.7,0.7
                                            [15.07.2021 22:35.33.109] [LOG] [DETECTOR] Snowboy is initialized with 1 Models: jarvis
                                            [15.07.2021 22:35.33.111] [LOG] [PORCUPINE] Starts listening.
                                            [15.07.2021 22:35.33.165] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with sample rate 16000
                                            [15.07.2021 22:35.33.216] [LOG] [SNOWBOY] Starts listening.
                                            [15.07.2021 22:35.33.260] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with samp> magicmirror@2.16.0 start /home/pi/MagicMirror

                                            DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                                            [15.07.2021 22:35.26.218] [LOG] Starting MagicMirror: v2.16.0
                                            [15.07.2021 22:35.26.223] [LOG] Loading config …
                                            [15.07.2021 22:35.26.231] [LOG] Loading module helpers …
                                            [15.07.2021 22:35.26.244] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.26.245] [LOG] Module helper loaded: MMM-Detector
                                            [15.07.2021 22:35.28.521] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.28.522] [LOG] Module helper loaded: MMM-GoogleAssistant
                                            [15.07.2021 22:35.28.524] [LOG] No helper found for module: alert.
                                            [15.07.2021 22:35.28.659] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.28.660] [LOG] Module helper loaded: updatenotification
                                            [15.07.2021 22:35.28.661] [LOG] No helper found for module: clock.
                                            [15.07.2021 22:35.28.783] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.28.784] [LOG] Module helper loaded: calendar
                                            [15.07.2021 22:35.28.785] [LOG] No helper found for module: compliments.
                                            [15.07.2021 22:35.29.124] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.29.125] [LOG] Module helper loaded: MMM-Weather
                                            [15.07.2021 22:35.29.166] [LOG] Initializing new module helper …
                                            [15.07.2021 22:35.29.167] [LOG] Module helper loaded: newsfeed
                                            [15.07.2021 22:35.29.167] [LOG] All module helpers loaded.
                                            [15.07.2021 22:35.29.252] [LOG] Starting server on port 8080 …
                                            [15.07.2021 22:35.29.263] [LOG] Server started …
                                            [15.07.2021 22:35.29.265] [LOG] Connecting socket for: MMM-Detector
                                            [15.07.2021 22:35.29.267] [LOG] [DETECTOR] MMM-Detector Version: 1.0.0 rev: 210615-1
                                            [15.07.2021 22:35.29.269] [LOG] Connecting socket for: MMM-GoogleAssistant
                                            [15.07.2021 22:35.29.270] [LOG] [GA] Read config.js and check ConfigDeepMerge…
                                            [15.07.2021 22:35.29.271] [LOG] [GA] Perfect ConfigDeepMerge activated!
                                            [15.07.2021 22:35.29.272] [LOG] Connecting socket for: updatenotification
                                            [15.07.2021 22:35.29.273] [LOG] Connecting socket for: calendar
                                            [15.07.2021 22:35.29.273] [LOG] Starting node helper for: calendar
                                            [15.07.2021 22:35.29.274] [LOG] Connecting socket for: MMM-Weather
                                            [15.07.2021 22:35.29.275] [LOG] Connecting socket for: newsfeed
                                            [15.07.2021 22:35.29.276] [LOG] Starting node helper for: newsfeed
                                            [15.07.2021 22:35.29.276] [LOG] Sockets connected & modules started …
                                            [15.07.2021 22:35.29.560] [LOG] Launching application.
                                            [15.07.2021 22:35.29.806] [ERROR] (node:24499) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
                                            [15.07.2021 22:35.32.370] [LOG] [DETECTOR] Config: {
                                            debug: true,
                                            autoStart: true,
                                            useLogos: true,
                                            micConfig: {
                                            recorder: ‘auto’,
                                            device: ‘default’,
                                            audioGain: 2,
                                            applyFrontend: true
                                            },
                                            newLogos: { default: ‘modules/MMM-Detector/resources/default.png’ },
                                            detectors: [
                                            {
                                            detector: ‘Snowboy’,
                                            Model: ‘jarvis’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: [Object]
                                            },
                                            {
                                            detector: ‘Porcupine’,
                                            Model: ‘ok google’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: [Object]
                                            },
                                            {
                                            detector: ‘Porcupine’,
                                            Model: ‘hey google’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: [Object]
                                            }
                                            ],
                                            NPMCheck: { useChecker: true, delay: 600000, useAlert: true }
                                            }
                                            [15.07.2021 22:35.32.423] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/porcupine
                                            [15.07.2021 22:35.32.726] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/snowboy
                                            [15.07.2021 22:35.32.943] [LOG] [DETECTOR] [DETECTOR] Loaded: @bugsounet/npmcheck
                                            [15.07.2021 22:35.32.945] [LOG] [DETECTOR] All needed @bugsounet library loaded !
                                            [15.07.2021 22:35.32.950] [LOG] [NPM] Initialized v0.9.95
                                            [15.07.2021 22:35.32.964] [LOG] [NPM] Found: 4/21 @bugsounet library [MMM-Detector]
                                            [15.07.2021 22:35.33.073] [LOG] [DETECTOR] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
                                            [15.07.2021 22:35.33.075] [LOG] [DETECTOR] Porcupine DetectorConfig: [
                                            { Model: ‘ok google’, Sensitivity: 0.7 },
                                            { Model: ‘hey google’, Sensitivity: 0.7 }
                                            ]
                                            [15.07.2021 22:35.33.101] [LOG] [PORCUPINE] Ready for listening this wake word(s): ok google,hey google
                                            [15.07.2021 22:35.33.102] [LOG] [DETECTOR] Porcupine is initialized with 2 Models: ok google,hey google
                                            [15.07.2021 22:35.33.103] [LOG] [DETECTOR] Snowboy DetectorConfig: [
                                            {
                                            detector: ‘Snowboy’,
                                            Model: ‘jarvis’,
                                            Sensitivity: null,
                                            Logo: ‘google’,
                                            autoRestart: false,
                                            onDetected: { notification: ‘GA_ACTIVATE’ }
                                            }
                                            ]
                                            [15.07.2021 22:35.33.106] [LOG] [SNOWBOY] Checking models
                                            [15.07.2021 22:35.33.107] [LOG] [SNOWBOY] Model selected: jarvis
                                            [15.07.2021 22:35.33.108] [LOG] [SNOWBOY] Sensitivity set: 0.7,0.7
                                            [15.07.2021 22:35.33.109] [LOG] [DETECTOR] Snowboy is initialized with 1 Models: jarvis
                                            [15.07.2021 22:35.33.111] [LOG] [PORCUPINE] Starts listening.
                                            [15.07.2021 22:35.33.165] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with sample rate 16000
                                            [15.07.2021 22:35.33.216] [LOG] [SNOWBOY] Starts listening.
                                            [15.07.2021 22:35.33.260] [LOG] [LPCM16] ~v2.0.1~ Start listening 1 channels, use arecord with sample rate 16000
                                            [15.07.2021 22:35.33.265] [LOG] [DETECTOR] Starts listening. 3 Models
                                            [15.07.2021 22:35.33.518] [LOG] Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/58/Malaysia_Holidays.ics - Interval: 300000
                                            [15.07.2021 22:35.33.530] [LOG] Create new newsfetcher for url: https://www.malaysiakini.com/rss/en/news.rss - Interval: 300000
                                            [15.07.2021 22:35.33.541] [LOG] [WEATHER] MMM-WEATHER Version: 1.0.3
                                            [15.07.2021 22:35.33.554] [LOG] [GA] MMM-GoogleAssistant Version: 3.0.2 rev: 210630-1
                                            [15.07.2021 22:35.33.557] [LOG] [GA] Activate delay is set to 250 ms
                                            [15.07.2021 22:35.33.749] [LOG] [GA] Loaded @bugsounet/npmcheck
                                            [15.07.2021 22:35.33.757] [INFO] Checking git for module: MMM-Detector
                                            [15.07.2021 22:35.33.761] [LOG] [GA] All needed @bugsounet library loaded !
                                            [15.07.2021 22:35.33.762] [LOG] [GA:EXT] Extented Display Server Started
                                            [15.07.2021 22:35.33.768] [LOG] [GA:EXT] Extented Display is initialized.
                                            [15.07.2021 22:35.33.774] [LOG] [NPM] Initialized v0.9.95
                                            [15.07.2021 22:35.33.796] [LOG] [NPM] Found: 13/21 @bugsounet library [MMM-GoogleAssistant]
                                            [15.07.2021 22:35.34.169] [LOG] [GA] Google Assistant is initialized.
                                            [15.07.2021 22:35.34.508] [INFO] Checking git for module: MMM-GoogleAssistant
                                            [15.07.2021 22:35.34.651] [LOG] [NPM] Details for MMM-Detector [
                                            {
                                            name: ‘@bugsounet/npmcheck’,
                                            installed: ‘0.9.95’,
                                            latest: ‘0.9.95’
                                            },
                                            {
                                            name: ‘@bugsounet/node-lpcm16’,
                                            installed: ‘2.0.1’,
                                            latest: ‘2.0.1’
                                            },
                                            { name: ‘@bugsounet/snowboy’, installed: ‘2.0.7’, latest: ‘2.0.7’ },
                                            { name: ‘@bugsounet/porcupine’, installed: ‘1.0.1’, latest: ‘1.0.1’ }
                                            ]
                                            [15.07.2021 22:35.34.653] [LOG] [NPM] Check… MMM-Detector
                                            [15.07.2021 22:35.34.654] [LOG] [NPM] No update needed for MMM-Detector
                                            [15.07.2021 22:35.34.658] [INFO] Checking git for module: MMM-Weather
                                            [15.07.2021 22:35.35.728] [LOG] [NPM] Details for MMM-GoogleAssistant [
                                            {
                                            name: ‘@bugsounet/npmcheck’,
                                            installed: ‘0.9.95’,
                                            latest: ‘0.9.95’
                                            },
                                            { name: ‘@bugsounet/cast’, installed: ‘1.1.2’, latest: ‘1.1.2’ },
                                            { name: ‘@bugsounet/governor’, installed: ‘1.0.3’, latest: ‘1.0.3’ },
                                            { name: ‘@bugsounet/internet’, installed: ‘1.1.1’, latest: ‘1.1.1’ },
                                            { name: ‘@bugsounet/pir’, installed: ‘1.0.5’, latest: ‘1.0.5’ },
                                            { name: ‘@bugsounet/screen’, installed: ‘1.1.7’, latest: ‘1.1.7’ },
                                            { name: ‘@bugsounet/spotify’, installed: ‘1.0.2’, latest: ‘1.0.2’ },
                                            {
                                            name: ‘@bugsounet/google-assistant’,
                                            installed: ‘1.2.7’,
                                            latest: ‘1.2.7’
                                            },
                                            {
                                            name: ‘@bugsounet/node-buffertomp3’,
                                            installed: ‘1.0.5’,
                                            latest: ‘1.0.5’
                                            },
                                            {
                                            name: ‘@bugsounet/node-lpcm16’,
                                            installed: ‘2.0.1’,
                                            latest: ‘2.0.1’
                                            },
                                            { name: ‘@bugsounet/cvlc’, installed: ‘1.0.4’, latest: ‘1.0.4’ },
                                            {
                                            name: ‘@bugsounet/google-photos’,
                                            installed: ‘1.0.0’,
                                            latest: ‘1.0.0’
                                            },
                                            { name: ‘@bugsounet/systemd’, installed: ‘1.0.0’, latest: ‘1.0.0’ }
                                            ]
                                            [15.07.2021 22:35.35.733] [LOG] [NPM] Check… MMM-GoogleAssistant
                                            [15.07.2021 22:35.35.734] [LOG] [NPM] No update needed for MMM-GoogleAssistant
                                            [15.07.2021 22:35.35.770] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                                            [15.07.2021 22:35.36.740] [INFO] Calendar-Fetcher: Broadcasting 7 events.
                                            [15.07.2021 22:35.49.620] [LOG] Shutting down server…
                                            [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-Detector
                                            [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-GoogleAssistant
                                            [15.07.2021 22:35.49.623] [LOG] Stopping module helper: updatenotification
                                            [15.07.2021 22:35.49.626] [LOG] Stopping module helper: calendar
                                            [15.07.2021 22:35.49.633] [LOG] Stopping module helper: MMM-Weather
                                            [15.07.2021 22:35.49.635] [LOG] Stopping module helper: newsfeedle rate 16000
                                            [15.07.2021 22:35.33.265] [LOG] [DETECTOR] Starts listening. 3 Models
                                            [15.07.2021 22:35.33.518] [LOG] Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/58/Malaysia_Holidays.ics - Interval: 300000
                                            [15.07.2021 22:35.33.530] [LOG] Create new newsfetcher for url: https://www.malaysiakini.com/rss/en/news.rss - Interval: 300000
                                            [15.07.2021 22:35.33.541] [LOG] [WEATHER] MMM-WEATHER Version: 1.0.3
                                            [15.07.2021 22:35.33.554] [LOG] [GA] MMM-GoogleAssistant Version: 3.0.2 rev: 210630-1
                                            [15.07.2021 22:35.33.557] [LOG] [GA] Activate delay is set to 250 ms
                                            [15.07.2021 22:35.33.749] [LOG] [GA] Loaded @bugsounet/npmcheck
                                            [15.07.2021 22:35.33.757] [INFO] Checking git for module: MMM-Detector
                                            [15.07.2021 22:35.33.761] [LOG] [GA] All needed @bugsounet library loaded !
                                            [15.07.2021 22:35.33.762] [LOG] [GA:EXT] Extented Display Server Started
                                            [15.07.2021 22:35.33.768] [LOG] [GA:EXT] Extented Display is initialized.
                                            [15.07.2021 22:35.33.774] [LOG] [NPM] Initialized v0.9.95
                                            [15.07.2021 22:35.33.796] [LOG] [NPM] Found: 13/21 @bugsounet library [MMM-GoogleAssistant]
                                            [15.07.2021 22:35.34.169] [LOG] [GA] Google Assistant is initialized.
                                            [15.07.2021 22:35.34.508] [INFO] Checking git for module: MMM-GoogleAssistant
                                            [15.07.2021 22:35.34.651] [LOG] [NPM] Details for MMM-Detector [
                                            {
                                            name: ‘@bugsounet/npmcheck’,
                                            installed: ‘0.9.95’,
                                            latest: ‘0.9.95’
                                            },
                                            {
                                            name: ‘@bugsounet/node-lpcm16’,
                                            installed: ‘2.0.1’,
                                            latest: ‘2.0.1’
                                            },
                                            { name: ‘@bugsounet/snowboy’, installed: ‘2.0.7’, latest: ‘2.0.7’ },
                                            { name: ‘@bugsounet/porcupine’, installed: ‘1.0.1’, latest: ‘1.0.1’ }
                                            ]
                                            [15.07.2021 22:35.34.653] [LOG] [NPM] Check… MMM-Detector
                                            [15.07.2021 22:35.34.654] [LOG] [NPM] No update needed for MMM-Detector
                                            [15.07.2021 22:35.34.658] [INFO] Checking git for module: MMM-Weather
                                            [15.07.2021 22:35.35.728] [LOG] [NPM] Details for MMM-GoogleAssistant [
                                            {
                                            name: ‘@bugsounet/npmcheck’,
                                            installed: ‘0.9.95’,
                                            latest: ‘0.9.95’
                                            },
                                            { name: ‘@bugsounet/cast’, installed: ‘1.1.2’, latest: ‘1.1.2’ },
                                            { name: ‘@bugsounet/governor’, installed: ‘1.0.3’, latest: ‘1.0.3’ },
                                            { name: ‘@bugsounet/internet’, installed: ‘1.1.1’, latest: ‘1.1.1’ },
                                            { name: ‘@bugsounet/pir’, installed: ‘1.0.5’, latest: ‘1.0.5’ },
                                            { name: ‘@bugsounet/screen’, installed: ‘1.1.7’, latest: ‘1.1.7’ },
                                            { name: ‘@bugsounet/spotify’, installed: ‘1.0.2’, latest: ‘1.0.2’ },
                                            {
                                            name: ‘@bugsounet/google-assistant’,
                                            installed: ‘1.2.7’,
                                            latest: ‘1.2.7’
                                            },
                                            {
                                            name: ‘@bugsounet/node-buffertomp3’,
                                            installed: ‘1.0.5’,
                                            latest: ‘1.0.5’
                                            },
                                            {
                                            name: ‘@bugsounet/node-lpcm16’,
                                            installed: ‘2.0.1’,
                                            latest: ‘2.0.1’
                                            },
                                            { name: ‘@bugsounet/cvlc’, installed: ‘1.0.4’, latest: ‘1.0.4’ },
                                            {
                                            name: ‘@bugsounet/google-photos’,
                                            installed: ‘1.0.0’,
                                            latest: ‘1.0.0’
                                            },
                                            { name: ‘@bugsounet/systemd’, installed: ‘1.0.0’, latest: ‘1.0.0’ }
                                            ]
                                            [15.07.2021 22:35.35.733] [LOG] [NPM] Check… MMM-GoogleAssistant
                                            [15.07.2021 22:35.35.734] [LOG] [NPM] No update needed for MMM-GoogleAssistant
                                            [15.07.2021 22:35.35.770] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
                                            [15.07.2021 22:35.36.740] [INFO] Calendar-Fetcher: Broadcasting 7 events.
                                            [15.07.2021 22:35.49.620] [LOG] Shutting down server…
                                            [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-Detector
                                            [15.07.2021 22:35.49.622] [LOG] Stopping module helper: MMM-GoogleAssistant
                                            [15.07.2021 22:35.49.623] [LOG] Stopping module helper: updatenotification
                                            [15.07.2021 22:35.49.626] [LOG] Stopping module helper: calendar
                                            [15.07.2021 22:35.49.633] [LOG] Stopping module helper: MMM-Weather
                                            [15.07.2021 22:35.49.635] [LOG] Stopping module helper: news

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