<?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[MMM-AssistentMk2 without function]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I have installed the above mentioned module and it runs so far on my Magic Mirror. Only when I click the button from the module is a short “Pling” and nothing else happens when I speak into the microphone. Here is the log:</p>
<pre><code>pi@raspberrypi3:~/MagicMirror $ npm start

&gt; magicmirror@2.5.0 start /home/pi/MagicMirror
&gt; sh run-start.sh

Starting MagicMirror: v2.5.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: MMM-AssistantMk2
Initializing new module helper ...
Module helper loaded: MMM-Hotword
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
Module helper loaded: MMM-DWD-WarnWeather
Initializing new module helper ...
Module helper loaded: MMM-Admin-Interface
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ...
Server started ...
Connecting socket for: MMM-AssistantMk2
MMM-AssistantMk2 started
Connecting socket for: MMM-Hotword
MMM-Hotword started
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: MMM-DWD-WarnWeather
MMM-DWD-WarnWeather helper started...
Connecting socket for: MMM-Admin-Interface
Starting node helper for: MMM-Admin-Interface
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected &amp; modules started ...
Whoops! There was an uncaught exception...
{ Error: listen EADDRINUSE 127.0.0.1:8080
    at Object._errnoException (util.js:1024:11)
    at _exceptionWithHostPort (util.js:1046:20)
    at Server.setupListenHandle [as _listen2] (net.js:1351:14)
    at listenInCluster (net.js:1392:12)
    at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
  code: 'EADDRINUSE',
  errno: 'EADDRINUSE',
  syscall: 'listen',
  address: '127.0.0.1',
  port: 8080 }
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Launching application.
</code></pre>
<p dir="auto">someone an idea what it could be</p>
<p dir="auto">Grettings Seppel</p>
]]></description><link>https://forum.magicmirror.builders/topic/8932/mmm-assistentmk2-without-function</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 22:59:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8932.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Oct 2018 18:34:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-AssistentMk2 without function on Wed, 17 Oct 2018 10:46:33 GMT]]></title><description><![CDATA[<p dir="auto">it works now. I changed that in the config under “record”</p>
<p dir="auto">Old:</p>
<pre><code>device        : null        // recording device (e.g.: "plughw:1")
</code></pre>
<p dir="auto">New:</p>
<pre><code>device        : "plughw:1"         // recording device (e.g.: "plughw:1")
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/45553</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45553</guid><dc:creator><![CDATA[seppel1078]]></dc:creator><pubDate>Wed, 17 Oct 2018 10:46:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AssistentMk2 without function on Wed, 17 Oct 2018 10:12:33 GMT]]></title><description><![CDATA[<p dir="auto">you are right sean. after I stopped Magic Mirror and restarted the error message does not come anymore. I have a new one for that now ;-).</p>
<p dir="auto">look here:</p>
<pre><code>pi@raspberrypi3:~/MagicMirror $ npm start

&gt; magicmirror@2.5.0 start /home/pi/MagicMirror
&gt; sh run-start.sh

Starting MagicMirror: v2.5.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: MMM-AssistantMk2
Initializing new module helper ...
Module helper loaded: MMM-Hotword
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
Module helper loaded: MMM-DWD-WarnWeather
Initializing new module helper ...
Module helper loaded: MMM-Admin-Interface
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ...
Server started ...
Connecting socket for: MMM-AssistantMk2
MMM-AssistantMk2 started
Connecting socket for: MMM-Hotword
MMM-Hotword started
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: MMM-DWD-WarnWeather
MMM-DWD-WarnWeather helper started...
Connecting socket for: MMM-Admin-Interface
Starting node helper for: MMM-Admin-Interface
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected &amp; modules started ...
Launching application.
[HOTWORD] begins listening.
Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/sf9vk8is4t40pufpociepqmlt8%40group.calendar.google.com/public/basic.ics - Interval: 300000
Create new news fetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000
assistant ready
Conversation Error: { Error: 14 UNAVAILABLE: Service unavailable.
    at Object.exports.createStatusError (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/common.js:87:15)
    at ClientDuplexStream._emitStatusIfDone (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client.js:235:26)
    at ClientDuplexStream._receiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client.js:213:8)
    at Object.onReceiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1290:15)
    at InterceptingListener._callNext (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:564:42)
    at InterceptingListener.onReceiveStatus (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:614:8)
    at /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/client_interceptors.js:1110:18
  code: 14,
  metadata: Metadata { _internal_repr: {} },
  details: 'Service unavailable.' }
</code></pre>
<p dir="auto">I use a USB Microphone. Something does not seem to simulate that. I used the standart config</p>
<p dir="auto">Greeting Seppel</p>
]]></description><link>https://forum.magicmirror.builders/post/45552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45552</guid><dc:creator><![CDATA[seppel1078]]></dc:creator><pubDate>Wed, 17 Oct 2018 10:12:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AssistentMk2 without function on Wed, 17 Oct 2018 06:45:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/seppel1078" aria-label="Profile: seppel1078">@<bdi>seppel1078</bdi></a><br />
You were running 2 instances of MM at once. I think you didn’t stop MM and execute it again.<br />
Usually in that case, you might have missed <code>pm2 stop mm</code>.</p>
]]></description><link>https://forum.magicmirror.builders/post/45547</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45547</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 17 Oct 2018 06:45:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AssistentMk2 without function on Wed, 17 Oct 2018 06:29:22 GMT]]></title><description><![CDATA[<p dir="auto">Hi Does your RaspiP have internet?<br />
127.0.0.1 is no interface / IP.</p>
]]></description><link>https://forum.magicmirror.builders/post/45546</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/45546</guid><dc:creator><![CDATA[KingEagle]]></dc:creator><pubDate>Wed, 17 Oct 2018 06:29:22 GMT</pubDate></item></channel></rss>