<?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-NowPlayingOnSpotify no longer working?]]></title><description><![CDATA[<p dir="auto">I followed the instructions, and even deleted/created a new app in spotify dev, but after submitting step 2, the step 2 fields go away, and step 3 says it is waiting for step 2 to complete.</p>
]]></description><link>https://forum.magicmirror.builders/topic/16291/mmm-nowplayingonspotify-no-longer-working</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 09:06:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16291.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jan 2022 20:33:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Wed, 02 Feb 2022 15:36:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> try changing the redirect uri on spotify back to using localhost</p>
]]></description><link>https://forum.magicmirror.builders/post/99296</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99296</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 02 Feb 2022 15:36:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Tue, 01 Feb 2022 20:39:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a></p>
<p dir="auto"><a href="https://github.com/raywo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/raywo</a> built some nice modules but they are now unmaintained since 4 years. So there will be no fixes, may you find a fork which is still maintained.</p>
<p dir="auto">You could may fix it using a cors proxy (google will help) or you could use the built in cors proxy of mm which is not released yet (you have to use the <code>develop</code> branch for this).</p>
<p dir="auto">You find the url to proxy <a href="https://github.com/raywo/MMM-NowPlayingOnSpotify/blob/c2380fe45afca7a0dcc6b28716b0774afde97720/authorization/public/assets/client_logic.js#L28" target="_blank" rel="noopener noreferrer nofollow ugc">in this line</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/99266</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99266</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 01 Feb 2022 20:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Tue, 01 Feb 2022 15:26: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> Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at <a href="https://api.spotify.com/v1/me" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.spotify.com/v1/me</a>. (Reason: CORS request did not succeed). Status code: (null).</p>
]]></description><link>https://forum.magicmirror.builders/post/99256</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99256</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Tue, 01 Feb 2022 15:26:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 20:53:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> so , is there any info on the node app running in the container?</p>
<p dir="auto">also open the developers window on the auth page before login, ctrl-shift-i on the keyboard, select the console tab</p>
]]></description><link>https://forum.magicmirror.builders/post/99234</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99234</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 20:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 19:32: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> This is what I am seeing after entering those fields:</p>
<p dir="auto"><img src="/assets/uploads/files/1643657499968-2022-01-31_14-31.png" alt="2022-01-31_14-31.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/99231</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99231</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 19:32:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 19:10:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> I did that, forgot to add the /callback on the redirect on the Spotify page and the mapped port is 8888 on both sides, yes?</p>
<p dir="auto"><a href="http://localhost:8888" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8888</a></p>
<p dir="auto">on the host opens the auth page from the container</p>
]]></description><link>https://forum.magicmirror.builders/post/99230</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99230</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 19:10:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 19:06:30 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> so before for the ip, I was using my 192. address, but I tried localhost, and it errors saying: “INVALID_CLIENT: Invalid redirect URI”.</p>
]]></description><link>https://forum.magicmirror.builders/post/99229</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99229</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 19:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 19:00:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> and u fill in the fields from the spotify dev account<br />
what did you do for this step in the doc?</p>
<p dir="auto">u had to do the host address, right?</p>
<p dir="auto">Click on “Edit Settings” and add <a href="http://localhost:8888/callback" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8888/callback</a> to the Redirect URIs and save your settings.</p>
<p dir="auto">I just did this on  my spotify account and it brought up the auth page as expected…   and authorize click brought the page with the code in</p>
]]></description><link>https://forum.magicmirror.builders/post/99228</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99228</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 19:00:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 16:52:44 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> Correct.  I see that.</p>
]]></description><link>https://forum.magicmirror.builders/post/99223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99223</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 16:52:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 15:55:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> ip:8888 right?</p>
<p dir="auto">so when u open that with your laptop browser, you should see<br />
this page <a href="https://github.com/raywo/MMM-NowPlayingOnSpotify/authorization/public/index.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/raywo/MMM-NowPlayingOnSpotify/authorization/public/index.html</a></p>
]]></description><link>https://forum.magicmirror.builders/post/99222</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99222</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 15:55:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 15:22: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> Yes, it looks like the ports are mapped.  I can reach the IP/port from my laptop.</p>
]]></description><link>https://forum.magicmirror.builders/post/99220</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99220</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 15:22:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 15:15:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a></p>
<p dir="auto">the authorization , step 2</p>
<pre><code>cd authorization
node app
</code></pre>
<p dir="auto">should run forever</p>
<p dir="auto">and app.js uses port 8888<br />
so u have to run this IN the container, right?</p>
]]></description><link>https://forum.magicmirror.builders/post/99219</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99219</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 15:15:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 15:05:00 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 don’t see port 8888 running on the container.</p>
]]></description><link>https://forum.magicmirror.builders/post/99218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99218</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 15:05:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 14:57:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> so are the ports mapped? 8888 on the container to something on the host?</p>
<p dir="auto">unless u did that,  that is not accessible</p>
<p dir="auto">the request will cause a callback to that system</p>
]]></description><link>https://forum.magicmirror.builders/post/99217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99217</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 14:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 14:44:47 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> No, this is a LXC container.</p>
]]></description><link>https://forum.magicmirror.builders/post/99216</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99216</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 14:44:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 14:35:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> did u try on the pi?</p>
]]></description><link>https://forum.magicmirror.builders/post/99215</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99215</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 14:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 14:10:56 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> said in <a href="/post/99211">MMM-NowPlayingOnSpotify no longer working?</a>:</p>
<blockquote>
<p dir="auto">“When the app is running you can access it by opening localhost:8888 in your browser. Provided you are doing this directly on your Raspberry Pi”</p>
</blockquote>
<p dir="auto">No, I am accessing via the 192. address.</p>
]]></description><link>https://forum.magicmirror.builders/post/99214</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99214</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 14:10:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 13:34:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> are you doing this<br />
“When the app is running you can access it by opening localhost:8888 in your browser. Provided you are doing this directly on your Raspberry Pi”</p>
]]></description><link>https://forum.magicmirror.builders/post/99211</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99211</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 13:34:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 12:35:25 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> The steps are listed here: <a href="https://github.com/raywo/MMM-NowPlayingOnSpotify" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/raywo/MMM-NowPlayingOnSpotify</a></p>
]]></description><link>https://forum.magicmirror.builders/post/99208</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99208</guid><dc:creator><![CDATA[droidus]]></dc:creator><pubDate>Mon, 31 Jan 2022 12:35:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NowPlayingOnSpotify no longer working? on Mon, 31 Jan 2022 02:50:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/droidus" aria-label="Profile: droidus">@<bdi>droidus</bdi></a> sorry, we(I) don’t know what steps you are talking about</p>
]]></description><link>https://forum.magicmirror.builders/post/99196</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99196</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 02:50:49 GMT</pubDate></item></channel></rss>