<?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[Simple(?) module to send a notification every x minutes?]]></title><description><![CDATA[<p dir="auto">Is there a module out there where you can say “every 60000ms, send a “PAGE_CHANGED” notification with a value of 1” and it will do that?</p>
<p dir="auto">I tried having ChatGPT write a “MMM-NotificationTimer” module that I could start from but I can’t seem to get it to actually send the notification.  JavaScript is just too foreign to me to be able to do this at this time.</p>
<p dir="auto">I’m using MMM-pages to be able to switch between a traditional MM setup and just a picture.  I use MMM-Keypress to switch between the two.  I’d like it to automatically switch back to the picture after, say, 10 minutes, hence the need for timed notifications.</p>
<p dir="auto">Is there such a module already out there somewhere?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18267/simple-module-to-send-a-notification-every-x-minutes</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 10:20:33 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18267.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Dec 2023 06:25:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Wed, 20 Dec 2023 04:27:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> if you forked mine you can submit a pull request for me to include your changes</p>
]]></description><link>https://forum.magicmirror.builders/post/113485</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113485</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 20 Dec 2023 04:27:52 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Wed, 20 Dec 2023 04:25:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> said in <a href="/post/113480">Simple(?) module to send a notification every x minutes?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
Can you share your forked version?</p>
</blockquote>
<p dir="auto">I’d love to, but I’m not sure how.  I mean, it’s a couple tiny changes…</p>
<p dir="auto">It’s here:  <a href="https://github.com/Unclearogre/MMM-SendNotification" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Unclearogre/MMM-SendNotification</a></p>
<p dir="auto">I should update the readme before trying to put it back in the main one.</p>
]]></description><link>https://forum.magicmirror.builders/post/113484</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113484</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Wed, 20 Dec 2023 04:25:01 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Tue, 19 Dec 2023 19:08:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> you will need a module to record all the notifications so you can see what is happening</p>
<p dir="auto">mmm-notifications I think</p>
]]></description><link>https://forum.magicmirror.builders/post/113481</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113481</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 19 Dec 2023 19:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Tue, 19 Dec 2023 18:24:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
Can you share your forked version?</p>
]]></description><link>https://forum.magicmirror.builders/post/113480</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113480</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Tue, 19 Dec 2023 18:24:01 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Tue, 19 Dec 2023 18:21:54 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 />
I have the latest version.  (I’ve also forked it to add a separate resetNotification but that’s not in place at the moment.)</p>
<p dir="auto">Based on what I’ve read about setInterval, the two modules should not be interfering with each other and yet, they sure seem to be.</p>
]]></description><link>https://forum.magicmirror.builders/post/113479</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113479</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Tue, 19 Dec 2023 18:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Tue, 19 Dec 2023 00:08:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> well there was a change I had to make to SN because pages was sending spurious resumes  which caused timer resets</p>
]]></description><link>https://forum.magicmirror.builders/post/113464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113464</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 19 Dec 2023 00:08:25 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Mon, 18 Dec 2023 23:38:08 GMT]]></title><description><![CDATA[<p dir="auto">So a little more testing…</p>
<p dir="auto">If the interval for BGSS is &gt;= the interval for SN, BGSS never changes the image.  That is, SN causes BGSS to be active so its timer should start and (assuming nothing else changes) it should switch pictures according to the set interval but it doesn’t.</p>
<p dir="auto">If the interval for BGSS &lt; the interval for SN, and BGSS is active, it changes the image as it should.</p>
<p dir="auto">Suspending and resuming BGSS does reset its timer, but if it’s not suspended, and its interval is &gt;= SN’s, then it doesn’t change the image.</p>
]]></description><link>https://forum.magicmirror.builders/post/113463</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113463</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Mon, 18 Dec 2023 23:38:08 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Mon, 18 Dec 2023 23:06:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> the sendnotification module implements both suspend and resume</p>
]]></description><link>https://forum.magicmirror.builders/post/113462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113462</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 18 Dec 2023 23:06:15 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Mon, 18 Dec 2023 20:31:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
The module also implements “resume” method to reset timer, so if the module get shown, it may be reset.<br />
But I’m not sure unless examining all three modules related.</p>
]]></description><link>https://forum.magicmirror.builders/post/113457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113457</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Mon, 18 Dec 2023 20:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Mon, 18 Dec 2023 19:55:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a><br />
Hmmm…  That’s actually a good behaviour, in my case.  If it’s not being shown, there’s no need to be changing the picture.</p>
<p dir="auto">But even when it’s not suspended, i.e., the picture is shown, it doesn’t change if its interval is greater than the SendNotification interval.</p>
<p dir="auto">If i disable SendNotification and manually switch to the picture (i.e., unsuspend BGSS), it will happily switch pictures every hour.</p>
]]></description><link>https://forum.magicmirror.builders/post/113456</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113456</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Mon, 18 Dec 2023 19:55:00 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Mon, 18 Dec 2023 18:35:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
Unfortunately, BGSS is implementing <code>suspend</code> method to stop it’s timer. So when you page rotator hides BGSS, it’s timer doesn’t work.<br />
If you have some knowledge of JS, you can make monkey-patch with MMM-ModuleMonkeyPatch to <code>suspend</code> method not to stop its timer.</p>
]]></description><link>https://forum.magicmirror.builders/post/113448</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113448</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Mon, 18 Dec 2023 18:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Mon, 18 Dec 2023 17:12:17 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 />
Do modules each have their own timer or does resetting the timer in one module affect another?</p>
<p dir="auto">I ask because I have MMM-BackgroundSlideshow set  to change pictures each hour and MMM-SendNotification set to send  a notification to MMM-Pages to switch to page 1 every 5 minutes.  But in this setup, the picture never changes.  My hypothesis is that when SendNotification resets the timer after 5 minutes, that affects BGSS which then never gets to 1 hour to switch to the next picture.</p>
<p dir="auto">If I change BGSS to change pictures every 1 minute (or less than 5 minutes), the picture does change as expected.</p>
<p dir="auto">Mind you, it’s probably something I’ve done that’s screwed it up, but I figured I’d ask about this first just to eliminate it as the source of the issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/113447</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113447</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Mon, 18 Dec 2023 17:12:17 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Fri, 15 Dec 2023 00:01:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> said in <a href="/post/113367">Simple(?) module to send a notification every x minutes?</a>:</p>
<blockquote>
<p dir="auto">And I’m assuming all modules get all the notifications?</p>
</blockquote>
<p dir="auto">yes, sendNotifications are broadcast to all modules</p>
]]></description><link>https://forum.magicmirror.builders/post/113370</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113370</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 15 Dec 2023 00:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Fri, 15 Dec 2023 00:07:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> yes, make sure to add a default value in the defaults section</p>
<p dir="auto">one could consider a list of notifications that cause reset, then you can search the list w includes()</p>
<p dir="auto">as it’s a list, you could pre or postpend the notification to send to that list too</p>
<p dir="auto">this stops the code from growing with other else clauses</p>
<p dir="auto">resetNotifications:[]</p>
<p dir="auto">in start maybe,<br />
this.config.resetNotifications.unshift(this.config.notification)</p>
<p dir="auto">that puts the actual notification of the front of the list</p>
<p dir="auto">the in notificationReceived</p>
<p dir="auto">if(this.config.resetNotifications.includes(notification)<br />
resetTimer()</p>
<p dir="auto">only one test</p>
]]></description><link>https://forum.magicmirror.builders/post/113369</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113369</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 15 Dec 2023 00:07:10 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 23:52:02 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 />
I made that change and it does indeed work as I’d hoped.  This is totally awesome!</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/113368</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113368</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Thu, 14 Dec 2023 23:52:02 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 23:39:53 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 />
You truly are amazing!</p>
<p dir="auto">Am I right in thinking that if I change this:</p>
<pre><code>      } else if(topic==this.config.notification){
</code></pre>
<p dir="auto">to  this:</p>
<pre><code>      } else if(topic==this.config.resetNotification){
</code></pre>
<p dir="auto">and put this in the config:</p>
<pre><code>resetNotification: "DIFF_NOTIF",
</code></pre>
<p dir="auto">in addition to the notification: setting, then I can have it reset when a different notification is received?  And I’m assuming all modules get all the notifications?</p>
<p dir="auto">This would be so that if someone comes up and pushed the button to switch to the info display close to the end of the timer, it will reset it so they have time to look at what they want.</p>
]]></description><link>https://forum.magicmirror.builders/post/113367</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113367</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Thu, 14 Dec 2023 23:39:53 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 21:19:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> done, git pull to update</p>
<p dir="auto">if the notification received matches the configured notification restart the timer</p>
]]></description><link>https://forum.magicmirror.builders/post/113359</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113359</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 14 Dec 2023 21:19:08 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 19:29:58 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 />
That worked!  Thank you so much!</p>
<p dir="auto">Now I am just being cheeky but if you are bored and want to add a feature, it would be great to be able to reset the timer based on a notification.  (In my case, if MMM-Keypress sends a PAGE_INCREMENT notification to change pages, restart the timer from that point.)</p>
<p dir="auto">Anyway, I am getting really close to having everything the way I want it and am hoping that I can build an actual frame for the mirror and mount it next week and I couldn’t have done it without all your help (and so many others, like <a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a>  and everyone who wrote the modules I’m using.)  So, really, thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/113353</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113353</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Thu, 14 Dec 2023 19:29:58 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 18:42:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> ok, git pull the latest<br />
and restart</p>
<p dir="auto">I now check to see if the handler was turned off on resume, so don’t start another</p>
<p dir="auto">lmk</p>
]]></description><link>https://forum.magicmirror.builders/post/113349</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113349</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 14 Dec 2023 18:42:02 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 18:31:58 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 />
I switched to your fork and while it’s better, it’s still sending a notification every several seconds.<br />
Here’s my config:</p>
<pre><code>		{
			module: "MMM-Pages",
                        classes: "fixed",
			config:	{
				modules:[	[ "page1" ],
							[ "page2" ],
						],
				fixed: [ "fixed" ],
				rotationTime:	10000,
				animationTime:	10000,
			}
		},
</code></pre>
<p dir="auto">and</p>
<pre><code>        {
            module: 'MMM-SendNotification',
            classes: "fixed",
            config: {
                interval: 3600000, // 1 minute interval
                notification: 'PAGE_CHANGED',
                payload: 1,
            },
        },
</code></pre>
<p dir="auto">(I upped the interval to see if that would do anything.  It didn’t.)</p>
<p dir="auto">I’ve commented out all the other modules except the clock, MMM-BackgroundSlideshow, and MMM-ViewNotifications.</p>
]]></description><link>https://forum.magicmirror.builders/post/113347</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113347</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Thu, 14 Dec 2023 18:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 17:11:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> ok… it was pages (for the error)</p>
<p dir="auto">if you are using my fork</p>
<pre><code>    cd ~/MagicMirror/modules/MMM-Pages
    git pull 
</code></pre>
<p dir="auto">if u are NOT using my fork</p>
<pre><code>cd ~/MagicMirror/modules
</code></pre>
<p dir="auto">then rename the MMM-Pages folder out of the way  (the command is mv)<br />
then</p>
<pre><code>git clone https://github.com/sdetweil/MMM-Pages
</code></pre>
<p dir="auto">also, two parms need to be added</p>
<p dir="auto">here is the updated config</p>
<pre><code>			{
        module: 'MMM-Pages',
        config: {
                modules:
                    [[ "page1" ],
                     [ "page2" ],
                //     [ "page3"],
                    ],
                fixed: [ "fixed" ],
                hiddenPages: {
                    "screenSaver": [ "screensaver_page" ],
                    "admin": [ "admin_page" ],
                },
                animationTime: 10000,
                rotationTime: 10000,
        }
      }
</code></pre>
<p dir="auto">rotationtime defaults to 0!!!</p>
]]></description><link>https://forum.magicmirror.builders/post/113342</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113342</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 14 Dec 2023 17:11:47 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 16:39:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> ok, I’ll check it out… hang on…</p>
]]></description><link>https://forum.magicmirror.builders/post/113339</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113339</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 14 Dec 2023 16:39:40 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 16:39:01 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 />
I’ve no clue how to run it the way you did with the stop and all, but I did start commenting out modules and it seems that MMM-pages is the culprit.</p>
<p dir="auto">Without it, SendNotification works fine but when it’s active, SendNotification sends multiple notifications per second:<br />
<img src="/assets/uploads/files/1702571818471-9ecae590-6ded-457d-95e8-22d29295e0a3-image.png" alt="9ecae590-6ded-457d-95e8-22d29295e0a3-image.png" class=" img-fluid img-markdown" /><br />
It may be that MMM-pages is suspending and resuming MMM-SendNotification with each change, even though it’s set as “fixed”, and maybe that’s triggering it?</p>
<p dir="auto">It may be that this is just something that won’t work for me.</p>
<p dir="auto">I really appreciate your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/113338</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113338</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Thu, 14 Dec 2023 16:39:01 GMT</pubDate></item><item><title><![CDATA[Reply to Simple(?) module to send a notification every x minutes? on Thu, 14 Dec 2023 16:37:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> said in <a href="/post/113302">Simple(?) module to send a notification every x minutes?</a>:</p>
<blockquote>
<p dir="auto">But sending notifications is harmless, so I put it into start, just for example.</p>
</blockquote>
<p dir="auto">not harmless to the receiver if not setup yet</p>
]]></description><link>https://forum.magicmirror.builders/post/113337</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113337</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 14 Dec 2023 16:37:51 GMT</pubDate></item></channel></rss>