Open spietrowski opened 5 years ago
@spietrowski didn't work for me this way either, had to go through the web app for config.
Use your pi name and 8888
as the port. Follow the app for authentication.
After that, it works like a charm!
I'm having this same issue. I've checked my dashboard on the spotify developer page, and it is showing activity from one daily user, so I know it's connecting to the app but nothing is being displayed.
I've noticed a lot of git issues from people with this same problem, and many have been closed with no solution (or really basic ones). I've tried restarting, the repo is in the correct folder and it has the correct name.
Pas d'affichage sur le MagicMirror, refait l'installation 4 fois avec changement d'application Spotify mais rien n'y fait.
Y a t-il une sollution?
Hi all,
i installed the Module as posted and everything did work out. I got my Client ID, pasted everything in my config file and even have the spotify icon on my mirror. BUT if i play songs on Spotify, the module does nothing…
my config is as followed:
module:
"MMM-NowPlayingOnSpotify", position: "bottom_left", config: { clientID: "my id", clientSecret: "mysecret", accessToken: "mytoken", refreshToken: "myothertoken"}
i noticed that the modules needs “Node.js version >= 7”, so i made a quick check withnode
-v
and it turns out, that i have version 10 installed (v10.15.3)…Any ideas on how to fix that (at least for me) broken module?