@lotman9000 Ill try. thank you!
Read the statement by Michael Teeuw here.
Latest posts made by Abstr
-
RE: MMM-Spotify
@sdetweil Yes, I got both both accounts allowed in the correct order. Username, ID’s and token work fine. I’ve setup two users in spotify.config.json like the sample below. The user which I put first in the spotify.config.json get to display the music in MagicMirror. The second user doesnt. No matter if I swap them.
[
{
“USERNAME”: “AN NAME TO IDENTIFY THIS ACCOUNT”,
“CLIENT_ID” : “PUT_YOUR_SPOTIFY_APP_CLIENT_ID”,
“CLIENT_SECRET” : “PUT_YOUR_SPOTIFY_APP_CLIENT_SECRET”,
“TOKEN” : “./username_token.json”
},
{
“USERNAME”: “ANOTHER NAME TO IDENTIFY THIS ACCOUNT”,
“CLIENT_ID” : “PUT_YOUR_SPOTIFY_APP_CLIENT_ID”,
“CLIENT_SECRET” : “PUT_YOUR_SPOTIFY_APP_CLIENT_SECRET”,
“TOKEN” : “./another_token.json”
}
] -
RE: MMM-Spotify
@sdetweil ‘‘spotify doesnt care about not its platform’’, thats oke but my problem is switching between multiple spotify accounts.
-
RE: MMM-Spotify
@sdetweil Sorry, you are right. But I mean, I can connect my phone (with account A) to the spotify module. It shows up on the MM and music plays with Raspotify.
But switching to another phone (with account B ) isnt working. Music plays with Raspotify but doesnt show up on the MagicMirror.
I’ll try the connect app
-
RE: MMM-Spotify
@requiemmg , @sdetweil Thanks for the quick reply. Volume is working fine, but switching between 2 different “Client Id’s” isnt working. The MagicMirror only shows the accountdefault: 0. This means first device is working fine, but it isnt possible to switch to another device.
-
RE: MMM-Spotify
Hey Requiemmg, I’m dealing with the exact same problem, so im very curious if you managed to fix the problem? thnx!