<?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-RFID and MMM-Profileswitcher with RC522]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/9983/profile-switcher-rc522-rfid">Profile Switcher - RC522 RFID</a></p>
<p dir="auto">Hi all, I’ve been trying to get my RFID tag to switch profile and I have referred every solution so far I can’t seem to get MMM-RFID to detect my card in MagicMirror. When i run the test given it can read the card and the data but when i run npm start dev, I can’t see anything about notifcation getting sent when i scan my RFID. Any help is greatly appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15168/mmm-rfid-and-mmm-profileswitcher-with-rc522</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 05:45:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15168.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Jun 2021 19:50:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Thu, 24 Jun 2021 00:14:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kavilan" aria-label="Profile: kavilan">@<bdi>kavilan</bdi></a> so it’s down to the output parser in the rfid.js</p>
]]></description><link>https://forum.magicmirror.builders/post/92312</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92312</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 24 Jun 2021 00:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 22:54:24 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> I used python. Python 3 thrown error whenever used since all those codes don’t use () for print function.</p>
]]></description><link>https://forum.magicmirror.builders/post/92311</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92311</guid><dc:creator><![CDATA[Kavilan]]></dc:creator><pubDate>Wed, 23 Jun 2021 22:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 22:37:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kavilan" aria-label="Profile: kavilan">@<bdi>kavilan</bdi></a> when u ran the python pgm, did you use python or python3 as the command?</p>
<p dir="auto">the module uses python</p>
<p dir="auto">to change u can edit the rfid.js  file and change this line</p>
<pre><code>   this.rc522py = this.spawn('python', ['-u', __dirname + '/MFRC522-python/Dump.py']);
</code></pre>
<p dir="auto">to use python3</p>
<pre><code>   this.rc522py = this.spawn('python'3, ['-u', __dirname + '/MFRC522-python/Dump.py']);
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/92310</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92310</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 23 Jun 2021 22:37:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 21:51:14 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> Yeah this is  how I found out there are no events being sent out by MMM-RFID. I have two tags and I’ve tried both and nothing new shows up in the console</p>
]]></description><link>https://forum.magicmirror.builders/post/92309</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92309</guid><dc:creator><![CDATA[Kavilan]]></dc:creator><pubDate>Wed, 23 Jun 2021 21:51:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 21:42:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kavilan" aria-label="Profile: kavilan">@<bdi>kavilan</bdi></a> ok, the just send a notice that an rfid was read…</p>
<p dir="auto">open the developers window, ctrl-shift-i on the MM keyboard and<br />
select the tab labeled console</p>
<p dir="auto">you should be able to see the events being sent out<br />
“RFID_UID”, payload<br />
and<br />
“RFID_DATA”, payload</p>
<p dir="auto">and any events in the config events list</p>
]]></description><link>https://forum.magicmirror.builders/post/92308</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92308</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 23 Jun 2021 21:42:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 21:32:09 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> When I run <a href="http://Dump.py" target="_blank" rel="noopener noreferrer nofollow ugc">Dump.py</a> I still am able to scan the RFID tag and the correct data is shown. SoI dont know why it doesn’t work when running MagicMirror</p>
]]></description><link>https://forum.magicmirror.builders/post/92307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92307</guid><dc:creator><![CDATA[Kavilan]]></dc:creator><pubDate>Wed, 23 Jun 2021 21:32:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 21:21:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kavilan" aria-label="Profile: kavilan">@<bdi>kavilan</bdi></a> the code says it uses</p>
<p dir="auto">python MFRC522-python/Dump.py<br />
(from the module folder)</p>
<p dir="auto">to read the rfid chip on the pi</p>
]]></description><link>https://forum.magicmirror.builders/post/92306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92306</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 23 Jun 2021 21:21:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 20:51:05 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> Yeah I’ve done that and when I run the test <a href="http://read.py" target="_blank" rel="noopener noreferrer nofollow ugc">read.py</a> from MMM_RFID it shows the UID and the Data in decimals. <img src="/assets/uploads/files/1624481293699-sc.jpeg" alt="sc.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">And this is the config.<br />
<img src="/assets/uploads/files/1624481462407-code.png" alt="code.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/92305</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92305</guid><dc:creator><![CDATA[Kavilan]]></dc:creator><pubDate>Wed, 23 Jun 2021 20:51:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RFID and MMM-Profileswitcher with RC522 on Wed, 23 Jun 2021 20:12:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kavilan" aria-label="Profile: kavilan">@<bdi>kavilan</bdi></a> said in <a href="/post/92303">MMM-RFID and MMM-Profileswitcher with RC522</a>:</p>
<blockquote>
<p dir="auto">MMM-RFID</p>
</blockquote>
<p dir="auto">did u do the steps in the doc to program the rfid tag?</p>
]]></description><link>https://forum.magicmirror.builders/post/92304</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92304</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 23 Jun 2021 20:12:48 GMT</pubDate></item></channel></rss>