<?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 send notification with MMM-EasyPix]]></title><description><![CDATA[<p dir="auto">How can I send notifications with the MMM-EasyPix module?<br />
I tried</p>
<pre><code>image.onerror = this.sendNotification('Pic is not exisiting');
</code></pre>
<p dir="auto">but nothing happened.<br />
If I do</p>
<pre><code>image.onerror = console.log('Pic is not exisiting');
</code></pre>
<p dir="auto">it logs ‘Pic is not existing’ in the console.</p>
<p dir="auto">Any Ideas?</p>
]]></description><link>https://forum.magicmirror.builders/topic/16573/how-to-send-notification-with-mmm-easypix</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 10:59:24 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16573.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Apr 2022 09:56:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to send notification with MMM-EasyPix on Mon, 04 Apr 2022 11:23:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sven1894" aria-label="Profile: Sven1894">@<bdi>Sven1894</bdi></a> what module are u sending it to?</p>
<p dir="auto">and you know what ‘this.’  means.<br />
sometimes you have to take special care.</p>
<p dir="auto">have you debugged w the developer window ?</p>
<p dir="auto">ctrl-shift-i, select the sources tab, find the module source, click<br />
put a stop on the line where it is about to send and examine the ‘this.’ pointer</p>
<p dir="auto">if it’s in a callback it might be pointing to somewhere unexpected</p>
]]></description><link>https://forum.magicmirror.builders/post/100803</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100803</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Apr 2022 11:23:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to send notification with MMM-EasyPix on Mon, 04 Apr 2022 11:19:43 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> In the MMM-EasyPix.js</p>
]]></description><link>https://forum.magicmirror.builders/post/100802</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100802</guid><dc:creator><![CDATA[Sven1894]]></dc:creator><pubDate>Mon, 04 Apr 2022 11:19:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to send notification with MMM-EasyPix on Mon, 04 Apr 2022 11:16:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sven1894" aria-label="Profile: Sven1894">@<bdi>Sven1894</bdi></a> where are u trying to send the notification?</p>
<p dir="auto">this only works in the modulename.js<br />
not in the node_helper</p>
]]></description><link>https://forum.magicmirror.builders/post/100800</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100800</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Apr 2022 11:16:01 GMT</pubDate></item></channel></rss>