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

    MMM-GoogleAssistant not running after update.

    Scheduled Pinned Locked Moved Troubleshooting
    7 Posts 6 Posters 1.2k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E Offline
      Element391 0
      last edited by

      After I updated MMM-GoogleAssistant, I’m now getting an error and MagicMirror wont start. Here is my log.

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

      [13.07.2021 01:46.48.653] [LOG] Starting MagicMirror: v2.14.0
      [13.07.2021 01:46.48.661] [LOG] Loading config …
      [13.07.2021 01:46.48.668] [LOG] Loading module helpers …
      [13.07.2021 01:46.48.671] [LOG] No helper found for module: MMM-YouTube.
      [13.07.2021 01:46.50.595] [LOG] Initializing new module helper …
      [13.07.2021 01:46.50.597] [LOG] Module helper loaded: MMM-Assistant2Display
      [13.07.2021 01:46.52.669] [LOG] Initializing new module helper …
      [13.07.2021 01:46.52.671] [LOG] Module helper loaded: MMM-GoogleAssistant
      [13.07.2021 01:46.52.673] [LOG] No helper found for module: alert.
      [13.07.2021 01:46.52.749] [LOG] Initializing new module helper …
      [13.07.2021 01:46.52.750] [LOG] Module helper loaded: email
      [13.07.2021 01:46.53.137] [LOG] Initializing new module helper …
      [13.07.2021 01:46.53.138] [LOG] Module helper loaded: MMM-NowPlayingOnSpotify
      [13.07.2021 01:46.53.256] [LOG] Initializing new module helper …
      [13.07.2021 01:46.53.256] [LOG] Module helper loaded: updatenotification
      [13.07.2021 01:46.53.258] [LOG] No helper found for module: clock.
      [13.07.2021 01:46.53.625] [LOG] Initializing new module helper …
      [13.07.2021 01:46.53.626] [LOG] Module helper loaded: calendar
      [13.07.2021 01:46.53.627] [LOG] No helper found for module: compliments.
      [13.07.2021 01:46.53.628] [LOG] No helper found for module: currentweather.
      [13.07.2021 01:46.53.629] [LOG] No helper found for module: weatherforecast.
      [13.07.2021 01:46.53.653] [LOG] Initializing new module helper …
      [13.07.2021 01:46.53.654] [LOG] Module helper loaded: newsfeed
      [13.07.2021 01:46.53.655] [LOG] All module helpers loaded.
      [13.07.2021 01:46.53.760] [LOG] Starting server on port 8080 …
      [13.07.2021 01:46.53.776] [LOG] Server started …
      [13.07.2021 01:46.53.778] [LOG] Connecting socket for: MMM-Assistant2Display
      [13.07.2021 01:46.53.781] [LOG] Connecting socket for: MMM-GoogleAssistant
      [13.07.2021 01:46.53.782] [LOG] [GA] Read config.js and check ConfigDeepMerge…
      [13.07.2021 01:46.53.784] [ERROR] [FATAL] MMM-GoogleAssistant Module Configuration Error: ConfigDeepMerge is not actived !
      [13.07.2021 01:46.53.786] [ERROR] [GA] Please review your MagicMirror config.js file!
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! magicmirror@2.14.0 start: DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the magicmirror@2.14.0 start script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2021-07-13T06_46_53_879Z-debug.log

      1 Reply Last reply Reply Quote 0
      • D Offline
        DJBOOB66
        last edited by DJBOOB66

        If not already in config add or change to true “configDeepMerge: true,”

        {
          module: "MMM-GoogleAssistant",
          position: "top_left",
          configDeepMerge: true,
          config: {
        
        R C 2 Replies Last reply Reply Quote 0
        • R Offline
          raf @DJBOOB66
          last edited by

          @djboob66
          Pre-requirements:
          MagicMirror v2.15.0

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

            And… don’t forget to read … WIKI :D

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              Cookie1310 @DJBOOB66
              last edited by

              @djboob66
              Hi there, I added the suggested line to the config file and at least got a different reaction. Please see below.

              Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/de.german%23holiday%40group.v.calendar.google.com/public/basic.ics - Interval: 300000
              [08.02.2022 14:20.14.430] [LOG] Create new newsfetcher for url: https://www.bild.de/rss-feeds/rss-16725492,feed=news.bild.html - Interval: 300000
              [08.02.2022 14:20.15.150] [INFO] Newsfeed-Fetcher: Broadcasting 100 items.
              [08.02.2022 14:20.15.315] [INFO] Calendar-Fetcher: Broadcasting 15 events.
              [08.02.2022 14:20.20.583] [LOG] Shutting down server…
              [08.02.2022 14:20.20.585] [LOG] Stopping module helper: MMM-GoogleAssistant
              [08.02.2022 14:20.20.587] [LOG] Stopping module helper: updatenotification
              [08.02.2022 14:20.20.588] [LOG] Stopping module helper: calendar
              [08.02.2022 14:20.20.590] [LOG] Stopping module helper: newsfeed

              Any idea what to do? Regards, Tony

              1 Reply Last reply Reply Quote 0
              • C Offline
                Cookie1310 @bugsounet
                last edited by

                @bugsounet
                thanks a lot. I did the installation from wiki document. Seemed to work. I then realised i have to add a module to the config file which i did, and now i get a blank screen, as mentioned above.
                thanks
                tony

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

                  @cookie1310 other module black screen

                  https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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