Thanks for making this module.
I am running into a continuous issue after setting it up.
This module is getting rate limited for some reason after some time.
I do not have this API and credentials set up for any other app as this is the only app I have it setup for so ther cannot be any throttling.
I have noticed the DOM updates every 1 second. Could that be causing it?
The config.js code is below.
{
module: "MMM-NowPlayingOnSpotify",
position: "top_right",
updatesEvery: 5,
classes: "page1",
config: {
showCoverArt: true,
clientID: "XXXXXXXXXXXXXXXXXXXXXXXXXX",
clientSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXX",
redirectURI: "http://127.0.0.1:8888/callback"
}
}
The log from the pm2 logs MagicMirror is below:
[2026-09-07 19:01:23.238] [LOG] [MMM-NowPlayingOnSpotify] [MMM-NowPlayingOnSpotify] Transient error, keeping last data: Rate limited by Spotify.
