MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. SuperfrogMe
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    SuperfrogMe

    @SuperfrogMe

    0
    Reputation
    4
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    SuperfrogMe Unfollow Follow

    Latest posts made by SuperfrogMe

    • RE: MMM-Spotify

      I did a clean total reinstallation of my RPI3 under Raspbian Buster. Always the same problem, module blocked after a few minutes.

      Can we think of a bug?
      I will reinstall MMM-Spotify with only 1 account configured to see if the problem recurs.

      posted in Entertainment
      S
      SuperfrogMe
    • RE: MMM-Spotify

      Hi !
      Thirst, thanks to the devs for this module and the multi account function !

      I have a problem with the module. After some songs, the module stay stuck on a song.
      I have only some modules on my MM, and all others modules work fine.

      We are 2 at home, with 2 premium account and 1 Spotify Connect receiver. We mainly use le Spotify Connect receiver.

      The problem occurs with all the revceivers (Spotify connect or smartphones).

      Do you have an idea of the problem ?

      Annotation 2020-04-14 180026.png

      [
        {
            "USERNAME": "First user",
            "CLIENT_ID" : "xxx",
            "CLIENT_SECRET" : "yyy",
            "AUTH_DOMAIN" : "http://localhost",
            "AUTH_PATH" : "/callback",
            "AUTH_PORT" : "8888",
            "SCOPE" : "user-read-private app-remote-control playlist-read-private streaming user-read-playback-state user-modify-playback-state",
            "TOKEN" : "./firstuser_token.json"
        },
        {
            "USERNAME": "Second user",
            "CLIENT_ID" : "zzz",
            "CLIENT_SECRET" : "www",
            "AUTH_DOMAIN" : "http://localhost",
            "AUTH_PATH" : "/callback",
            "AUTH_PORT" : "8888",
            "SCOPE" : "user-read-private app-remote-control playlist-read-private streaming user-read-playback-state user-modify-playback-state",
            "TOKEN" : "./seconduser_token.json"
        }
      ]
      
      posted in Entertainment
      S
      SuperfrogMe