<?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[Spotify app for M5Paper]]></title><description><![CDATA[<p dir="auto">Application to monitor and control a Spotify client using the M5Paper.<br />
Note: This is not itself a Spotify client, it cannot stream Spotify through the M5Paper.</p>
<p dir="auto">Three screen layouts available, show below.<br />
Initial Spotify authentication through a built-on webserver, then refresh token saved to EEPROM and should function independently.</p>
<p dir="auto">Polls Spotify to update data at one of two compile-time configurable rates, depending on whether there is currently an active Spotify device found or not. Shuts down after configurable interval with no active client found if running on battery.</p>
<p dir="auto">You need to create a (free) developer account and client app with Spotify, and approve access of this application to your Spotify account.</p>
<p dir="auto">Requested scopes are:</p>
<ul>
<li>user-read-private</li>
<li>user-read-currently-playing</li>
<li>user-read-recently-played</li>
<li>user-read-playback-state</li>
<li>user-modify-playback-state</li>
</ul>
<p dir="auto">Code available at <a href="https://github.com/murraypaul/M5Spot" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/murraypaul/M5Spot</a>.<br />
Based on original M5Spot project by Cosmic Mac available at <a href="https://github.com/CosmicMac/M5Spot" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/CosmicMac/M5Spot</a>.</p>
<p dir="auto">Icons by <a href="https://icons8.com/" target="_blank" rel="noopener noreferrer nofollow ugc">icons8</a>.</p>
<p dir="auto"><img src="https://i.imgur.com/FAQSTYl.png" alt="Landscape, big art" class=" img-fluid img-markdown" /><br />
<img src="https://i.imgur.com/ZGtgkYS.png" alt="Landscape, small art" class=" img-fluid img-markdown" /><br />
<img src="https://i.imgur.com/iwbnASj.png" alt="Portrait, big art" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/3049/spotify-app-for-m5paper</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:02:21 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3049.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Mar 2021 11:34:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Spotify app for M5Paper on Sun, 22 Sep 2024 15:07:00 GMT]]></title><description><![CDATA[<p dir="auto">How can I create an M5Paper app to monitor and control a Spotify client (without streaming) that features three screen layouts, authenticates via a built-in web server, and saves the refresh token to EEPROM? It should poll Spotify at configurable rates and shut down after a set time without an active client. I’ll need to set up a Spotify developer account for specific scopes while highlighting Spotify Premium benefits and providing a download link. The code is available at <a href="https://github.com/murraypaul/M5Spot" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/murraypaul/M5Spot</a>, based on Cosmic Mac's original project.</p>
]]></description><link>https://community.m5stack.com/post/26482</link><guid isPermaLink="true">https://community.m5stack.com/post/26482</guid><dc:creator><![CDATA[enzo5]]></dc:creator><pubDate>Sun, 22 Sep 2024 15:07:00 GMT</pubDate></item><item><title><![CDATA[Reply to Spotify app for M5Paper on Thu, 24 Aug 2023 14:43:32 GMT]]></title><description><![CDATA[<p dir="auto">I have been trying to get this project up and running for a few days. I had to change the definition of the version in the code and then I was able to flash the code successfully via the Arduino IDE.<br />
Now I have problems with the refresh token. Has anyone used the code again? Were there any adjustments in the API that I overlooked?<br />
I think this project is totally cool, but I can't get it to run properly. Would be grateful for any help.<br />
Kind regards</p>
]]></description><link>https://community.m5stack.com/post/22049</link><guid isPermaLink="true">https://community.m5stack.com/post/22049</guid><dc:creator><![CDATA[roncolony]]></dc:creator><pubDate>Thu, 24 Aug 2023 14:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to Spotify app for M5Paper on Mon, 16 Aug 2021 08:45:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bwubs" aria-label="Profile: bwubs">@<bdi>bwubs</bdi></a> This is part of the arduino-esp32 package: <a href="https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFi/src" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFi/src</a>, you should have that installed already.</p>
]]></description><link>https://community.m5stack.com/post/14657</link><guid isPermaLink="true">https://community.m5stack.com/post/14657</guid><dc:creator><![CDATA[murraypaul]]></dc:creator><pubDate>Mon, 16 Aug 2021 08:45:17 GMT</pubDate></item><item><title><![CDATA[Reply to Spotify app for M5Paper on Sun, 15 Aug 2021 14:41:39 GMT]]></title><description><![CDATA[<p dir="auto">I finally have some time to look into putting this on my m5paper, but i'm unable to compile it. I'm getting the following error message:</p>
<p dir="auto">fatal error: WiFiMulti.h: No such file or directory</p>
<p dir="auto">Do you have any idea whats going wrong? I've tried searching the web for WiFiMulti, but I cannot find the library it's part of.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.m5stack.com/post/14647</link><guid isPermaLink="true">https://community.m5stack.com/post/14647</guid><dc:creator><![CDATA[bwubs]]></dc:creator><pubDate>Sun, 15 Aug 2021 14:41:39 GMT</pubDate></item><item><title><![CDATA[Reply to Spotify app for M5Paper on Wed, 17 Mar 2021 13:31:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bwubs" aria-label="Profile: bwubs">@<bdi>bwubs</bdi></a> Just one, which you have to specify when compiling the app.</p>
]]></description><link>https://community.m5stack.com/post/13066</link><guid isPermaLink="true">https://community.m5stack.com/post/13066</guid><dc:creator><![CDATA[murraypaul]]></dc:creator><pubDate>Wed, 17 Mar 2021 13:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to Spotify app for M5Paper on Wed, 17 Mar 2021 12:23:26 GMT]]></title><description><![CDATA[<p dir="auto">This looks amazing, just what I need. Thanks!</p>
<p dir="auto">Does it support multiple accounts or just one?</p>
]]></description><link>https://community.m5stack.com/post/13062</link><guid isPermaLink="true">https://community.m5stack.com/post/13062</guid><dc:creator><![CDATA[bwubs]]></dc:creator><pubDate>Wed, 17 Mar 2021 12:23:26 GMT</pubDate></item></channel></rss>