<?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[Recipes not loading MMM-AssistantMK2]]></title><description><![CDATA[<p dir="auto">Hi guys really needing some help here.<br />
Recently upgrade use to work well<br />
My recipes is not loading - cant see them loaded in the logs.<br />
No response with assistant .<br />
Re-Loaded my entire mirror twice hoping to fix this.<br />
Any help will be appreciated<br />
My Config : ```</p>
<pre><code>                    {
			module: "MMM-AssistantMk2",
			position: "top_left",
			config: {
			    ui: "Classic",
			    assistantConfig: {
			      latitude: -26.104611,
			      longitude: 27.955034,
			    },
			micConfig: { // put there configuration generated by auto-installer
			      recorder: "arecord",
			      device: "plughw:1",
			    },
			 recipes: ["with-MMM-Hotword.js","with-MMM-Spotify","with-MMM-Youtube","Reboot-Restart-Shutdown"],
			    profiles: {
			      "default": {
				profileFile: "default.json",
				lang: "en-US"
			      }
			    },
			    useA2D: false,
			  }
		},
		{
		       module: "MMM-Hotword",
		       position: "bottom_left",
		       config: {
		        useDisplay: false,
		        chimeOnFinish: null,
		        recipes: ["with-AMk2v3_Jarvis.js"],
		      mic: {
			recordProgram: "arecord",
			device: "plughw:1",
		      },
		    },
		  },

</code></pre>
<p dir="auto">I have tried everything i can think of .</p>
<pre><code></code></pre>
<pre><code>pi@HomePi:~/MagicMirror $ npm start

&gt; magicmirror@2.11.0 start /home/pi/MagicMirror
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2020-04-15 13:57:12.168] [LOG]    Starting MagicMirror: v2.11.0
[2020-04-15 13:57:12.179] [LOG]    Loading config ...
[2020-04-15 13:57:12.187] [LOG]    Loading module helpers ...
[2020-04-15 13:57:12.190] [LOG]    No helper found for module: alert.
[2020-04-15 13:57:12.277] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:12.278] [LOG]    Module helper loaded: updatenotification
[2020-04-15 13:57:12.279] [LOG]    No helper found for module: clock.
[2020-04-15 13:57:12.281] [LOG]    No helper found for module: compliments.
[2020-04-15 13:57:12.282] [LOG]    No helper found for module: MMM-OpenmapWeather.
[2020-04-15 13:57:12.283] [LOG]    No helper found for module: weatherforecast.
[2020-04-15 13:57:13.250] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:13.251] [LOG]    Module helper loaded: MMM-PushBulletNotifications
[2020-04-15 13:57:13.807] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:13.808] [LOG]    Module helper loaded: MMM-MyCommute
[2020-04-15 13:57:13.871] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:13.872] [LOG]    Module helper loaded: MMM-network-signal
[2020-04-15 13:57:14.225] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:14.226] [LOG]    Module helper loaded: MMM-COVID19-SPARKLINE
[2020-04-15 13:57:14.756] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:14.757] [LOG]    Module helper loaded: MMM-Spotify
[2020-04-15 13:57:17.414] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:17.415] [LOG]    Module helper loaded: MMM-News
[2020-04-15 13:57:19.651] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:19.652] [LOG]    Module helper loaded: MMM-AssistantMk2
[2020-04-15 13:57:19.935] [LOG]    Initializing new module helper ...
[2020-04-15 13:57:19.936] [LOG]    Module helper loaded: MMM-Hotword
[2020-04-15 13:57:19.937] [LOG]    All module helpers loaded.
[2020-04-15 13:57:20.128] [LOG]    Starting server on port 8080 ... 
[2020-04-15 13:57:20.136] [INFO]   You're using a full whitelist configuration to allow for all IPs
[2020-04-15 13:57:20.146] [LOG]    Server started ...
[2020-04-15 13:57:20.148] [LOG]    Connecting socket for: updatenotification
[2020-04-15 13:57:20.149] [LOG]    Connecting socket for: MMM-PushBulletNotifications
[2020-04-15 13:57:20.151] [LOG]    Connecting socket for: MMM-MyCommute
[2020-04-15 13:57:20.152] [LOG]    ====================== Starting node_helper for module [MMM-MyCommute]
[2020-04-15 13:57:20.152] [LOG]    Connecting socket for: MMM-network-signal
[2020-04-15 13:57:20.153] [LOG]    MMM-network-signal helper started ...
[2020-04-15 13:57:20.154] [LOG]    Connecting socket for: MMM-COVID19-SPARKLINE
[2020-04-15 13:57:20.155] [LOG]    Starting node helper for: MMM-COVID19-SPARKLINE
[2020-04-15 13:57:20.156] [LOG]    Connecting socket for: MMM-Spotify
[2020-04-15 13:57:20.159] [LOG]    [SPOTIFY_AUTH] Token is fresh.
[2020-04-15 13:57:20.160] [LOG]    Connecting socket for: MMM-News
[2020-04-15 13:57:20.161] [LOG]    Connecting socket for: MMM-AssistantMk2
[2020-04-15 13:57:20.162] [LOG]    Connecting socket for: MMM-Hotword
[2020-04-15 13:57:20.163] [LOG]    [HOTWORD] MMM-Hotword starts
[2020-04-15 13:57:20.164] [LOG]    Sockets connected &amp; modules started ...
[2020-04-15 13:57:20.336] [LOG]    Launching application.
[2020-04-15 13:57:23.807] [LOG]    [MMM-PushBulletNotifications][Info] 13:57:23.710 - START received
[2020-04-15 13:57:23.941] [LOG]    [COVID:CORE] Scan starts.
[2020-04-15 13:57:23.973] [LOG]    [NEWS] Initialized.
[2020-04-15 13:57:23.995] [LOG]    [HOTWORD] Recipe is loaded: with-AMk2v3_Jarvis.js
[2020-04-15 13:57:24.327] [LOG]    [AMK2] MMM-AssistantMk2 Version: 3.2.0
[2020-04-15 13:57:24.374] [LOG]    [AMK2] AssistantMk2 is initialized.
[2020-04-15 13:57:25.175] [LOG]    [MMM-Spotify] Starting
[2020-04-15 13:57:25.603] [LOG]    [HOTWORD] begins.
[2020-04-15 13:57:25.606] [LOG]    [HOTWORD] Detector starts listening.
[2020-04-15 13:57:26.106] [LOG]    [COVID:CORE] Access to data source.
[2020-04-15 13:57:26.352] [LOG]    [MMM-PushBulletNotifications][Info] 13:57:26.351 - PushBullet connected
[2020-04-15 13:57:26.723] [LOG]    [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv
[2020-04-15 13:57:27.258] [LOG]    [NEWS] Articles are aggregated :  20
[2020-04-15 13:57:27.719] [LOG]    [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv
[2020-04-15 13:57:28.004] [LOG]    [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv
[2020-04-15 13:57:28.044] [LOG]    can't find property recovered Canada:
[2020-04-15 13:57:28.045] [LOG]    adding...
[2020-04-15 13:57:28.177] [LOG]    [COVID:CORE] Calculating Wordlwide total.
[2020-04-15 13:57:28.336] [LOG]    [COVID:CORE] Scan Completed.
[2020-04-15 14:07:25.288] [LOG]    [NEWS] Articles are aggregated :  20
[2020-04-15 14:17:25.070] [LOG]    [NEWS] Articles are aggregated :  20
</code></pre>
<pre><code></code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/12596/recipes-not-loading-mmm-assistantmk2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 08:52:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12596.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Apr 2020 12:27:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Recipes not loading MMM-AssistantMK2 on Wed, 15 Apr 2020 15:43:50 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>  - Thanks for the prompt response<br />
Can kick myself for that one ! - fairly new still  - done it now  - should i be see it loading in the log as i use too ? -  [MK2} recipe is loaded :  …<br />
because i don’t.<br />
Haven’t done a test on the mirror as I’m sorting my mic.<br />
Thanks …</p>
]]></description><link>https://forum.magicmirror.builders/post/72836</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72836</guid><dc:creator><![CDATA[Faiek]]></dc:creator><pubDate>Wed, 15 Apr 2020 15:43:50 GMT</pubDate></item><item><title><![CDATA[Reply to Recipes not loading MMM-AssistantMK2 on Wed, 15 Apr 2020 15:05:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/faiek" aria-label="Profile: Faiek">@<bdi>Faiek</bdi></a> said in <a href="/post/72822">Recipes not loading MMM-AssistantMK2</a>:</p>
<blockquote>
<p dir="auto">with-MMM-Spotify</p>
</blockquote>
<p dir="auto">should be with-MMM-Spotify.js</p>
<p dir="auto">because it’s a js file, so same for other ;)</p>
]]></description><link>https://forum.magicmirror.builders/post/72832</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72832</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 15 Apr 2020 15:05:19 GMT</pubDate></item></channel></rss>