<?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[Turn pages with physical button]]></title><description><![CDATA[<p dir="auto">I want to use a physical button to turn pages of the MMM-pages module. I know that to do so the module wants to get a notification. My question is how does the notification thing work and how can i implement it into a button which is connected via GPIO-pins if my Raspberry Pi?</p>
]]></description><link>https://forum.magicmirror.builders/topic/17672/turn-pages-with-physical-button</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 10:46:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17672.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Mar 2023 22:40:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Turn pages with physical button on Fri, 17 Mar 2023 23:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gilgamoth-0" aria-label="Profile: Gilgamoth-0">@<bdi>Gilgamoth-0</bdi></a> see<br />
<a href="https://github.com/Jopyth/MMM-Buttons" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jopyth/MMM-Buttons</a></p>
<p dir="auto">mm provides a way for a module to broadcast a message for any/all other modules to get</p>
<p dir="auto">sendNotification ( xxx, yyy)<br />
<a href="https://docs.magicmirror.builders/development/notifications.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/development/notifications.html</a></p>
<p dir="auto">xxx is the name string of the message,it can be anything “123”, “foo”, “hdtujghjf”<br />
yyy is the data that goes w the message</p>
<p dir="auto">any module that understands the name string and data can do whatever they want w it.</p>
<p dir="auto">there are no rules on the data format. only some other module that KNOWS the format can figure it out.</p>
<p dir="auto">clock sends a message every second,<br />
calendar sends the selected events every time they are read,<br />
weather sends it’s data too.<br />
you can pop up an alert by sending a message</p>
<p dir="auto">the system sends messages too as it starts up, informing of different stages.</p>
<p dir="auto">pages documents the messages it will listen for, and what the data needs to be for each message it expects</p>
]]></description><link>https://forum.magicmirror.builders/post/108253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108253</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Mar 2023 23:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to Turn pages with physical button on Mon, 20 Mar 2023 19:03:06 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, that is excatly what i was looking for</p>
]]></description><link>https://forum.magicmirror.builders/post/108306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108306</guid><dc:creator><![CDATA[Gilgamoth 0]]></dc:creator><pubDate>Mon, 20 Mar 2023 19:03:06 GMT</pubDate></item><item><title><![CDATA[Reply to Turn pages with physical button on Fri, 17 Mar 2023 23:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gilgamoth-0" aria-label="Profile: Gilgamoth-0">@<bdi>Gilgamoth-0</bdi></a> see<br />
<a href="https://github.com/Jopyth/MMM-Buttons" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Jopyth/MMM-Buttons</a></p>
<p dir="auto">mm provides a way for a module to broadcast a message for any/all other modules to get</p>
<p dir="auto">sendNotification ( xxx, yyy)<br />
<a href="https://docs.magicmirror.builders/development/notifications.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/development/notifications.html</a></p>
<p dir="auto">xxx is the name string of the message,it can be anything “123”, “foo”, “hdtujghjf”<br />
yyy is the data that goes w the message</p>
<p dir="auto">any module that understands the name string and data can do whatever they want w it.</p>
<p dir="auto">there are no rules on the data format. only some other module that KNOWS the format can figure it out.</p>
<p dir="auto">clock sends a message every second,<br />
calendar sends the selected events every time they are read,<br />
weather sends it’s data too.<br />
you can pop up an alert by sending a message</p>
<p dir="auto">the system sends messages too as it starts up, informing of different stages.</p>
<p dir="auto">pages documents the messages it will listen for, and what the data needs to be for each message it expects</p>
]]></description><link>https://forum.magicmirror.builders/post/108253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108253</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Mar 2023 23:18:44 GMT</pubDate></item></channel></rss>