Read the statement by Michael Teeuw here.
MMM-Spotify
-
@Sean @ejay-ibm I’ve got a Spotify Premium account now so I was giving MMM-Spotify another shot, but I am stuck at instructions step #4.
I am logged in however I get
INVALID_CLIENT: Invalid redirect URI
in the webpage once I click the generated URL. :confused_face:Any thoughts?
-
@Cr4z33
Your two values of “REDIRCT_URI” should be the same; Your spotify App setup and yourspotify.config.json
. Check again. -
@Sean sorry where shoud I look for that? :smiling_face_with_open_mouth_cold_sweat:
In the generated link or?
-
There’s more now I notice a following error message in the terminal
[SPOTIFY_AUTH] Error: null { error: 'invalid_request', error_description: 'code must be supplied' }
-
@Cr4z33
Go to https://developer.spotify.com/dashboard/applications (login)Then select your spotify app for this module. (You might have created one if you followed instruction)
Then check your redirect_uri with your
spotify.config.json
.
-
@Sean that was the solution. :D
The redirect URI for some reason was empty.As soon as I added it manually re-running step #4 worked like a charm. :thumbs_up_medium_skin_tone:
-
@Sean OK now a different issue.
I added the MMM-AssistantMk2 needed lines, but when I say ie.
Michael Jackson on Spotify
nothing happens…Isn’t it supposed to play then straight on MagicMirror? :thinking_face:
-
@Cr4z33
If you didn’t make a propercommand
about it (withtransciptionHook
orgAction
- I recommendgAction
becausespotify
would be a reserved feature of real Google Assistant but not supported on this SDK level.), you can’t. -
@Sean well I followed your instructions so… :grimacing_face:
gAction
you say?
Ouch that’s all new to me and I guess it will take a while then… OK… :confounded_face: -
@Sean OK maybe it is my fault, but it was my understanding that this Spotify module can be also a stand-alone player?
For some reason a second try at
Michael Jackson on Spotify
made start the web player I was previously running on my computer…Does this mean that if I have Raspotify (how to set it up then?) I can actually run everything from the Pi?