@Jack_Gregorski ok, i see the same thing…

workaround
change Spotify.js
from

line 249-250

let file = path.resolve(__dirname, this.config.TOKEN) let waitForFileTimeout = 0

to

let file = path.resolve(__dirname, this.config.TOKEN) let waitForFileTimeout = 60*1000

basically the code sets up the server to listen for the callback, but doesn’t wait for you to interact with the web page

opened issue
https://github.com/skuethe/MMM-Spotify/issues/192