<?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[How to invoke sendNotification from a outside shell script]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I wanted to send a notification to modules from a shell script.<br />
How can I send notifications to magicmirror modules from external application or script?</p>
<p dir="auto">Please help me?</p>
]]></description><link>https://forum.magicmirror.builders/topic/8598/how-to-invoke-sendnotification-from-a-outside-shell-script</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 19:24:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8598.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Aug 2018 02:33:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to invoke sendNotification from a outside shell script on Fri, 17 Aug 2018 06:21:04 GMT]]></title><description><![CDATA[<p dir="auto"><code>MMM-NotificationTrigger</code> has HTTP endpoint to receive message. So if your external app can touch the endpoint, It can convert it to MagicMirror notification.</p>
<p dir="auto">Example of using IFTTT.<br />
<a href="https://github.com/eouia/MMM-NotificationTrigger#usewebhook" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-NotificationTrigger#usewebhook</a></p>
]]></description><link>https://forum.magicmirror.builders/post/43503</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43503</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 17 Aug 2018 06:21:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to invoke sendNotification from a outside shell script on Fri, 17 Aug 2018 02:45:47 GMT]]></title><description><![CDATA[<p dir="auto">u have to write some additional communications process.</p>
<p dir="auto">in one of my implementations, i write a file in the outside script, and my MM modules looks for the file and then processes it… which then sends notifications to other modules…<br />
you could also use tcp/ip sockets, or websockets, or …   there is no single builtin way</p>
]]></description><link>https://forum.magicmirror.builders/post/43498</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43498</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Aug 2018 02:45:47 GMT</pubDate></item></channel></rss>