<?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[MMM-Buttons problem - Help please?]]></title><description><![CDATA[<p dir="auto">I’m having an issue with MMM-Buttons.</p>
<p dir="auto">Connecting a button like the image attached, and using the config attached, no matter how I press a button, I get the long press effect… can someone help me figure out what’s wrong?</p>
<p dir="auto">Thanks!</p>
<p dir="auto"><img src="http://razzpisampler.oreilly.com/images/rpck_1101.png" alt="button config" class=" img-fluid img-markdown" /></p>
<pre><code>{
			module: 'MMM-Buttons',
			config: {
				minShortPressTime: 0,
				maxShortPressTime: 1000,
				minLongPressTime: 1500,
				bounceTimeout: 1000,
				buttons: [
					{
					pin: 18,
					name: "test",
					longPress: {
						notification: "SHOW_ALERT",
						title: "title",
						message: "Long Press",
					},
					shortPress: undefined, 
				},
				]
			},
		}, 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/9686/mmm-buttons-problem-help-please</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 02:44:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9686.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Feb 2019 06:45:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Buttons problem - Help please? on Tue, 05 Feb 2019 04:45:22 GMT]]></title><description><![CDATA[<p dir="auto">I’m aware there’s too many commas by ‘traditional thinking’ - but I kept getting config errors without it.</p>
<p dir="auto">This was the default config, modified for testing.</p>
]]></description><link>https://forum.magicmirror.builders/post/51571</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51571</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Tue, 05 Feb 2019 04:45:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Buttons problem - Help please? on Mon, 04 Feb 2019 21:56:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a><br />
Your config looks wrong, to much commas here in there. Try standard config of MMM-Buttons (Readme) and just change pin.</p>
<p dir="auto">If you watch MM in your browser, hit F12 then you should see, if a button press was send.</p>
<p dir="auto">AxLED</p>
]]></description><link>https://forum.magicmirror.builders/post/51547</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/51547</guid><dc:creator><![CDATA[AxLed]]></dc:creator><pubDate>Mon, 04 Feb 2019 21:56:11 GMT</pubDate></item></channel></rss>