<?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[Has anyone been able to get MMM-PetFinder to work?]]></title><description><![CDATA[<p dir="auto">Has anyone been able to get MMM-PetFinder to work recently? I’m working on a gift for someone but it looks like the PetFinder API has changed since the last module update. Going through the documentation and I can’t get past the Token Request part. Has anyone else had any luck with this?</p>
<p dir="auto"><a href="https://www.petfinder.com/developers/v2/docs/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.petfinder.com/developers/v2/docs/</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/19600/has-anyone-been-able-to-get-mmm-petfinder-to-work</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 06:47:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19600.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Apr 2025 01:18:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Fri, 11 Apr 2025 11:09:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> we dont test with uplevel npm. and try to stay in sync w the level of node we test on</p>
<p dir="auto">this just adds to the complexity of support</p>
]]></description><link>https://forum.magicmirror.builders/post/125743</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125743</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 11 Apr 2025 11:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Fri, 11 Apr 2025 08:09:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisleduex" aria-label="Profile: ChrisLeduex">@<bdi>ChrisLeduex</bdi></a> said in <a href="/post/125732">Has anyone been able to get MMM-PetFinder to work?</a>:</p>
<blockquote>
<p dir="auto">Do you recommend updating npm?</p>
</blockquote>
<p dir="auto">Since I prefer to have a somewhat up-to-date system, I make npm updates when I notice them. So far I haven’t had any problems with it.</p>
]]></description><link>https://forum.magicmirror.builders/post/125737</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125737</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Fri, 11 Apr 2025 08:09:49 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Thu, 10 Apr 2025 20:17:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisleduex" aria-label="Profile: ChrisLeduex">@<bdi>ChrisLeduex</bdi></a> no. ignore that too</p>
]]></description><link>https://forum.magicmirror.builders/post/125733</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125733</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 10 Apr 2025 20:17:32 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Thu, 10 Apr 2025 19:46:02 GMT]]></title><description><![CDATA[<p dir="auto">Awesome, thanks guys! It’s finally up and running.</p>
<p dir="auto">One last question: Do you recommend updating npm?</p>
<p dir="auto">Installing dependencies …<br />
npm notice<br />
npm notice New major version of npm available! 10.9.2 -&gt; 11.3.0<br />
npm notice Changelog: <a href="https://github.com/npm/cli/releases/tag/v11.3.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/npm/cli/releases/tag/v11.3.0</a><br />
npm notice To update run: npm install -g npm@11.3.0<br />
npm notice</p>
]]></description><link>https://forum.magicmirror.builders/post/125732</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125732</guid><dc:creator><![CDATA[ChrisLeduex]]></dc:creator><pubDate>Thu, 10 Apr 2025 19:46:02 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Thu, 10 Apr 2025 17:47:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisleduex" aria-label="Profile: ChrisLeduex">@<bdi>ChrisLeduex</bdi></a> you have to run</p>
<pre><code>npm install request
</code></pre>
<p dir="auto">in the module folder of the module missing it. not in the users hone folder</p>
<p dir="auto">cd ~/MagicMirror/modules/MMM-PetFinder</p>
<p dir="auto">also ignore the audit info, as there is more damage done trying audit fix</p>
]]></description><link>https://forum.magicmirror.builders/post/125711</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125711</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 10 Apr 2025 17:47:16 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Thu, 10 Apr 2025 17:46:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisleduex" aria-label="Profile: ChrisLeduex">@<bdi>ChrisLeduex</bdi></a> Never use sudo to install anything on your mirror. Ideally you want to be in the module folder that requires request, i…e <code>cd ~/MagicMirror/modules/MMM-PetFinder/</code>. Once in the folder you want to then install <code>request</code> ,  <code>npm i request</code>. You can ignore the funding stuff.</p>
]]></description><link>https://forum.magicmirror.builders/post/125710</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125710</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Thu, 10 Apr 2025 17:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Thu, 10 Apr 2025 17:01:32 GMT]]></title><description><![CDATA[<p dir="auto">Ok I’ve tried a couple installs starting completely over from scratch with fresh versions of Raspberry Pi OS, MagicMirror, Request, and MMM-PetFinder from PhantomOffKanagawa and I am still unable to get the module to work.</p>
<p dir="auto">I am using a new Pi 5 and am installing MagicMirror using sdetweil’s script.</p>
<p dir="auto">The only issues I see are related to Request. When I install it I get these issues below. But when searching on them I couldn’t find any solutions. Are these issues normal? Or is there anything else I’m missing?</p>
<p dir="auto"><img src="/assets/uploads/files/1744304354986-20250410_09h29m30s_grim.png" alt="20250410_09h29m30s_grim.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1744304364104-20250410_09h39m17s_grim.png" alt="20250410_09h39m17s_grim.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/125709</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125709</guid><dc:creator><![CDATA[ChrisLeduex]]></dc:creator><pubDate>Thu, 10 Apr 2025 17:01:32 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Wed, 09 Apr 2025 20:43:20 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I must just be missing something then. I’ll try again. Thank you for checking.</p>
]]></description><link>https://forum.magicmirror.builders/post/125687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125687</guid><dc:creator><![CDATA[ChrisLeduex]]></dc:creator><pubDate>Wed, 09 Apr 2025 20:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Wed, 09 Apr 2025 18:19:58 GMT]]></title><description><![CDATA[<p dir="auto">I just registered and got an API key. I entered it and the module works :-) I didn’t used the secret key.</p>
<p dir="auto">I use the mentioned fork and installed <code>request</code> manually.</p>
]]></description><link>https://forum.magicmirror.builders/post/125676</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125676</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Wed, 09 Apr 2025 18:19:58 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Wed, 09 Apr 2025 16:08:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> Yes, I tried both forks just to be sure. And going through the js files, everything looks like it should work fine. I think the issue might be with the API key/secret Petfinder game me, I can’t even get it to return  token for me when testing in the terminal.</p>
]]></description><link>https://forum.magicmirror.builders/post/125675</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125675</guid><dc:creator><![CDATA[ChrisLeduex]]></dc:creator><pubDate>Wed, 09 Apr 2025 16:08:55 GMT</pubDate></item><item><title><![CDATA[Reply to Has anyone been able to get MMM-PetFinder to work? on Wed, 09 Apr 2025 07:24:52 GMT]]></title><description><![CDATA[<p dir="auto">Do you use <a href="https://github.com/PhantomOffKanagawa/MMM-PetFinder" target="_blank" rel="noopener noreferrer nofollow ugc">the fork fromPhantomOffKanagawa</a>?</p>
<p dir="auto">The module needs <code>request</code>. Did you installed it via <code>npm install request</code>?</p>
]]></description><link>https://forum.magicmirror.builders/post/125674</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125674</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Wed, 09 Apr 2025 07:24:52 GMT</pubDate></item></channel></rss>