MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdmydbr9
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 1
    • Followers 3
    • Topics 10
    • Posts 37
    • Groups 0

    Posts

    Recent Best Controversial
    • Compliment from calendar event

      Has anyone got any idea or a working module to display calendars events as a compliment?

      posted in Troubleshooting
      S
      sdmydbr9
    • RE: Google Calendar Reminders

      @sdetweil is it not possible to integrate the CALENDAR _EVENT notification into another module since it’s already done to fetch the weather based on event location. I came across a module compliment-plus, it uses notification from other modules to display compliments based on the notifications received. Unfortunately, not from a programming background so kinda stuck in doing it.
      Aim: to display calendar events as compliments.
      Would be grateful if you could help me out.

      posted in Requests
      S
      sdmydbr9
    • RE: Tell weather, date & time automatically at a specific time.

      @suvan no… just ifttt, notification trigger, and google tts…
      You will need to go for port forwarding, I went for Dataplicity(a service similar to port forwarding to open my 8080 port).
      I have followed this particular link and followed the steps, this is the link to follow for the steps of
      You give it a try and let me know if you need more help. The steps here are pretty clear.
      Note: 1. ifttt used to be free but now it’s paid. You can use upto 5 applets for free and if you just want it to tell you the time and I guess the free tier is okay.
      2. Google tts, you will need to enable billing in your project, although you won’t be charge for that, there is an api counter in that particular module.

      posted in General Discussion
      S
      sdmydbr9
    • RE: Tell weather, date & time automatically at a specific time.

      @suvan I have a set up exactly as you have described. I’m using ifttt to send an alert or notification at a specific time and MMM-Googletts module reads out the messages which I have preset in the ifttt. You can even tell if when it’s going to rain or when there’s a breaking news.

      posted in General Discussion
      S
      sdmydbr9
    • RE: Tell weather, date & time automatically at a specific time.

      @suvan you will need to go deep with ifttt+webhook+Google tts (https://forum.magicmirror.builders/topic/10917/guide-control-mm-via-google-home?_=1630403716372)

      posted in General Discussion
      S
      sdmydbr9
    • RE: Module status

      @sdetweil

      {
          "bridge": {
              "name": "Homebridge 7481",
              "username": "0E:4A:31:A4:44:11",
              "port": 51891,
              "pin": "740-38-278"
          },
          "accessories": [],
          "platforms": [
              {
                  "name": "Config",
                  "port": 8581,
                  "platform": "config",
                  "sudo": true,
                  "log": {
                      "method": "native",
                      "path": "/var/lib/homebridge/homebridge.log"
                  },
                  "sessionTimeout": 28800
              },
              {
                  "platform": "cmdSwitch2",
                  "name": "Raspberry Pi",
                  "switches": [
                      {
                          "name": "Mirror",
                          "on_cmd": "vcgencmd display_power 1",
                          "off_cmd": "vcgencmd display_power 0",
                          "state_cmd": "tvservice -s",
                          "manufacturer": "Raspberry Pi Foundation",
                          "model": "Raspberry Pi 4 Model B"
                      }
                  ]
              }
          ]
      }
      

      This is my home bridge configuration file. I use homebridge to connect the magicmirror to my iOS home app and control it using my phone. To implement this mainly 3 things is needed, the “on command” ; “the off command” and “the command to get the status”
      When I tried this using a module I used the following config, using mmm-strava as an example

      On_cmd = curl 
      http://192.168.29.202:8080/remote?action=SHOW&force=true&module=MMM-Strava
      
      Off_cmd=http://192.168.29.202:8080/remote?action=HIDE&force=true&module=MMM-Strava
      

      I am not able to get the state command because I couldn’t find any so my set up is incomplete.

      posted in Troubleshooting
      S
      sdmydbr9
    • Module status

      I was trying to implement module controls using homebridge running on a pi and magic mirror. So far using the mmm-HomeKit module, I have been able to implement the magicmirror display controls. When I tried that with the modules I’m not able to get the status of the module if it is hidden or shown. Can anyone tell me if there’s any curl command to get the status.

      posted in Troubleshooting
      S
      sdmydbr9
    • Google tts

      Has the google tts module stoped working or is it just me. I’m having trouble getting it to work. Here is my debug

      1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
      2 info using npm@6.14.11
      3 info using node@v10.24.0
      4 verbose run-script [ 'prestart', 'start', 'poststart' ]
      5 info lifecycle magicmirror@2.13.0-develop~prestart: magicmirror@2.13.0-develop
      6 info lifecycle magicmirror@2.13.0-develop~start: magicmirror@2.13.0-develop
      7 verbose lifecycle magicmirror@2.13.0-develop~start: unsafe-perm in lifecycle true
      8 verbose lifecycle magicmirror@2.13.0-develop~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/home/pi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
      9 verbose lifecycle magicmirror@2.13.0-develop~start: CWD: /home/pi/MagicMirror
      10 silly lifecycle magicmirror@2.13.0-develop~start: Args: [ '-c',
      10 silly lifecycle   'DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js' ]
      11 info lifecycle magicmirror@2.13.0-develop~start: Failed to exec start script
      12 verbose stack Error: magicmirror@2.13.0-develop start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
      12 verbose stack spawn ENOENT
      
      12 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
      12 verbose stack     at ChildProcess.emit (events.js:198:13)
      12 verbose stack     at maybeClose (internal/child_process.js:982:16)
      12 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
      13 verbose pkgid magicmirror@2.13.0-develop
      14 verbose cwd /home/pi/MagicMirror
      15 verbose Linux 5.10.17-v7l+
      16 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
      17 verbose node v10.24.0
      18 verbose npm  v6.14.11
      19 error code ELIFECYCLE
      20 error syscall spawn
      21 error file sh
      22 error errno ENOENT
      23 error magicmirror@2.13.0-develop start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
      23 error spawn ENOENT
      24 error Failed at the magicmirror@2.13.0-develop start script.
      24 error This is probably not a problem with npm. There is likely additional logging output above.
      25 verbose exit [ 1, true ]
      

      I have zero knowledge to debug this issue, someone please look into this and let me know of a solution if there is any.
      Thanks

      posted in Troubleshooting
      S
      sdmydbr9
    • RE: mmm assistant mk2

      @reddyman im surprised too, the github page has gone dark… about the assistant mk2 package, i have the zip file that i downloaded earlier, and i would be happy to share it with you! and no… i have no clue of any back ups… cheers

      posted in Troubleshooting
      S
      sdmydbr9
    • RE: mmm assistant mk2

      @reddyman well here are the steps for downgrading

      1. Go to “Commits”
      2. Click the “<>” icon to the right of the desired commit
      3. Select Clone or Download
      4. Download ZIP

      any old version will be fine(not too old) i used may26,2020 version…

      posted in Troubleshooting
      S
      sdmydbr9
    • RE: i cant figure out what i did wrong, fresh installation of raspberry pi os on raspberry pi4 ..

      @JohnBachini yeah i thought fresh installation and changing the config would help…

      posted in Troubleshooting
      S
      sdmydbr9
    • i cant figure out what i did wrong, fresh installation of raspberry pi os on raspberry pi4 ..
      
      > magicmirror@2.11.0 start /home/pi/MagicMirror
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2020-05-31 00:45:38.521] [LOG]    Starting MagicMirror: v2.11.0
      [2020-05-31 00:45:38.527] [LOG]    Loading config ...
      [2020-05-31 00:45:38.530] [LOG]    Loading module helpers ...
      [2020-05-31 00:45:38.532] [LOG]    No helper found for module: alert.
      [2020-05-31 00:45:38.570] [LOG]    Initializing new module helper ...
      [2020-05-31 00:45:38.571] [LOG]    Module helper loaded: updatenotification
      [2020-05-31 00:45:38.572] [LOG]    No helper found for module: clock.
      [2020-05-31 00:45:38.839] [LOG]    Initializing new module helper ...
      [2020-05-31 00:45:38.840] [LOG]    Module helper loaded: calendar
      [2020-05-31 00:45:38.840] [LOG]    No helper found for module: compliments.
      [2020-05-31 00:45:39.423] [LOG]    Initializing new module helper ...
      [2020-05-31 00:45:39.423] [LOG]    Module helper loaded: MMM-AssistantMk2
      [2020-05-31 00:45:39.424] [LOG]    No helper found for module: currentweather.
      [2020-05-31 00:45:39.424] [LOG]    No helper found for module: weatherforecast.
      [2020-05-31 00:45:39.443] [LOG]    Initializing new module helper ...
      [2020-05-31 00:45:39.443] [LOG]    Module helper loaded: newsfeed
      [2020-05-31 00:45:39.444] [LOG]    All module helpers loaded.
      [2020-05-31 00:45:39.524] [LOG]    Starting server on port 8080 ... 
      [2020-05-31 00:45:39.534] [LOG]    Server started ...
      [2020-05-31 00:45:39.535] [LOG]    Connecting socket for: updatenotification
      [2020-05-31 00:45:39.536] [LOG]    Connecting socket for: calendar
      [2020-05-31 00:45:39.536] [LOG]    Starting node helper for: calendar
      [2020-05-31 00:45:39.537] [LOG]    Connecting socket for: MMM-AssistantMk2
      [2020-05-31 00:45:39.538] [LOG]    Connecting socket for: newsfeed
      [2020-05-31 00:45:39.538] [LOG]    Starting module: newsfeed
      [2020-05-31 00:45:39.539] [LOG]    Sockets connected & modules started ...
      [2020-05-31 00:45:39.615] [LOG]    Launching application.
      [2020-05-31 00:45:41.192] [LOG]    Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      [2020-05-31 00:45:41.256] [LOG]    [AMK2] Recipe is loaded: hide_and_show_all_modules.js
      [2020-05-31 00:45:41.260] [LOG]    [AMK2] Recipe is loaded: reboot.js
      [2020-05-31 00:45:41.262] [LOG]    [AMK2] Recipe is loaded: screen_onoff.js
      [2020-05-31 00:45:41.264] [LOG]    [AMK2] Recipe is loaded: shutdown.js
      [2020-05-31 00:45:41.265] [LOG]    Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      [2020-05-31 00:45:41.345] [LOG]    [AMK2] Temporal storage directory is clearing.
      [2020-05-31 00:45:42.117] [LOG]    [AMK2] assistant ready
      /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js: symbol lookup error: /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v6.1-linux-arm-glibc/grpc_node.node: undefined symbol: __atomic_store_8
      npm ERR! code ELIFECYCLE
      npm ERR! syscall spawn
      npm ERR! file sh
      npm ERR! errno ENOENT
      npm ERR! magicmirror@2.11.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
      npm ERR! spawn ENOENT
      npm ERR! 
      npm ERR! Failed at the magicmirror@2.11.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/2020-05-30T19_15_42_192Z-debug.log
      
      
      posted in Troubleshooting
      S
      sdmydbr9
    • RE: mmm assistant mk2

      @sdetweil here is another log. i might have missed something in the process i just cant figure out

      npm start
      
      > magicmirror@2.11.0 start /home/pi/MagicMirror
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2020-05-30 22:33:42.189] [LOG]    Starting MagicMirror: v2.11.0
      [2020-05-30 22:33:42.195] [LOG]    Loading config ...
      [2020-05-30 22:33:42.200] [LOG]    Loading module helpers ...
      [2020-05-30 22:33:42.201] [LOG]    No helper found for module: alert.
      [2020-05-30 22:33:42.233] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:42.233] [LOG]    Module helper loaded: updatenotification
      [2020-05-30 22:33:42.234] [LOG]    No helper found for module: clock.
      [2020-05-30 22:33:42.234] [LOG]    No helper found for module: MMM-Volume.
      [2020-05-30 22:33:42.811] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:42.811] [LOG]    Module helper loaded: MMM-TelegramBot
      [2020-05-30 22:33:43.715] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:43.716] [LOG]    Check MagicMirror version for node helper 'MMM-GoogleBirthdaysProvider' - Minimum version:  2.6.0 - Current version: 2.11.0
      [2020-05-30 22:33:43.716] [LOG]    Version is ok!
      [2020-05-30 22:33:43.716] [LOG]    Module helper loaded: MMM-GoogleBirthdaysProvider
      [2020-05-30 22:33:43.949] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:43.950] [LOG]    Module helper loaded: calendar
      [2020-05-30 22:33:43.950] [LOG]    No helper found for module: compliments.
      [2020-05-30 22:33:43.957] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:43.958] [LOG]    Module helper loaded: MMM-Spotify
      [2020-05-30 22:33:44.610] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:44.610] [LOG]    Module helper loaded: MMM-AssistantMk2
      [2020-05-30 22:33:44.835] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:44.836] [LOG]    Module helper loaded: MMM-DailyBibleVerse
      [2020-05-30 22:33:44.836] [LOG]    No helper found for module: MMM-Carousel.
      [2020-05-30 22:33:44.850] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:44.850] [LOG]    Module helper loaded: MMM-Tools
      [2020-05-30 22:33:44.851] [LOG]    No helper found for module: MMM-OpenmapWeather.
      [2020-05-30 22:33:44.852] [LOG]    No helper found for module: MMM-PushBulletNotifications.
      [2020-05-30 22:33:44.852] [LOG]    No helper found for module: MMM-WeeklySchedule.
      [2020-05-30 22:33:44.852] [LOG]    No helper found for module: weatherforecast.
      [2020-05-30 22:33:44.853] [LOG]    No helper found for module: calendar_monthly.
      [2020-05-30 22:33:44.853] [LOG]    No helper found for module: MagicMirror-QuoteCatalog.
      [2020-05-30 22:33:44.854] [LOG]    No helper found for module: MMM-AirQuality.
      [2020-05-30 22:33:44.854] [LOG]    No helper found for module: MMM-ATM.
      [2020-05-30 22:33:44.902] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:44.903] [LOG]    Module helper loaded: MMM-Remote-Control
      [2020-05-30 22:33:44.903] [LOG]    No helper found for module: MMM-PlexNowPlaying.
      [2020-05-30 22:33:44.903] [LOG]    No helper found for module: MMM-Strava.
      [2020-05-30 22:33:44.913] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:44.914] [LOG]    Module helper loaded: MMM-GoogleFit
      [2020-05-30 22:33:44.941] [LOG]    Initializing new module helper ...
      [2020-05-30 22:33:44.941] [LOG]    Module helper loaded: newsfeed
      [2020-05-30 22:33:44.941] [LOG]    All module helpers loaded.
      [2020-05-30 22:33:45.023] [LOG]    Starting server on port 8080 ... 
      [2020-05-30 22:33:45.028] [LOG]    Server started ...
      [2020-05-30 22:33:45.029] [LOG]    Connecting socket for: updatenotification
      [2020-05-30 22:33:45.030] [LOG]    Connecting socket for: MMM-TelegramBot
      [2020-05-30 22:33:45.030] [LOG]    Connecting socket for: MMM-GoogleBirthdaysProvider
      [2020-05-30 22:33:45.033] [LOG]    MMM-GoogleBirthdaysProvider: Server is running
      [2020-05-30 22:33:45.033] [LOG]    Connecting socket for: calendar
      [2020-05-30 22:33:45.034] [LOG]    Starting node helper for: calendar
      [2020-05-30 22:33:45.035] [LOG]    Connecting socket for: MMM-Spotify
      [2020-05-30 22:33:45.035] [LOG]    Connecting socket for: MMM-AssistantMk2
      [2020-05-30 22:33:45.036] [LOG]    Connecting socket for: MMM-DailyBibleVerse
      [2020-05-30 22:33:45.037] [LOG]    Started node_helper.js for MMM-DailyBibleVerse.
      [2020-05-30 22:33:45.037] [LOG]    Connecting socket for: MMM-Tools
      [2020-05-30 22:33:45.039] [LOG]    Connecting socket for: MMM-Remote-Control
      [2020-05-30 22:33:45.040] [LOG]    Starting node helper for: MMM-Remote-Control
      [2020-05-30 22:33:45.043] [LOG]    Connecting socket for: MMM-GoogleFit
      [2020-05-30 22:33:45.044] [LOG]    MMM-GoogleFit helper started...
      [2020-05-30 22:33:45.045] [LOG]    Connecting socket for: newsfeed
      [2020-05-30 22:33:45.045] [LOG]    Starting module: newsfeed
      [2020-05-30 22:33:45.046] [LOG]    Sockets connected & modules started ...
      [2020-05-30 22:33:45.115] [LOG]    Launching application.
      [2020-05-30 22:33:48.324] [LOG]    Create new calendar fetcher for url: https://www.calendarlabs.com/ical-calendar/ics/33/India_Holidays.ics - Interval: 300000
      [2020-05-30 22:33:48.335] [LOG]    Create new calendar fetcher for url: http://localhost:8080/MMM-iCloud-Client/birthdays - Interval: 300000
      [2020-05-30 22:33:48.338] [LOG]    Create new calendar fetcher for url: http://localhost:8080/mmm-googlebirthdaysprovider - Interval: 300000
      [2020-05-30 22:33:48.339] [LOG]    Create new calendar fetcher for url: http://p55-caldav.icloud.com/published/2/MTYyNDUxMzU4NTMxNjI0NYC75Drqr02v7z3JKqrHR4_Vd4jSfdBaOYaOyJzk__IX - Interval: 300000
      [2020-05-30 22:33:48.363] [LOG]    [AMK2] Recipe is loaded: with-MMM-TelegramBot.js
      [2020-05-30 22:33:48.390] [LOG]    [AMK2] Recipe is loaded: reboot.js
      [2020-05-30 22:33:48.392] [LOG]    [AMK2] Recipe is loaded: with-MMM-Spotify
      [2020-05-30 22:33:48.396] [LOG]    MMM-DailyBibleVerse node helper received a socket notification: START - Payload: NIV
      [2020-05-30 22:33:48.645] [LOG]    Create new news fetcher for url: https://timesofindia.indiatimes.com/rssfeeds/-2128936835.cms - Interval: 300000
      [2020-05-30 22:33:48.964] [LOG]    [SPOTIFY] MMM-Spotify Version: 1.4.1
      [2020-05-30 22:33:49.711] [LOG]    [AMK2] Temporal storage directory is clearing.
      [2020-05-30 22:33:49.814] [ERROR]  Calendar Error. Could not fetch calendar:  http://localhost:8080/MMM-iCloud-Client/birthdays 404: Not Found
      [2020-05-30 22:33:50.755] [LOG]    [AMK2] assistant ready
      [2020-05-30 22:33:50.830] [LOG]    [AMK2] Conversation starts.
      [2020-05-30 22:33:50.831] [LOG]    [AMK2] Started with text query: brief today
      [2020-05-30 22:33:51.094] [LOG]    Whoops! There was an uncaught exception...
      [2020-05-30 22:33:51.094] [ERROR]  [Error: ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/MMM-AssistantMk2/tmp/1590858230831.mp3'] {
        errno: -2,
        code: 'ENOENT',
        syscall: 'open',
        path: '/home/pi/MagicMirror/modules/MMM-AssistantMk2/tmp/1590858230831.mp3'
      }
      [2020-05-30 22:33:51.097] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-05-30 22:33:51.097] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-05-30 22:33:51.100] [ERROR]  Calendar Error. Could not fetch calendar:  https://www.calendarlabs.com/ical-calendar/ics/33/India_Holidays.ics Error: certificate has expired
          at TLSSocket.onConnectSecure (_tls_wrap.js:1317:34)
          at TLSSocket.emit (events.js:200:13)
          at TLSSocket._finishInit (_tls_wrap.js:792:8)
          at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:606:12) {
        code: 'CERT_HAS_EXPIRED'
      }
      [2020-05-30 22:33:51.112] [LOG]    {"votd":{"text":"&ldquo;In God, whose word I praise&#8212; in God I trust and am not afraid. What can mere mortals do to me?&rdquo;","content":"In God, whose word I praise&#8212; in God I trust and am not afraid. What can mere mortals do to me?","display_ref":"Psalm 56:4","reference":"Psalm 56:4","permalink":"https:\/\/www.biblegateway.com\/passage\/?version=NIV&amp;search=Psalm%2056:4","copyright":"Copyright &#169;  1973, 1978, 1984, 2011 by Biblica","copyrightlink":"https:\/\/www.biblegateway.com\/versions\/index.php?action=getVersionInfo&amp;vid=31&amp;lang=2","audiolink":"https:\/\/www.biblegateway.com\/audio\/mclean\/niv\/Ps.56.4","day":"30","month":"05","year":"2020","version":"New International Version","version_id":"NIV"}}
      [2020-05-30 22:33:53.061] [LOG]    { requestId: '**************************' } { profileFile: 'default.json', lang: 'en-US' }
      [2020-05-30 22:33:53.063] [LOG]    [AMK2] Device Action: { requestId: '***************************' }
      [2020-05-30 22:33:53.068] [LOG]    [AMK2] Assistant Text Response: 
      [2020-05-30 22:33:53.072] [ERROR]  [AMK2] - temporal HTML creation fails. E: Error: ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/MMM-AssistantMk2/tmp/temp.html'
      [2020-05-30 22:33:53.081] [ERROR]  [AMK2] E: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
          at doWrite (_stream_writable.js:413:19)
          at writeOrBuffer (_stream_writable.js:401:5)
          at WriteStream.Writable.write (_stream_writable.js:301:11)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.083] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.085] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.086] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.087] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.088] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.090] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.091] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.092] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.093] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.095] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.096] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.097] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.098] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.100] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.100] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.102] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.103] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.104] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.105] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.106] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.108] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.109] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.110] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.112] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.113] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.115] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.116] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.118] [ERROR]  [AMK2] E: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
          at writeAfterEnd (_stream_writable.js:250:14)
          at WriteStream.Writable.write (_stream_writable.js:298:5)
          at Conversation.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:222:21)
          at Conversation.emit (events.js:200:13)
          at ClientDuplexStream.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/google-assistant/components/conversation.js:154:12)
          at ClientDuplexStream.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at ClientDuplexStream.Readable.push (_stream_readable.js:210:10)
          at Object.onReceiveMessage (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1292:19)
          at InterceptingListener.recvMessageWithContext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:607:19)
          at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:706:14
      [2020-05-30 22:33:53.119] [LOG]    [AMK2] Some error happens. Try again.
      [2020-05-30 22:33:53.122] [LOG]    foundHook []
      [2020-05-30 22:33:53.325] [LOG]    Speaker error: 1
      [2020-05-30 22:33:53.326] [LOG]    Whoops! There was an uncaught exception...
      [2020-05-30 22:33:53.327] [ERROR]  1
      [2020-05-30 22:33:53.327] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-05-30 22:33:53.327] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-05-30 22:34:09.077] [LOG]    Shutting down server...
      [2020-05-30 22:34:09.078] [LOG]    Stopping module helper: updatenotification
      [2020-05-30 22:34:09.079] [LOG]    Stopping module helper: MMM-TelegramBot
      [2020-05-30 22:34:09.080] [LOG]    MMM-GoogleBirthdaysProvider: Stopping helper
      [2020-05-30 22:34:09.080] [LOG]    Stopping module helper: calendar
      [2020-05-30 22:34:09.081] [LOG]    Stopping module helper: MMM-Spotify
      [2020-05-30 22:34:09.081] [LOG]    Stopping module helper: MMM-AssistantMk2
      [2020-05-30 22:34:09.082] [LOG]    Stopping module helper: MMM-DailyBibleVerse
      [2020-05-30 22:34:09.082] [LOG]    Stopping module helper: MMM-Tools
      [2020-05-30 22:34:09.083] [LOG]    Stopping module helper: MMM-GoogleFit
      [2020-05-30 22:34:09.084] [LOG]    Stopping module helper: newsfeed
      
      
      posted in Troubleshooting
      S
      sdmydbr9
    • RE: mmm assistant mk2

      @sdetweil hi again, i did everything mentioned in that post but the behaviour doesnt change, it works for one time and next time i restart the magic mirror it gets back to missing index.html. its an endless loop. please help what am i doing wrong

      posted in Troubleshooting
      S
      sdmydbr9
    • RE: mmm assistant mk2

      @sdetweil hi thanks for replying, i followed your step but the magicmirror starts, it beeps and then the magicmirror exits. my logs are as follows

      
      > magicmirror@2.11.0 start /home/pi/MagicMirror
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2020-05-30 20:47:38.468] [LOG]    Starting MagicMirror: v2.11.0
      [2020-05-30 20:47:38.475] [LOG]    Loading config ...
      [2020-05-30 20:47:38.480] [LOG]    Loading module helpers ...
      [2020-05-30 20:47:38.481] [LOG]    No helper found for module: alert.
      [2020-05-30 20:47:38.521] [LOG]    Initializing new module helper ...
      [2020-05-30 20:47:38.522] [LOG]    Module helper loaded: updatenotification
      [2020-05-30 20:47:38.523] [LOG]    No helper found for module: clock.
      [2020-05-30 20:47:38.865] [LOG]    Initializing new module helper ...
      [2020-05-30 20:47:38.866] [LOG]    Module helper loaded: calendar
      [2020-05-30 20:47:38.867] [LOG]    No helper found for module: compliments.
      [2020-05-30 20:47:38.867] [LOG]    No helper found for module: currentweather.
      [2020-05-30 20:47:39.581] [LOG]    Initializing new module helper ...
      [2020-05-30 20:47:39.581] [LOG]    Module helper loaded: MMM-AssistantMk2
      [2020-05-30 20:47:39.582] [LOG]    No helper found for module: weatherforecast.
      [2020-05-30 20:47:39.605] [LOG]    Initializing new module helper ...
      [2020-05-30 20:47:39.605] [LOG]    Module helper loaded: newsfeed
      [2020-05-30 20:47:39.605] [LOG]    All module helpers loaded.
      [2020-05-30 20:47:39.704] [LOG]    Starting server on port 8080 ... 
      [2020-05-30 20:47:39.717] [LOG]    Server started ...
      [2020-05-30 20:47:39.718] [LOG]    Connecting socket for: updatenotification
      [2020-05-30 20:47:39.719] [LOG]    Connecting socket for: calendar
      [2020-05-30 20:47:39.720] [LOG]    Starting node helper for: calendar
      [2020-05-30 20:47:39.720] [LOG]    Connecting socket for: MMM-AssistantMk2
      [2020-05-30 20:47:39.721] [LOG]    Connecting socket for: newsfeed
      [2020-05-30 20:47:39.721] [LOG]    Starting module: newsfeed
      [2020-05-30 20:47:39.722] [LOG]    Sockets connected & modules started ...
      [2020-05-30 20:47:39.820] [LOG]    Launching application.
      [2020-05-30 20:47:41.603] [LOG]    Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      [2020-05-30 20:47:41.671] [LOG]    [AMK2] Recipe is loaded: hide_and_show_all_modules.js
      [2020-05-30 20:47:41.677] [LOG]    [AMK2] Recipe is loaded: reboot.js
      [2020-05-30 20:47:41.679] [LOG]    [AMK2] Recipe is loaded: screen_onoff.js
      [2020-05-30 20:47:41.682] [LOG]    [AMK2] Recipe is loaded: shutdown.js
      [2020-05-30 20:47:41.684] [LOG]    Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      [2020-05-30 20:47:41.802] [LOG]    [AMK2] Temporal storage directory is clearing.
      [2020-05-30 20:47:42.570] [LOG]    [AMK2] assistant ready
      /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js: symbol lookup error: /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v6.1-linux-arm-glibc/grpc_node.node: undefined symbol: __atomic_store_8
      npm ERR! code ELIFECYCLE
      npm ERR! syscall spawn
      npm ERR! file sh
      npm ERR! errno ENOENT
      npm ERR! magicmirror@2.11.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
      npm ERR! spawn ENOENT
      npm ERR! 
      npm ERR! Failed at the magicmirror@2.11.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/2020-05-30T15_17_42_655Z-debug.log
      
      posted in Troubleshooting
      S
      sdmydbr9
    • RE: mmm assistant mk2

      @Bugsounet i just did a fresh install of magicmirror on raspberry pi4 and it was working fine and then i installed assistant mk2, when i launch the magic mirror i get the only black screen,when i open the developers console i dont see anything except “internal server error and bla bla”… heres my log

      npm start
      
      > magicmirror@2.11.0 start /home/pi/MagicMirror
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2020-05-30 18:51:14.372] [LOG]    Starting MagicMirror: v2.11.0
      [2020-05-30 18:51:14.378] [LOG]    Loading config ...
      [2020-05-30 18:51:14.382] [LOG]    Loading module helpers ...
      [2020-05-30 18:51:14.383] [LOG]    No helper found for module: alert.
      [2020-05-30 18:51:14.414] [LOG]    Initializing new module helper ...
      [2020-05-30 18:51:14.415] [LOG]    Module helper loaded: updatenotification
      [2020-05-30 18:51:14.415] [LOG]    No helper found for module: clock.
      [2020-05-30 18:51:14.693] [LOG]    Initializing new module helper ...
      [2020-05-30 18:51:14.694] [LOG]    Module helper loaded: calendar
      [2020-05-30 18:51:14.694] [LOG]    No helper found for module: compliments.
      [2020-05-30 18:51:14.695] [LOG]    No helper found for module: currentweather.
      [2020-05-30 18:51:14.695] [LOG]    No helper found for module: weatherforecast.
      [2020-05-30 18:51:14.695] [LOG]    No helper found for module: MMM-AssistantMk2.
      [2020-05-30 18:51:14.714] [LOG]    Initializing new module helper ...
      [2020-05-30 18:51:14.714] [LOG]    Module helper loaded: newsfeed
      [2020-05-30 18:51:14.715] [LOG]    All module helpers loaded.
      [2020-05-30 18:51:14.799] [LOG]    Starting server on port 8080 ... 
      [2020-05-30 18:51:14.809] [LOG]    Server started ...
      [2020-05-30 18:51:14.809] [LOG]    Connecting socket for: updatenotification
      [2020-05-30 18:51:14.810] [LOG]    Connecting socket for: calendar
      [2020-05-30 18:51:14.811] [LOG]    Starting node helper for: calendar
      [2020-05-30 18:51:14.811] [LOG]    Connecting socket for: newsfeed
      [2020-05-30 18:51:14.812] [LOG]    Starting module: newsfeed
      [2020-05-30 18:51:14.812] [LOG]    Sockets connected & modules started ...
      [2020-05-30 18:51:14.897] [LOG]    Launching application.
      [2020-05-30 18:51:15.084] [ERROR]  Error: ENOENT: no such file or directory, open '/home/pi/MagicMirror/index.html'
         at Object.openSync (fs.js:447:3)
         at Object.func (electron/js2c/asar.js:138:31)
         at Object.func [as openSync] (electron/js2c/asar.js:138:31)
         at Object.readFileSync (fs.js:349:35)
         at Object.fs.readFileSync (electron/js2c/asar.js:580:40)
         at Object.fs.readFileSync (electron/js2c/asar.js:580:40)
         at /home/pi/MagicMirror/js/server.js:71:17
         at Layer.handle [as handle_request] (/home/pi/MagicMirror/node_modules/express/lib/router/layer.js:95:5)
         at next (/home/pi/MagicMirror/node_modules/express/lib/router/route.js:137:13)
         at Route.dispatch (/home/pi/MagicMirror/node_modules/express/lib/router/route.js:112:3)
      [2020-05-30 18:51:30.160] [LOG]    Shutting down server...
      [2020-05-30 18:51:30.163] [LOG]    Stopping module helper: updatenotification
      [2020-05-30 18:51:30.163] [LOG]    Stopping module helper: calendar
      [2020-05-30 18:51:30.164] [LOG]    Stopping module helper: newsfeed
      
      
      posted in Troubleshooting
      S
      sdmydbr9
    • mmm assistant mk2

      hi,first of all thanks for all the awesome modules, i just installed assistant mk2 and its working fine but im stuck with the configuration i was trying to integrate mmm-tool warning text and i have no idea where to place the warning text and along with that you might as well guide me where to place the transcript hook from mmm spotify control… totally beginner here… probably this is guess is a dumb question.

      posted in Troubleshooting
      S
      sdmydbr9
    • 1
    • 2
    • 2 / 2