<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[МММ-AssistantMk2 Error]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/12101/%D0%BC%D0%BC%D0%BC-assistantmk2">МММ-AssistantMk2</a></p>
<p dir="auto"><img src="https://sun9-53.userapi.com/c854020/v854020864/1e68e5/OfbqWL_Grto.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">Who can tell you what’s wrong?</p>
]]></description><link>https://forum.magicmirror.builders/topic/12111/ммм-assistantmk2-error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 01:58:47 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12111.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Jan 2020 18:16:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to МММ-AssistantMk2 Error on Sun, 16 Feb 2020 17:30:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: Bugsounet">@<bdi>Bugsounet</bdi></a> Thank you very much! It is WORKING!</p>
]]></description><link>https://forum.magicmirror.builders/post/69589</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69589</guid><dc:creator><![CDATA[Karalica-Kir]]></dc:creator><pubDate>Sun, 16 Feb 2020 17:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to МММ-AssistantMk2 Error on Sun, 16 Feb 2020 17:02:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karalica-kir" aria-label="Profile: Karalica-Kir">@<bdi>Karalica-Kir</bdi></a> said in <a href="/post/69583">МММ-AssistantMk2 Error</a>:</p>
<blockquote>
<p dir="auto">/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/</p>
</blockquote>
<p dir="auto">note: if you use this, you assume you could be have somme error of configuration<br />
and take the default developer configuration.</p>
<p dir="auto">please use this <a href="https://github.com/eouia/MMM-AssistantMk2/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">wiki</a> for AMk2 and this <a href="https://github.com/eouia/MMM-Hotword/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">wiki</a> for MMM-Hotword for complete configuration</p>
]]></description><link>https://forum.magicmirror.builders/post/69587</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69587</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 16 Feb 2020 17:02:27 GMT</pubDate></item><item><title><![CDATA[Reply to МММ-AssistantMk2 Error on Sun, 16 Feb 2020 16:53:00 GMT]]></title><description><![CDATA[<p dir="auto">can you try this config :</p>
<pre><code class="language-js">/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/

var config = 
{
  address: '0.0.0.0',
  electronOptions: {},
  ipWhitelist: [],
  language: 'ru',
  modules: [
    {
      module: 'MMM-PushBulletNotifications',
      header: 'Уведомления',
      position: 'bottom_right',
      config: {
        accessToken: '****',
        localesDateTime: 'ru-RU',
        noNotificationsMessage: 'Пока нет уведомлений',
        onlyAllowCommandsFromSourceDevices: []
      }
    },
 {
  module: "MMM-AssistantMk2",
  position: "top_left",
  config: {
    debug: true,
    ui: "Fullscreen", // or "Classic", "Classic2"
    assistantConfig: {
      latitude: 55.576620,
      longitude: 39.514338,
    },
    responseConfig: {
      useHTML5: true, // sound render by HTML5
      useScreenOutput: true,
      useAudioOutput: true,
      useChime: true
    },
    micConfig: { // put there configuration generated by auto-installer
      recorder: "arecord",
      device: "plughw:1",
    },
    customActionConfig: {
      autoMakeAction: false,
      autoUpdateAction:false, // in RPI, gaction CLI might have some trouble.(current version should be 2.2.4, but for linux-arm, Google haven't updated) so leave this as false in RPI. I don't know it is solved or not.
      actionLocale: "en-US", // At this moment, multi-languages are not supported, sorry. Someday I'll work.
    },
    recipes: [ "with-MMM-Hotword.js" ],
    profiles: {
      "default": {
        profileFile: "default.json",
        lang: "en-US"
      }
    },
    addons: false
  },
},
    {
      module: 'MMM-GoogleFit',
      position: 'top_center',
      config: {
        stepGoal: 8000,
        startOnMonday: 'true',
        lastSevenDays: 'true',
        stepCountLabel: 'true',
        colors: [
          '#EEEEEE',
          '#1E88E5',
          '#9CCC65',
          '#5E35B1',
          '#FFB300',
          '#F4511E'
        ]
      }
    },
    {
      module: 'MMM-LocalTemperature',
      header: 'Room Temperature',
      config: {
        sensorPin: 22
      }
    },
    {
      module: 'MMM-Hotword',
      position: 'upper_third',
      config: {
        chimeOnFinish: null,
        mic: {
          recordProgram: 'arecord',
          device: 'plughw:1'
        },
        recipes: [ 'with-AMk2v3_Jarvis.js' ],
      }
    },
    {
      module: 'weather',
      position: 'bottom_left',
      config: {
        weatherProvider: 'darksky',
        showIndoorTemperature: 'true',
        weatherEndpoint: '/forecast',
        lat: '55.576978',
        lon: '39.514094',
        apiBase: 'https://cors-anywhere.herokuapp.com/https://api.darksky.net',
        apiKey: '****'
      }
    },
    {
      module: 'MMM-NowPlayingOnSpotify',
      position: 'top_right',
      config: {
        clientID: '****',
        clientSecret: '****',
        accessToken: '****',
        refreshToken: '****'
      }
    },
    {
      module: 'MMM-Cursor',
      config: {}
    },
    {
      module: 'updatenotification',
      position: 'top_bar',
      config: {}
    },
    {
      module: 'clock',
      position: 'top_left',
      config: {}
    },
    {
      module: 'MMM-Remote-Control',
      config: {
        customCommand: {},
        customMenu: 'custom_menu.json',
        showModuleApiMenu: true,
        apiKey: ''
      }
    },
    {
      module: 'newsfeed',
      position: 'bottom_bar',
      config: {
        updateInterval: 15000,
        lengthDescription: 10,
        feeds: [
          {
            title: 'Яндекс.Новости',
            url: 'https://news.yandex.ru/Russia/index.rss'
          }
        ],
        startTags: [],
        endTags: [],
        prohibitedWords: []
      }
    }
  ],
  paths: {
    modules: 'modules',
    vendor: 'vendor'
  }
}

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;}
</code></pre>
<p dir="auto">little correct of your config match to AMk2 v.3.1.0-3</p>
]]></description><link>https://forum.magicmirror.builders/post/69586</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69586</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 16 Feb 2020 16:53:00 GMT</pubDate></item><item><title><![CDATA[Reply to МММ-AssistantMk2 Error on Sun, 16 Feb 2020 16:21:35 GMT]]></title><description><![CDATA[<pre><code>/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/

var config = 
{
  address: '0.0.0.0',
  electronOptions: {},
  ipWhitelist: [],
  language: 'ru',
  modules: [
    {
      module: 'MMM-PushBulletNotifications',
      header: 'Уведомления',
      position: 'bottom_right',
      config: {
        accessToken: '****',
        localesDateTime: 'ru-RU',
        noNotificationsMessage: 'Пока нет уведомлений',
        onlyAllowCommandsFromSourceDevices: []
      }
    },
 {
  module: "MMM-AssistantMk2",
  position: "top_left",
  config: {
    debug: true,
    ui: "Fullscreen", // or "Classic", "Classic2"
    assistantConfig: {
      projectId: "", // Required to use gaction.
      modelId: "", // (OPTIONAL for gaction)
      instanceId: "", // (OPTIONAL for gaction)
      latitude: 55.576620,
      longitude: 39.514338,
    },
    responseConfig: {
      threshold: 0,
      useHTML5: true, // sound render by HTML5
      useScreenOutput: true,
      useAudioOutput: true,
      useChime: true,
      timer: 5000,
      myMagicWord: false,
      //Your prefer sound play program. By example, if you are running this on OSX, `afplay` could be available.
      playProgram: "mpg321", //needed if you don't use HTML5 sound render
      chime: {
        beep: "beep.mp3",
        error: "error.mp3",
        continue: "continue.mp3",
        open: "Google_beep_open.mp3",
        close: "Google_beep_close.mp3",
      },
      // false - animated icons, 'standby' - static icons only for standby state, true - all static icons
      useStaticIcons: false
    },
    micConfig: { // put there configuration generated by auto-installer
      recorder: "rec",
      device: "plughw:1",
    },
    customActionConfig: {
      autoMakeAction: false,
      autoUpdateAction: true, // in RPI, gaction CLI might have some trouble.(current version should be 2.2.4, but for linux-arm, Google haven't updated) so leave this as false in RPI. I don't know it is solved or not.
      actionLocale: "en-US", // At this moment, multi-languages are not supported, sorry. Someday I'll work.
    },
//receripes: [ "with-MMM-Hotword.js", "with-MMM-TelegramBot.js" ],
    profiles: {
      "default": {
        profileFile: "default.json",
        lang: "en-US"
      }
    },
    addonsConfig: {}, //describe addons configuration
  },
},
    {
      module: 'MMM-GoogleFit',
      position: 'top_center',
      config: {
        stepGoal: 8000,
        startOnMonday: 'true',
        lastSevenDays: 'true',
        stepCountLabel: 'true',
        colors: [
          '#EEEEEE',
          '#1E88E5',
          '#9CCC65',
          '#5E35B1',
          '#FFB300',
          '#F4511E'
        ]
      }
    },
    {
      module: 'MMM-LocalTemperature',
      header: 'Room Temperature',
      config: {
        sensorPin: 22
      }
    },
    {
      module: 'MMM-Hotword',
      position: 'upper_third',
      config: {
        chimeOnFinish: null,
        mic: {
          recordProgram: 'arecord',
          device: 'plughw:1'
        },
        models: [
          {
            hotwords: [
              'jarvis',
              'jarvis'
            ],
            file: 'jarvis.umdl',
            sensitivity: '0.8,0.8'
          }
        ],
        defaultCommand: {
          notificationExec: {
            notification: 'ASSISTANT_ACTIVATE'
          },
          afterRecordLimit: 0,
          restart: true
        },
        recipes: [
          'with-AMk2v3_Jarvis.js'
        ],
        commands: {},
        icons: {
          waiting: 'uil-comment-message',
          detected: 'uil-comment-exclamation',
          finished: 'uil-comment-dots'
        },
        notifications: {
          PAUSE: 'HOTWORD_PAUSE',
          RESUME: 'HOTWORD_RESUME',
          LISTENING: 'HOTWORD_LISTENING',
          SLEEPING: 'HOTWORD_SLEEPING',
          ERROR: 'HOTWORD_ERROR',
          DETECTED: 'HOTWORD_DETECTED'
        }
      }
    },
    {
      module: 'weather',
      position: 'bottom_left',
      config: {
        weatherProvider: 'darksky',
        showIndoorTemperature: 'true',
        weatherEndpoint: '/forecast',
        lat: '55.576978',
        lon: '39.514094',
        apiBase: 'https://cors-anywhere.herokuapp.com/https://api.darksky.net',
        apiKey: '****'
      }
    },
    {
      module: 'MMM-NowPlayingOnSpotify',
      position: 'top_right',
      config: {
        clientID: '****',
        clientSecret: '****',
        accessToken: '****',
        refreshToken: '****'
      }
    },
    {
      module: 'MMM-Cursor',
      config: {}
    },
    {
      module: 'updatenotification',
      position: 'top_bar',
      config: {}
    },
    {
      module: 'clock',
      position: 'top_left',
      config: {}
    },
    {
      module: 'MMM-Remote-Control',
      config: {
        customCommand: {},
        customMenu: 'custom_menu.json',
        showModuleApiMenu: true,
        apiKey: ''
      }
    },
    {
      module: 'newsfeed',
      position: 'bottom_bar',
      config: {
        updateInterval: 15000,
        lengthDescription: 10,
        feeds: [
          {
            title: 'Яндекс.Новости',
            url: 'https://news.yandex.ru/Russia/index.rss'
          }
        ],
        startTags: [],
        endTags: [],
        prohibitedWords: []
      }
    }
  ],
  paths: {
    modules: 'modules',
    vendor: 'vendor'
  }
}

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

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/69583</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69583</guid><dc:creator><![CDATA[Karalica-Kir]]></dc:creator><pubDate>Sun, 16 Feb 2020 16:21:35 GMT</pubDate></item><item><title><![CDATA[Reply to МММ-AssistantMk2 Error on Thu, 06 Feb 2020 21:50:45 GMT]]></title><description><![CDATA[<p dir="auto">hi, i think, MMM-hotword is not correctly configured for AMK2 v3.</p>
<p dir="auto">Give me your configuration and we solve this</p>
]]></description><link>https://forum.magicmirror.builders/post/69217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69217</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 06 Feb 2020 21:50:45 GMT</pubDate></item></channel></rss>