Bugsounet Coding

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

    Solved MMM-GA not responding

    Issues
    3
    33
    296
    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.
    • K
      Kala Donators last edited by

      Hey guys!
      i install MMM-GA like the instruction from MMM-GA wiki bugsounet
      My MM start normal i have no error message i see the GA icon and Alexa Icon on the left but if i want to say something de Icon’s turn off,
      and in the console i saw that when i say the world “hey Google” Dectetor stop lisenting.

      [02.10.2021 12:17.20.109] [LOG] [GA] Google Assistant is initialized.
      [02.10.2021 12:17.20.113] [LOG] [DETECTOR] All needed @bugsounet library loaded !
      [02.10.2021 12:17.20.118] [LOG] [NPM] Initialized v0.9.96
      [02.10.2021 12:17.20.196] [LOG] [DETECTOR] Platform: ‘raspberry-pi’; attempting to use ‘arecord’ to access microphone …
      [02.10.2021 12:17.20.213] [LOG] [DETECTOR] Porcupine is initialized with 2 Models: ok google,hey google
      [02.10.2021 12:17.20.218] [LOG] [DETECTOR] Snowboy is initialized with 2 Models: jarvis,alexa
      [02.10.2021 12:17.20.409] [LOG] [DETECTOR] Starts listening. 4 Models
      [02.10.2021 12:17.20.869] [INFO] Calendar-Fetcher: Broadcasting 4 events.
      [02.10.2021 12:17.22.541] [INFO] Newsfeed-Fetcher: Broadcasting 52 items.
      [02.10.2021 12:17.34.388] [LOG] [DETECTOR] Stops listening.
      ^C/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT

      1 Reply Last reply Reply Quote 0
      • K
        Kala Donators last edited by

        Need Help

        1 Reply Last reply Reply Quote 0
        • K
          Kala Donators last edited by

          i updatet to MM2.17.1 and makenpm rebuild MMM-Detector/MMM-GA and npm install it i got no error messages and no blackscreen everything works except MMM-GA if i eay “Hey Google” it is doing nothing and i see in the console the same “DETECTOS Stops listening” issue as befor what should i do? Google Assistant is not working or MMM-Detector is not working

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

            Please post your config, please.

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

              hi,sorry for late response:/

              GA and detector

              @DJB1966 post in the same like me 🙂

              1 Reply Last reply Reply Quote 0
              • K
                Kala Donators last edited by

                no problem here is my Detector config:
                {
                module: ‘MMM-Detector’,
                position: ‘top_left’,
                configDeepMerge: true,
                config: {
                debug: false,

                    }
                            },
                

                here is my GA config:
                {
                module: “MMM-GoogleAssistant”,
                position: “top_left”,
                configDeepMerge: true,
                config: {
                assistantConfig: {
                lang: ‘de-DE’,
                latitude: 47.0788678,
                longitude: 8.2676784,
                },
                }

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

                  can you enable debug mode in GA and Detector and relaunch MagicMirror?

                  call assistant and past logs from start, please ?

                  1 Reply Last reply Reply Quote 0
                  • K
                    Kala Donators last edited by

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • K
                      Kala Donators last edited by

                      [03.10.2021 11:57.50.990] [LOG] [NPM] Check… MMM-GoogleAssistant
                      [03.10.2021 11:57.50.993] [LOG] [NPM] No update needed for MMM-GoogleAssistant
                      [03.10.2021 11:57.57.707] [LOG] [PORCUPINE] Detected ‘hey google’
                      [03.10.2021 11:57.57.713] [LOG] [PORCUPINE] Stops listening.
                      [03.10.2021 11:57.57.716] [LOG] [SNOWBOY] Stops listening.
                      [03.10.2021 11:57.57.719] [LOG] [DETECTOR] Stops listening.
                      [03.10.2021 11:57.57.731] [LOG] [LPCM16] Stop listening
                      [03.10.2021 11:57.57.735] [LOG] [LPCM16] Stop listening
                      ^C[03.10.2021 11:58.27.064] [LOG] Shutting down server…
                      -bash: :s^C[03.10.2021 11:58.27.064] [LOG] Shutting down server…: substitution failed
                      [03.10.2021 11:58.27.067] [LOG] /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT

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

                        perfect thanks 🙂

                        the main error is not GA or Detector

                        that i see from your deleted log:
                        [03.10.2021 11:57.46.196] [ERROR] Error: The module ‘/home/pi/MagicMirror/modules/MMM-Button/node_modules/epoll/build/Release/epoll.node’

                        can you try this:

                        cd /~MagicMirror/modules/MMM-Button
                        rm -rf package-lock.json node_modules
                        npm install
                        

                        and retry 😉

                        GA wait a signal: All modules started… if not started … GA don’t start

                        1 Reply Last reply Reply Quote 0
                        • K
                          Kala Donators last edited by

                          pi@raspberrypi:~/MagicMirror/modules/MMM-Button $ rm -f package-lock.json node_modules
                          rm: ‘node_modules’ cannot be removed: Is a directory
                          pi@raspberrypi:~/MagicMirror/modules/MMM-Button $

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

                            oupss I forget r

                            cd /~MagicMirror/modules/MMM-Button
                            rm -rf package-lock.json node_modules
                            npm install
                            
                            1 Reply Last reply Reply Quote 0
                            • bugsounet
                              bugsounet Main Coder last edited by

                              Note: this command is equivalent to have sources ONLY and reinstall module (like a clean install)

                              1 Reply Last reply Reply Quote 0
                              • K
                                Kala Donators last edited by

                                i tried it but the same resualt, deactivet MMM-Button but got the same results. when i sart MM it shows me GoogleAssistans is loading…

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

                                  past entire log from start ?

                                  1 Reply Last reply Reply Quote 0
                                  • K
                                    Kala Donators last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • bugsounet
                                      bugsounet Main Coder last edited by

                                      ok, right

                                      can you restart it with:
                                      npm start dev
                                      and past the console content ?

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        Kala Donators last edited by

                                        yes here we go:
                                        Initializing MagicMirror.
                                        Loading core translation file: translations/de.json
                                        Loading core translation fallback file: translations/en.json
                                        Load script: modules/default/clock/clock.js
                                        Module registered: clock
                                        Bootstrapping module: clock
                                        Load script: vendor/node_modules/moment/min/moment-with-locales.js
                                        Load script: vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js
                                        Load script: vendor/node_modules/suncalc/suncalc.js
                                        Scripts loaded for: clock
                                        Load stylesheet: modules/default/clock/clock_styles.css
                                        Styles loaded for: clock
                                        Translations loaded for: clock
                                        Load script: modules/MMM-SwissCommute/MMM-SwissCommute.js
                                        Check MagicMirror version for module ‘MMM-SwissCommute’ - Minimum version: 2.1.0 - Current version: 2.17.1
                                        Version is ok!
                                        module.js:509 Module registered: MMM-SwissCommute
                                        loader.js:155 Bootstrapping module: MMM-SwissCommute
                                        loader.js:244 File already loaded: moment.js
                                        loader.js:160 Scripts loaded for: MMM-SwissCommute
                                        loader.js:203 Load stylesheet: modules/MMM-SwissCommute/MMM-SwissCommute.css
                                        loader.js:203 Load stylesheet: vendor/css/font-awesome.css
                                        loader.js:162 Styles loaded for: MMM-SwissCommute
                                        loader.js:164 Translations loaded for: MMM-SwissCommute
                                        loader.js:155 Bootstrapping module: MMM-SwissCommute
                                        loader.js:244 File already loaded: moment.js
                                        loader.js:160 Scripts loaded for: MMM-SwissCommute
                                        loader.js:244 File already loaded: MMM-SwissCommute.css
                                        loader.js:244 File already loaded: font-awesome.css
                                        loader.js:162 Styles loaded for: MMM-SwissCommute

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

                                          entire please ? (I know there is many …)

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            Kala Donators last edited by

                                            oh sry here:

                                            main.js:481 Initializing MagicMirror.
                                            translator.js:128 Loading core translation file: translations/de.json
                                            translator.js:146 Loading core translation fallback file: translations/en.json
                                            loader.js:184 Load script: modules/default/clock/clock.js
                                            module.js:509 Module registered: clock
                                            loader.js:155 Bootstrapping module: clock
                                            loader.js:184 Load script: vendor/node_modules/moment/min/moment-with-locales.js
                                            loader.js:184 Load script: vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js
                                            loader.js:184 Load script: vendor/node_modules/suncalc/suncalc.js
                                            loader.js:160 Scripts loaded for: clock
                                            loader.js:203 Load stylesheet: modules/default/clock/clock_styles.css
                                            loader.js:162 Styles loaded for: clock
                                            loader.js:164 Translations loaded for: clock
                                            loader.js:184 Load script: modules/MMM-SwissCommute/MMM-SwissCommute.js
                                            module.js:501 Check MagicMirror version for module ‘MMM-SwissCommute’ - Minimum version: 2.1.0 - Current version: 2.17.1
                                            module.js:503 Version is ok!
                                            module.js:509 Module registered: MMM-SwissCommute
                                            loader.js:155 Bootstrapping module: MMM-SwissCommute
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:160 Scripts loaded for: MMM-SwissCommute
                                            loader.js:203 Load stylesheet: modules/MMM-SwissCommute/MMM-SwissCommute.css
                                            loader.js:203 Load stylesheet: vendor/css/font-awesome.css
                                            loader.js:162 Styles loaded for: MMM-SwissCommute
                                            loader.js:164 Translations loaded for: MMM-SwissCommute
                                            loader.js:155 Bootstrapping module: MMM-SwissCommute
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:160 Scripts loaded for: MMM-SwissCommute
                                            loader.js:244 File already loaded: MMM-SwissCommute.css
                                            loader.js:244 File already loaded: font-awesome.css
                                            loader.js:162 Styles loaded for: MMM-SwissCommute
                                            loader.js:164 Translations loaded for: MMM-SwissCommute
                                            loader.js:184 Load script: modules/MMM-Detector/MMM-Detector.js
                                            module.js:509 Module registered: MMM-Detector
                                            loader.js:155 Bootstrapping module: MMM-Detector
                                            loader.js:160 Scripts loaded for: MMM-Detector
                                            loader.js:203 Load stylesheet: modules/MMM-Detector/MMM-Detector.css
                                            loader.js:162 Styles loaded for: MMM-Detector
                                            loader.js:164 Translations loaded for: MMM-Detector
                                            loader.js:184 Load script: modules/MMM-GoogleAssistant/MMM-GoogleAssistant.js
                                            module.js:501 Check MagicMirror version for module ‘MMM-GoogleAssistant’ - Minimum version: 2.15.0 - Current version: 2.17.1
                                            module.js:503 Version is ok!
                                            module.js:509 Module registered: MMM-GoogleAssistant
                                            loader.js:155 Bootstrapping module: MMM-GoogleAssistant
                                            loader.js:184 Load script: /modules/MMM-GoogleAssistant/components/response.js
                                            loader.js:184 Load script: /modules/MMM-GoogleAssistant/components/extented.js
                                            loader.js:184 Load script: /modules/MMM-GoogleAssistant/components/youtube.js
                                            loader.js:184 Load script: /modules/MMM-GoogleAssistant/components/progressbar.js
                                            loader.js:184 Load script: /modules/MMM-GoogleAssistant/components/spotify.js
                                            loader.js:203 Load stylesheet: https://cdn.materialdesignicons.com/5.2.45/css/materialdesignicons.min.css
                                            loader.js:184 Load script: https://code.iconify.design/1/1.0.6/iconify.min.js
                                            loader.js:184 Load script: /modules/MMM-GoogleAssistant/components/long-press-event.js
                                            loader.js:160 Scripts loaded for: MMM-GoogleAssistant
                                            loader.js:203 Load stylesheet: /modules/MMM-GoogleAssistant/MMM-GoogleAssistant.css
                                            loader.js:244 File already loaded: font-awesome.css
                                            loader.js:203 Load stylesheet: https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css
                                            loader.js:162 Styles loaded for: MMM-GoogleAssistant
                                            translator.js:107 MMM-GoogleAssistant - Load translationfalse: translations/de.json
                                            VM75 renderer_init.js:113 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Co$
                                            Policy set or a policy with “unsafe-eval” enabled. This exposes users of
                                            this app to unnecessary security risks.
                                            For more information and help, consult
                                            https://electronjs.org/docs/tutorial/security.
                                            This warning will not show up
                                            once the app is packaged.
                                            (anonymous) @ VM75 renderer_init.js:113
                                            translator.js:107 MMM-GoogleAssistant - Load translation fallback: translations/en.json
                                            loader.js:164 Translations loaded for: MMM-GoogleAssistant
                                            loader.js:184 Load script: modules/MMM-GoogleMapsTraffic/MMM-GoogleMapsTraffic.js
                                            module.js:509 Module registered: MMM-GoogleMapsTraffic
                                            loader.js:155 Bootstrapping module: MMM-GoogleMapsTraffic
                                            loader.js:160 Scripts loaded for: MMM-GoogleMapsTraffic
                                            loader.js:162 Styles loaded for: MMM-GoogleMapsTraffic
                                            loader.js:164 Translations loaded for: MMM-GoogleMapsTraffic
                                            loader.js:184 Load script: modules/MMM-MyCommute/MMM-MyCommute.js
                                            module.js:509 Module registered: MMM-MyCommute
                                            loader.js:155 Bootstrapping module: MMM-MyCommute
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:184 Load script: modules/MMM-MyCommute/node_modules/moment-duration-format/lib/moment-duration-format.js
                                            loader.js:160 Scripts loaded for: MMM-MyCommute
                                            loader.js:203 Load stylesheet: modules/MMM-MyCommute/MMM-MyCommute.css
                                            loader.js:244 File already loaded: font-awesome.css
                                            loader.js:162 Styles loaded for: MMM-MyCommute
                                            loader.js:164 Translations loaded for: MMM-MyCommute
                                            loader.js:184 Load script: modules/default/weather/weather.js
                                            module.js:509 Module registered: weather
                                            loader.js:155 Bootstrapping module: weather
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:184 Load script: modules/default/weather/weatherprovider.js
                                            loader.js:184 Load script: modules/default/weather/weatherobject.js
                                            loader.js:244 File already loaded: suncalc.js
                                            loader.js:184 Load script: modules/default/weather/providers/openweathermap.js
                                            loader.js:160 Scripts loaded for: weather
                                            loader.js:244 File already loaded: font-awesome.css
                                            loader.js:203 Load stylesheet: vendor/node_modules/weathericons/css/weather-icons.css
                                            loader.js:203 Load stylesheet: modules/default/weather/weather.css
                                            loader.js:162 Styles loaded for: weather
                                            loader.js:164 Translations loaded for: weather
                                            loader.js:155 Bootstrapping module: weather
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:244 File already loaded: weatherprovider.js
                                            loader.js:244 File already loaded: weatherobject.js
                                            loader.js:244 File already loaded: suncalc.js
                                            loader.js:244 File already loaded: modules/default/weather/providers/openweathermap.js
                                            loader.js:160 Scripts loaded for: weather
                                            loader.js:244 File already loaded: font-awesome.css
                                            loader.js:244 File already loaded: weather-icons.css
                                            loader.js:244 File already loaded: weather.css
                                            loader.js:162 Styles loaded for: weather
                                            loader.js:164 Translations loaded for: weather
                                            loader.js:184 Load script: modules/default/calendar/calendar.js
                                            module.js:501 Check MagicMirror version for module ‘calendar’ - Minimum version: 2.1.0 - Current version: 2.17.1
                                            module.js:503 Version is ok!
                                            module.js:509 Module registered: calendar
                                            loader.js:155 Bootstrapping module: calendar
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:160 Scripts loaded for: calendar
                                            loader.js:203 Load stylesheet: modules/default/calendar/calendar.css
                                            loader.js:244 File already loaded: font-awesome.css
                                            loader.js:162 Styles loaded for: calendar
                                            loader.js:164 Translations loaded for: calendar
                                            loader.js:184 Load script: modules/default/newsfeed/newsfeed.js
                                            module.js:509 Module registered: newsfeed
                                            loader.js:155 Bootstrapping module: newsfeed
                                            loader.js:244 File already loaded: moment.js
                                            loader.js:160 Scripts loaded for: newsfeed
                                            loader.js:203 Load stylesheet: modules/default/newsfeed/newsfeed.css
                                            loader.js:162 Styles loaded for: newsfeed
                                            loader.js:164 Translations loaded for: newsfeed
                                            loader.js:203 Load stylesheet: css/custom.css
                                            localhost/:1 Refused to apply style from ‘http://localhost:8080/css/custom.css’ because its MIME type (‘text/html’) is not a $
                                            loader.js:214 Error on loading stylesheet: css/custom.css
                                            stylesheet.onerror @ loader.js:214
                                            clock.js:48 Starting module: clock
                                            MMM-SwissCommute.js:39 Starting module: MMM-SwissCommute
                                            MMM-SwissCommute.js:39 Starting module: MMM-SwissCommute
                                            MMM-GoogleMapsTraffic.js:28 Starting module: MMM-GoogleMapsTraffic
                                            MMM-MyCommute.js:122 Starting module: MMM-MyCommute
                                            MMM-MyCommute.js:190 https://maps.googleapis.com/maps/api/directions/json?origin=Erlenstrasse 18%2C 6020%2C Emmenbr�%$
                                            MMM-MyCommute.js:190 https://maps.googleapis.com/maps/api/directions/json?origin=Erlenstrasse 18%2C 6020%2C Emmenbr�%$
                                            MMM-MyCommute.js:190 https://maps.googleapis.com/maps/api/directions/json?origin=Erlenstrasse 18%2C 6020%2C Emmenbr�%$
                                            MMM-MyCommute.js:190 https://maps.googleapis.com/maps/api/directions/json?origin=Erlenstrasse 18%2C 6020%2C Emmenbr�%$
                                            weatherprovider.js:35 Weather provider: OpenWeatherMap initialized.
                                            weatherprovider.js:46 Weather provider: OpenWeatherMap started.
                                            weatherprovider.js:35 Weather provider: OpenWeatherMap initialized.
                                            weatherprovider.js:46 Weather provider: OpenWeatherMap started.
                                            calendar.js:87 Starting module: calendar
                                            newsfeed.js:63 Starting module: newsfeed
                                            main.js:499 All modules started!
                                            weather.js:149 New weather information available.
                                            weather.js:149 New weather information available.
                                            MMM-GoogleMapsTraffic.js:77 Uncaught TypeError: Cannot read property ‘length’ of undefined
                                            at HTMLScriptElement.script.onload (MMM-GoogleMapsTraffic.js:77)
                                            localhost/:1 Refused to apply style from ‘http://localhost:8080/css/custom.css’ because its MIME type (‘text/html’) is not a $
                                            js?key=AIzaSyDeLOU41HrplPgxOGV9XtbkszpqIg_1V1U:172 You have included the Google Maps JavaScript API multiple times on this pa$
                                            fea @ js?key=AIzaSyDeLOU41HrplPgxOGV9XtbkszpqIg_1V1U:172
                                            iea @ js?key=AIzaSyDeLOU41HrplPgxOGV9XtbkszpqIg_1V1U:167
                                            google.maps.Load @ js?key=AIzaSyDeLOU41HrplPgxOGV9XtbkszpqIg_1V1U:14
                                            (anonymous) @ js?key=AIzaSyDeLOU41HrplPgxOGV9XtbkszpqIg_1V1U:304
                                            (anonymous) @ js?key=AIzaSyDeLOU41HrplPgxOGV9XtbkszpqIg_1V1U:304
                                            MMM-GoogleMapsTraffic.js:77 Uncaught TypeError: Cannot read property ‘length’ of undefined
                                            at HTMLScriptElement.script.onload (MMM-GoogleMapsTraffic.js:77)
                                            script.onload @ MMM-GoogleMapsTraffic.js:77
                                            load (async)
                                            getDom @ MMM-GoogleMapsTraffic.js:61
                                            (anonymous) @ main.js:113
                                            updateDom @ main.js:111
                                            updateDom @ main.js:550
                                            updateDom @ module.js:358
                                            socketNotificationReceived @ MMM-GoogleMapsTraffic.js:107
                                            (anonymous) @ module.js:245
                                            (anonymous) @ socketclient.js:38
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emit @ typed-events.js:46
                                            emitEvent @ socket.js:258
                                            onevent @ socket.js:245
                                            MMSocket.socket.onevent @ socketclient.js:32
                                            onpacket @ socket.js:209
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emitReserved @ typed-events.js:59
                                            ondecoded @ manager.js:210
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            add @ index.js:117
                                            ondata @ manager.js:202
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ socket.js:403
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ transport.js:107
                                            onData @ transport.js:100
                                            ws.onmessage @ websocket.js:112
                                            MMM-GoogleAssistant.js:1 Uncaught TypeError: console.log is not a function
                                            at logGA (MMM-GoogleAssistant.js:1)
                                            at Class.Informations (MMM-GoogleAssistant.js:1)
                                            at Class.socketNotificationReceived (MMM-GoogleAssistant.js:1)
                                            at module.js:245
                                            at Socket.<anonymous> (socketclient.js:38)
                                            at Socket…/node_modules/component-emitter/index.js.Emitter.emit (index.js:145)
                                            at Socket.emit (typed-events.js:46)
                                            at Socket.emitEvent (socket.js:258)
                                            at Socket.onevent (socket.js:245)
                                            at Socket.MMSocket.socket.onevent (socketclient.js:32)
                                            logGA @ MMM-GoogleAssistant.js:1
                                            Informations @ MMM-GoogleAssistant.js:1
                                            socketNotificationReceived @ MMM-GoogleAssistant.js:1
                                            (anonymous) @ module.js:245
                                            (anonymous) @ socketclient.js:38
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emit @ typed-events.js:46
                                            emitEvent @ socket.js:258
                                            onevent @ socket.js:245
                                            MMSocket.socket.onevent @ socketclient.js:32
                                            onpacket @ socket.js:209
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emitReserved @ typed-events.js:59
                                            ondecoded @ manager.js:210
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            add @ index.js:117
                                            ondata @ manager.js:202
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ socket.js:403
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ transport.js:107
                                            onData @ transport.js:100
                                            ws.onmessage @ websocket.js:112
                                            MMM-GoogleAssistant.js:1 Uncaught TypeError: console.log is not a function
                                            at logGA (MMM-GoogleAssistant.js:1)
                                            at Class.Informations (MMM-GoogleAssistant.js:1)
                                            at Class.socketNotificationReceived (MMM-GoogleAssistant.js:1)
                                            at module.js:245
                                            at Socket.<anonymous> (socketclient.js:38)
                                            at Socket…/node_modules/component-emitter/index.js.Emitter.emit (index.js:145)
                                            at Socket.emit (typed-events.js:46)
                                            at Socket.emitEvent (socket.js:258)
                                            at Socket.onevent (socket.js:245)
                                            at Socket.MMSocket.socket.onevent (socketclient.js:32)
                                            logGA @ MMM-GoogleAssistant.js:1
                                            Informations @ MMM-GoogleAssistant.js:1
                                            socketNotificationReceived @ MMM-GoogleAssistant.js:1
                                            (anonymous) @ module.js:245
                                            (anonymous) @ socketclient.js:38
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emit @ typed-events.js:46
                                            emitEvent @ socket.js:258
                                            onevent @ socket.js:245
                                            MMSocket.socket.onevent @ socketclient.js:32
                                            onpacket @ socket.js:209
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emitReserved @ typed-events.js:59
                                            ondecoded @ manager.js:210
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            add @ index.js:117
                                            ondata @ manager.js:202
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ socket.js:403
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ transport.js:107
                                            onData @ transport.js:100
                                            ws.onmessage @ websocket.js:112
                                            MMM-GoogleAssistant.js:1 Uncaught TypeError: console.log is not a function
                                            at logGA (MMM-GoogleAssistant.js:1)
                                            at Class.socketNotificationReceived (MMM-GoogleAssistant.js:1)
                                            at module.js:245
                                            at Socket.<anonymous> (socketclient.js:38)
                                            at Socket…/node_modules/component-emitter/index.js.Emitter.emit (index.js:145)
                                            at Socket.emit (typed-events.js:46)
                                            at Socket.emitEvent (socket.js:258)
                                            at Socket.onevent (socket.js:245)
                                            at Socket.MMSocket.socket.onevent (socketclient.js:32)
                                            at Socket.onpacket (socket.js:209)
                                            logGA @ MMM-GoogleAssistant.js:1
                                            socketNotificationReceived @ MMM-GoogleAssistant.js:1
                                            (anonymous) @ module.js:245
                                            (anonymous) @ socketclient.js:38
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emit @ typed-events.js:46
                                            emitEvent @ socket.js:258
                                            onevent @ socket.js:245
                                            MMSocket.socket.onevent @ socketclient.js:32
                                            onpacket @ socket.js:209
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            emitReserved @ typed-events.js:59
                                            ondecoded @ manager.js:210
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            add @ index.js:117
                                            ondata @ manager.js:202
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ socket.js:403
                                            ./node_modules/component-emitter/index.js.Emitter.emit @ index.js:145
                                            onPacket @ transport.js:107
                                            onData @ transport.js:100
                                            ws.onmessage @ websocket.js:112
                                            VM130 map.js:106 Uncaught (in promise) TypeError: Cannot read property ‘i’ of undefined
                                            at VM130 map.js:106
                                            (anonymous) @ VM130 map.js:106
                                            Promise.then (async)
                                            (anonymous) @ VM130 map.js:106
                                            Promise.then (async)
                                            ds.i @ VM130 map.js:106
                                            (anonymous) @ VM125 js:155
                                            VM130 map.js:112 Uncaught (in promise) TypeError: Cannot read property ‘Vp’ of undefined
                                            at VM130 map.js:112
                                            (anonymous) @ VM130 map.js:112
                                            Promise.then (async)
                                            ua @ VM130 map.js:111
                                            Xa @ VM130 map.js:103
                                            (anonymous) @ VM128 common.js:70
                                            cha @ VM128 common.js:68
                                            eha @ VM128 common.js:68
                                            (anonymous) @ VM128 common.js:67
                                            Promise.then (async)
                                            bha @ VM128 common.js:67
                                            _.pn.Cd @ VM128 common.js:164
                                            Aka @ VM130 map.js:58
                                            (anonymous) @ VM130 map.js:59
                                            requestAnimationFrame (async)
                                            _.Dn @ VM128 common.js:73
                                            $r @ VM130 map.js:59
                                            (anonymous) @ VM130 map.js:63
                                            _.n.Ob @ VM130 map.js:89
                                            _.n.Ob @ VM130 map.js:100
                                            (anonymous) @ VM130 map.js:104
                                            _.tn @ VM128 common.js:70
                                            (anonymous) @ VM130 map.js:105
                                            (anonymous) @ VM125 js:106
                                            (anonymous) @ VM125 js:266
                                            e @ VM125 js:106
                                            _.mca @ VM125 js:106
                                            _.n.notify @ VM125 js:266
                                            _.Im.j @ VM128 common.js:155
                                            (anonymous) @ VM125 js:106
                                            (anonymous) @ VM125 js:266
                                            e @ VM125 js:106
                                            _.mca @ VM125 js:106
                                            _.n.notify @ VM125 js:266
                                            _.Im.j @ VM128 common.js:155
                                            (anonymous) @ VM125 js:106
                                            (anonymous) @ VM125 js:266
                                            e @ VM125 js:106
                                            hca @ VM125 js:104
                                            Promise.then (async)
                                            xg @ VM125 js:104
                                            _.zg @ VM125 js:104
                                            _.mca @ VM125 js:106
                                            _.n.notify @ VM125 js:266
                                            _.Cg.set @ VM125 js:266
                                            (anonymous) @ VM133 layers.js:2
                                            CE.N @ VM133 layers.js:3
                                            _.n.Lp @ VM125 js:278
                                            setTimeout (async)
                                            _.Ih @ VM125 js:135
                                            _.n.start @ VM125 js:278
                                            _.Kh @ VM125 js:136
                                            nya @ VM133 layers.js:1
                                            EE.ka @ VM133 layers.js:3
                                            _.Gq @ VM128 common.js:131
                                            _.Fq.Ce @ VM128 common.js:180
                                            EE @ VM133 layers.js:1
                                            FE.i @ VM133 layers.js:3
                                            (anonymous) @ VM125 js:111
                                            MMM-SwissCommute.js:51 Uncaught TypeError: Cannot read property ‘animationSpeed’ of undefined
                                            at MMM-SwissCommute.js:51
                                            (anonymous) @ MMM-SwissCommute.js:51
                                            MMM-SwissCommute.js:51 Uncaught TypeError: Cannot read property ‘animationSpeed’ of undefined
                                            at MMM-SwissCommute.js:51
                                            (anonymous) @ MMM-SwissCommute.js:51

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