<?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[Send a notification to your MagicMirror]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">is there a chance to send a notification from outside to the Mirror? I‘d like to use an Apple shortcut to start some actions from outside. Another my could be Alexa but I think all Alexa-modules do not work anymore?!</p>
<p dir="auto">I tried so far:</p>
<pre><code>pm2 send mm emit "Cookidoo_view"
</code></pre>
<p dir="auto">and</p>
<pre><code>node -e "require('electron').ipcRenderer.send('MY_CUSTOM_NOTIFICATION', { message: 'Hello from Node\!' })"
</code></pre>
<p dir="auto">And i tested a notification script but also without success:</p>
<pre><code>var NodeHelper = require("node_helper");

var helper = NodeHelper.create({
    start: function () {
        this.sendSocketNotification("Cookidoo_view");
    }
});

module.exports = helper;
</code></pre>
<p dir="auto">Any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19447/send-a-notification-to-your-magicmirror</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 10:54:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19447.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Feb 2025 14:25:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Send a notification to your MagicMirror on Sun, 23 Feb 2025 19:05:14 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><br />
Hi, yes but I used a different approach. I wanted to get a link from my module. Now the link is automatic saved an I can get it with an Apple shortcut. See <a href="https://github.com/ChrisF1976/MMM-Cookidoo" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-Cookidoo</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/124282</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124282</guid><dc:creator><![CDATA[chrisfr1976]]></dc:creator><pubDate>Sun, 23 Feb 2025 19:05:14 GMT</pubDate></item><item><title><![CDATA[Reply to Send a notification to your MagicMirror on Wed, 05 Mar 2025 19:40:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisfr1976" aria-label="Profile: chrisfr1976">@<bdi>chrisfr1976</bdi></a> you can also use my<br />
<a href="https://github.com/sdetweil/MMM-CurlToNotification" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-CurlToNotification</a><br />
module</p>
]]></description><link>https://forum.magicmirror.builders/post/124578</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124578</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 05 Mar 2025 19:40:41 GMT</pubDate></item><item><title><![CDATA[Reply to Send a notification to your MagicMirror on Sun, 23 Feb 2025 19:05:14 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><br />
Hi, yes but I used a different approach. I wanted to get a link from my module. Now the link is automatic saved an I can get it with an Apple shortcut. See <a href="https://github.com/ChrisF1976/MMM-Cookidoo" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-Cookidoo</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/124282</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124282</guid><dc:creator><![CDATA[chrisfr1976]]></dc:creator><pubDate>Sun, 23 Feb 2025 19:05:14 GMT</pubDate></item><item><title><![CDATA[Reply to Send a notification to your MagicMirror on Sun, 23 Feb 2025 15:03:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisfr1976" aria-label="Profile: chrisfr1976">@<bdi>chrisfr1976</bdi></a> did you resolve this?</p>
<p dir="auto">notifications between modules can ONLY be sent/received in/from the modulename.js side,<br />
in browser…</p>
<p dir="auto">socket notifications are ONLY between the modulename.js AND the node_helper loaded with this module</p>
]]></description><link>https://forum.magicmirror.builders/post/124273</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124273</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 23 Feb 2025 15:03:59 GMT</pubDate></item><item><title><![CDATA[Reply to Send a notification to your MagicMirror on Sun, 16 Feb 2025 14:44:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisfr1976" aria-label="Profile: chrisfr1976">@<bdi>chrisfr1976</bdi></a> see the 3rd party list</p>
<p dir="auto"><a href="https://github.com/Tom-Hirschberger/MMM-CommandToNotification" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Tom-Hirschberger/MMM-CommandToNotification</a></p>
<p dir="auto">AlexaControl still works, but requires a real echo device to do the voice action and interface to MagicMirror</p>
]]></description><link>https://forum.magicmirror.builders/post/124088</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124088</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 16 Feb 2025 14:44:26 GMT</pubDate></item></channel></rss>