<?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[Kalliope assistant + MM]]></title><description><![CDATA[<p dir="auto">Hello, just a little post to introduce a module that allow you to link Kalliope project with MM.</p>
<p dir="auto">The module allows you to see on the screen what the assistant say or control your MM by sending notification from Kalliope.</p>
<p dir="auto">A little demo:<br />
<a href="https://youtu.be/QHwctPbJ2ZY" target="_blank" rel="noopener noreferrer nofollow ugc">https://youtu.be/QHwctPbJ2ZY</a>!</p>
<p dir="auto">A couple links:</p>
<ul>
<li><a href="https://github.com/kalliope-project/kalliope" target="_blank" rel="noopener noreferrer nofollow ugc">Kalliope project</a></li>
<li><a href="https://github.com/kalliope-project/MMM-kalliope" target="_blank" rel="noopener noreferrer nofollow ugc">Module for MM</a></li>
<li><a href="https://github.com/kalliope-project/kalliope_neuron_magic_mirror" target="_blank" rel="noopener noreferrer nofollow ugc">Neuron(plugin) for Kalliope</a></li>
<li><a href="https://gitter.im/kalliope-project/Lobby" target="_blank" rel="noopener noreferrer nofollow ugc">Chat with community or dev team of kalliope</a></li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/6615/kalliope-assistant-mm</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 05:12:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6615.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Feb 2018 22:37:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Kalliope assistant + MM on Fri, 15 Mar 2019 18:54:21 GMT]]></title><description><![CDATA[<p dir="auto">Apologies for necro’ing but this seems to be the “best” place to ask this.</p>
<p dir="auto">Is there a way to disable the TTS portion of Kalliope?  I’d like to use it for its STT for my magic mirror, but I really don’t need the TTS responses (nor do I want the delay associated with it).  The text responses from the MMM-Kalliope module are sufficient for communicating back with the user.</p>
]]></description><link>https://forum.magicmirror.builders/post/54348</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54348</guid><dc:creator><![CDATA[wfsaxton]]></dc:creator><pubDate>Fri, 15 Mar 2019 18:54:21 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Wed, 15 Aug 2018 18:34:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> I just wanted to let you know that I’ve worked out how to have the text display longer based on how long the reply from Mycroft is in <a href="https://github.com/dmwilsonkc/MMM-kalliope" target="_blank" rel="noopener noreferrer nofollow ugc">my fork of your module</a>. I thought I would share the solution I came up with just in case it would be something you could use.</p>
<p dir="auto">First I set the keep_seconds to 0 in the config.js to stop the module from clearing out the messages. Then in my <a href="https://github.com/dmwilsonkc/magic-mirror-voice-control-skill" target="_blank" rel="noopener noreferrer nofollow ugc">Mycroft skill</a>, when the audio_output_end event gets triggered I send a notification to the kalliope module “REMOVE_MESSAGE”. Then added a bit of code to the kalliope module to process the notification like so:</p>
<pre><code>if (notification == "REMOVE_MESSAGE"){
            // When Mycroft signals the AUDIO_OUTPUT_END remove the message from the screen
            this.messages.splice(0, this.messages.length);
</code></pre>
<p dir="auto">I’ll see if I can do a short video to show the results.</p>
<p dir="auto">Cheers!</p>
]]></description><link>https://forum.magicmirror.builders/post/43412</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43412</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Wed, 15 Aug 2018 18:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 12:01:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jchenaud" aria-label="Profile: jchenaud">@<bdi>jchenaud</bdi></a> support for kalliope <a href="https://gitter.im/kalliope-project/kalliope-FR" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> (FR)</p>
]]></description><link>https://forum.magicmirror.builders/post/42589</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42589</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Tue, 24 Jul 2018 12:01:41 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 12:00:16 GMT]]></title><description><![CDATA[<p dir="auto">what im suppose  to do for juste Display hello when I say hello on MM since  beginning<br />
I am completely lost sorry<br />
have a nice day</p>
]]></description><link>https://forum.magicmirror.builders/post/42588</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42588</guid><dc:creator><![CDATA[jchenaud]]></dc:creator><pubDate>Tue, 24 Jul 2018 12:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 11:36:52 GMT]]></title><description><![CDATA[<p dir="auto">my MM are on <a href="http://localhost:8080/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/</a><br />
i dont now for Kalliope<br />
i try to find with --debug but nothing</p>
<p dir="auto">i try to make my .yml but i have somme error.</p>
<pre><code>
Traceback (most recent call last):
  File "/usr/local/bin/kalliope", line 11, in &lt;module&gt;
    load_entry_point('kalliope==0.5.1', 'console_scripts', 'kalliope')()
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/__init__.py", line 136, in main
    brain_loader = BrainLoader(file_path=brain_file)
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/Models/Singleton.py", line 6, in __call__
    cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/BrainLoader.py", line 33, in __init__
    sl = SettingLoader()
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/Models/Singleton.py", line 6, in __call__
    cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/SettingLoader.py", line 66, in __init__
    self.settings = self._get_settings()
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/SettingLoader.py", line 102, in _get_settings
    default_stt_name = self._get_default_speech_to_text(settings)
  File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/SettingLoader.py", line 161, in _get_default_speech_to_text
    raise SettingNotFound("%s setting not found" % e)
kalliope.core.ConfigurationManager.SettingLoader.SettingNotFound: 'default_speech_to_text' setting not found
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/42587</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42587</guid><dc:creator><![CDATA[jchenaud]]></dc:creator><pubDate>Tue, 24 Jul 2018 11:36:52 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 08:51:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jchenaud" aria-label="Profile: jchenaud">@<bdi>jchenaud</bdi></a> Kalliope and MM are on the same host?</p>
]]></description><link>https://forum.magicmirror.builders/post/42586</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42586</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Tue, 24 Jul 2018 08:51:27 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 08:50:35 GMT]]></title><description><![CDATA[<p dir="auto">thk but i have the same problème  i have check my console and i have 3  Error ! <img src="/assets/uploads/files/1532422044641-capture.png" alt="0_1532422046242_Capture.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">sorry, but I am beginning with MM and Kaliope i think i have missed somthing</p>
]]></description><link>https://forum.magicmirror.builders/post/42585</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42585</guid><dc:creator><![CDATA[jchenaud]]></dc:creator><pubDate>Tue, 24 Jul 2018 08:50:35 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 08:35:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jchenaud" aria-label="Profile: jchenaud">@<bdi>jchenaud</bdi></a> delete the line 86</p>
<pre><code>console.log(this.name + " received a socket notification: " + notification + " - Payload: " + payload);
</code></pre>
<p dir="auto">I need to update this part.</p>
]]></description><link>https://forum.magicmirror.builders/post/42584</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42584</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Tue, 24 Jul 2018 08:35:25 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Tue, 24 Jul 2018 08:23:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello , I want to use Kalliope on my MM but I Have installed Kalliope (and its work i can say “hello” ) i Have MMM-kalliope on my modules.</p>
<p dir="auto">i have made config.js but nothing display on my MM :(<br />
what i suppose to do ?<br />
my Englishis is not good so don’t blame me please<br />
have a nice day !</p>
]]></description><link>https://forum.magicmirror.builders/post/42583</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42583</guid><dc:creator><![CDATA[jchenaud]]></dc:creator><pubDate>Tue, 24 Jul 2018 08:23:58 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Mon, 16 Jul 2018 15:00:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> I have made a minor tweak in your code on my fork to display the mycroft icon just above the title, which in my case I have changed to Mycroft. But I was wondering, any ideas on how I could tweak your code to display the message for an interval based on how long the message is? I played with it a little bit, but I think I’m missing exactly how it works. I tried to add an if statement for example:</p>
<pre><code>for(var i = 0; i &lt; this.messages.length; i++){
            var dif = currentDate.getTime() - this.messages[i].timestamp.getTime();
            if (this.message.length &gt; 30){
              var secondsFromCurrentDateToMessageDate = dif / 1500;
              }else{
                var secondsFromCurrentDateToMessageDate = dif / 1000;
              }
            var secondsBetweenDates = Math.abs(secondsFromCurrentDateToMessageDate);

            // delete the message if to old
            if (secondsBetweenDates &gt; this.config.keep_seconds){
                this.messages.splice(i, 1);
            }
        }
    },
</code></pre>
<p dir="auto">But the old messages never get cleaned off the mirror.</p>
<p dir="auto">Any thoughts about how to increase the time interval that the message is displayed based on the length of the message?</p>
<p dir="auto">Any help would be much appreciated!</p>
<p dir="auto">Edit:<br />
Nevermind, I see what I’m doing wrong here. I will work on getting messages to display for different intervals based on how long they are and let you know what I come up with.:face_savouring_delicious_food:</p>
]]></description><link>https://forum.magicmirror.builders/post/42278</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42278</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Mon, 16 Jul 2018 15:00:35 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Mon, 02 Jul 2018 15:45:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Hey guys, thanks for your help! I got things working over the weekend.</p>
<p dir="auto">Here’s a <a href="https://www.youtube.com/watch?v=yCw5YC0Af_0" target="_blank" rel="noopener noreferrer nofollow ugc">short video</a>.</p>
<p dir="auto">Cheers!</p>
]]></description><link>https://forum.magicmirror.builders/post/41098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/41098</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Mon, 02 Jul 2018 15:45:59 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Sat, 30 Jun 2018 08:58:13 GMT]]></title><description><![CDATA[<p dir="auto">Guys, don’t hesitate to send a pull request to the project with your update. Including the “port” documentation part.</p>
]]></description><link>https://forum.magicmirror.builders/post/40983</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40983</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Sat, 30 Jun 2018 08:58:13 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Fri, 29 Jun 2018 16:06:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> well, as a new MM user, obvious is not so…</p>
]]></description><link>https://forum.magicmirror.builders/post/40968</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40968</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Jun 2018 16:06:04 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Fri, 29 Jun 2018 16:04:57 GMT]]></title><description><![CDATA[<p dir="auto">i have 5 lines of console.log on my MMM-kalliope.js</p>
]]></description><link>https://forum.magicmirror.builders/post/40967</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40967</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Jun 2018 16:04:57 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Fri, 29 Jun 2018 13:43:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Thanks for the info, I didn’t see it in time. I deleted the entire line of code. It worked after that. I will replace the line with your suggestion this evening.</p>
]]></description><link>https://forum.magicmirror.builders/post/40963</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40963</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Fri, 29 Jun 2018 13:43:11 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Fri, 29 Jun 2018 05:29:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dmwilsonkc" aria-label="Profile: dmwilsonkc">@<bdi>dmwilsonkc</bdi></a> indeed it’s weird, I use this code as it in prod on my mirror without any issue.<br />
Maybe a recent update of chromium or MM.</p>
]]></description><link>https://forum.magicmirror.builders/post/40953</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40953</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Fri, 29 Jun 2018 05:29:43 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Fri, 29 Jun 2018 05:28:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> huumm… yes it is obvious that you have to call your magic mirror url. Including the port if you changed it.</p>
]]></description><link>https://forum.magicmirror.builders/post/40952</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40952</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Fri, 29 Jun 2018 05:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 22:50:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> So… I figured out how to get rid of the error. I deleted line 86 of MMM-kalliope.js .</p>
<pre><code>console.log(this.name + " received a socket notification: " + notification + " - Payload: " + payload);
</code></pre>
<p dir="auto">Everything works fine for now. Not sure why this is, but I’m assuming the chromium browser does not like the console.log code, but I could be wrong.</p>
]]></description><link>https://forum.magicmirror.builders/post/40943</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40943</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Thu, 28 Jun 2018 22:50:04 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 22:14:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dmwilsonkc" aria-label="Profile: dmwilsonkc">@<bdi>dmwilsonkc</bdi></a>  edit the MM/modules/MMM-kalliope/MMM-kalliope.js and change all console. to Log.</p>
<p dir="auto">console.log is ONLY allowed in the node_helper.js and Log.log is ONLY allowed in the module.js</p>
]]></description><link>https://forum.magicmirror.builders/post/40942</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40942</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 28 Jun 2018 22:14:41 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 22:02:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> So using the ctrl-shift-i I was able to find the error that it is throwing.</p>
<pre><code>Uncaught TypeError: console.log is not a function
</code></pre>
<p dir="auto">This error is repeated in the log each time it receives the post request.</p>
<p dir="auto">What are your suggestions?</p>
]]></description><link>https://forum.magicmirror.builders/post/40941</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40941</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Thu, 28 Jun 2018 22:02:17 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 21:51:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> trying to help, I installed the module on my mirror… but…  curl notifications don’t work…</p>
<p dir="auto">is there an install step missing? or a package.json that defines the install process for the dependencies?</p>
<p dir="auto">cut paste from the module readme…</p>
<pre><code>~/MagicMirror/modules$ curl -H "Content-Type: application/json" -X POST -d '{"notification":"KALLIOPE", "payload": "my message"}' http://localhost:8080/kalliope
curl: (7) Failed to connect to localhost port 8080: Connection refused
</code></pre>
<p dir="auto">netstat shows nothing listening on 8080</p>
<p dir="auto">so, my mirror is NOT on 8080, but 8086, due to other components on the normal MM ports…</p>
<p dir="auto">you should update the instructions to say use the MM port on the curl…</p>
<p dir="auto">now… I got the notification, and see the debug log (ctrl-shft-i) say</p>
<pre><code>MMM-kalliope received a socket notification: KALLIOPE Payload: my message
</code></pre>
<p dir="auto">and the content shows for the configured amount of time (8 seconds per the above config settings)</p>
]]></description><link>https://forum.magicmirror.builders/post/40940</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40940</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 28 Jun 2018 21:51:21 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 20:17:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> I’ve tried multiple positions for the module, still nothing gets displayed. Not sure why though. I’ve tried refresh, reboot etc. still nothing. Maybe I should delete the module and try a fresh install. The curl should work with just the module installed right?</p>
]]></description><link>https://forum.magicmirror.builders/post/40938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40938</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Thu, 28 Jun 2018 20:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 14:52:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dmwilsonkc" aria-label="Profile: dmwilsonkc">@<bdi>dmwilsonkc</bdi></a> seems good anyway.<br />
I don’t see any errors. Maybe test another position. This one is not already used by another module?</p>
]]></description><link>https://forum.magicmirror.builders/post/40924</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40924</guid><dc:creator><![CDATA[sispheor]]></dc:creator><pubDate>Thu, 28 Jun 2018 14:52:38 GMT</pubDate></item><item><title><![CDATA[Reply to Kalliope assistant + MM on Thu, 28 Jun 2018 13:25:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sispheor" aria-label="Profile: sispheor">@<bdi>sispheor</bdi></a> I am interested in duplicating your work for a different AI. So I figured the best place to start is to install your module and get it working before I make changes to suit my needs with the other AI. I have installed the MMM-Kalliope module, but the curl commands do not display on my mirror. I am not sure what I am doing wrong. Here’s my entry in config.js</p>
<pre><code>{
    module: "MMM-kalliope",
    position: "upper_third",
                        config: {
                                max: "5",
                                keep_seconds: "8",
                                title: "Kalliope"
                                }

},
</code></pre>
<p dir="auto">I do receive a json response indicating success, however, nothing gets displayed on the mirror.</p>
<p dir="auto">Here’s the curl command:</p>
<pre><code>curl -H "Content-Type: application/json" -X POST -d '{"notification":"KALLIOPE", "payload": "my message"}' http://localhost:8080/kalliope
</code></pre>
<p dir="auto">Here’s the response:</p>
<pre><code>{"status": "success"}
</code></pre>
<p dir="auto">Yet nothing gets displayed. Do you have any suggestions?</p>
]]></description><link>https://forum.magicmirror.builders/post/40921</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40921</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Thu, 28 Jun 2018 13:25:14 GMT</pubDate></item></channel></rss>