MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM - Spotify

    Scheduled Pinned Locked Moved Solved Requests
    22 Posts 3 Posters 6.2k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @ELMAGO
      last edited by

      @ELMAGO Ok… let me feed that back…

      you have multiple devices capable of playing spotify music, and you would like to prevent/limit the active playing display to just certain devices (your phone, but not your teenagers for example).

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • E Offline
        ELMAGO
        last edited by

        @sdetweil said in MMM - Spotify:

        you have multiple devices capable of playing spotify music, and you would like to prevent/limit the active playing display to just certain devices (your phone, but not your teenagers for example).

        Indeed, I have several devices. I use my computer at work, for example, and I do not want it to work on my MagicMirror at home.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @ELMAGO
          last edited by

          @ELMAGO got it… I don’t know how to solve the problem, but didn’t understand your need at the beginning.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • E Offline
            ELMAGO
            last edited by

            @sdetweil said in MMM - Spotify:

            got it… I don’t know how to solve the problem, but didn’t understand your need at the beginning.

            ok thanks

            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @ELMAGO
              last edited by

              @ELMAGO
              0_1575469304359_333.png

              Isn’t this working?

              E 1 Reply Last reply Reply Quote 0
              • E Offline
                ELMAGO
                last edited by

                I did not use this module in fact, I install it and I come back to you.
                Thank you

                1 Reply Last reply Reply Quote 0
                • E Offline
                  ELMAGO @Guest
                  last edited by

                  @Sean

                  I just finished the installation.
                  If I do not put anything in this option, I see what Diffuse Spotify, but if I use this option :

                  {
                  module: “MMM-Spotify”,
                  position: “top_center”,
                  config: {
                  style: “default”, // “default” or “mini” available
                  control: “hidden”, //“default”, “hidden” available
                  updateInterval: 100,
                  onStart: null, // disable onStart feature with null
                  allowDevices: [“Galaxy S10”], //If you want to limit devices to display info, use this.
                  // allowDevices: [“RASPOTIFY”, “My iPhoneX”, “My Home speaker”],
                  }
                  },

                  I have the Spotify logo but that’s it.

                  An idea ?

                  ? 1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User @ELMAGO
                    last edited by

                    @ELMAGO
                    any of your spotify player needs to be turned on. did u install raspotify?

                    E 1 Reply Last reply Reply Quote 0
                    • E Offline
                      ELMAGO @Guest
                      last edited by

                      @Sean

                      Hello,

                      a player was running, the Galaxy S10 precisely.

                      I just want to make a display of the music that passes on some players.

                      Why need Raspotify?

                      ? 1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User @ELMAGO
                        last edited by

                        @ELMAGO
                        if u has no need to play spotify on rpi, raspotify is not required.
                        anyway, to get current spotify playback info, one of your spotify player(galaxy s10) should be activated already before MMM-Spotify. The module doesn’t know which player is available until the player is activated.

                        E 1 Reply Last reply Reply Quote 0
                        • E Offline
                          ELMAGO @Guest
                          last edited by ELMAGO

                          @Sean said in MMM - Spotify:

                          if u has no need to play spotify on rpi, raspotify is not required.
                          anyway, to get current spotify playback info, one of your spotify player(galaxy s10) should be activated already before MMM-Spotify. The module doesn’t know which player is available until the player is activated.

                          ok, I understand and I do not want to play spotify on this Rasp, I just want a display of music that passes on some players. So why when I do not restrict devices and change device, the module detects it well, whereas when I restrict it there is no display.

                          1 Reply Last reply Reply Quote 0
                          • E Offline
                            ELMAGO
                            last edited by

                            Someone will have an idea?

                            ? 1 Reply Last reply Reply Quote 0
                            • ? Offline
                              A Former User @ELMAGO
                              last edited by A Former User

                              @ELMAGO
                              I’ve updated, Update module and try again.

                                {
                                    module: "MMM-Spotify",
                                    position: "bottom_right",
                                    config: {
                                      allowDevices:["My iPhoneXI Pro"], // < - Change this to your device name.
                                    }
                                  },
                              
                              E 1 Reply Last reply Reply Quote 0
                              • E Offline
                                ELMAGO @Guest
                                last edited by

                                @Sean

                                Hello

                                and thank you, how to update the module?

                                ? 1 Reply Last reply Reply Quote 0
                                • ? Offline
                                  A Former User @ELMAGO
                                  last edited by

                                  @ELMAGO
                                  git pull in MMM-Spotify directory.

                                  E 1 Reply Last reply Reply Quote 0
                                  • E Offline
                                    ELMAGO
                                    last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • E Offline
                                      ELMAGO @Guest
                                      last edited by

                                      @Sean

                                      Hello

                                      it’s perfect, great. For several devices I have to put a comma and [“XXXX”]?

                                      The Spotify logo, does not disappear?

                                      ? E 2 Replies Last reply Reply Quote 0
                                      • ? Offline
                                        A Former User @ELMAGO
                                        last edited by

                                        @ELMAGO

                                        For several devices I have to put a comma and [“XXXX”]?

                                        Yes. ["My iPhoneXI Pro", "DESKTOP-ABCD", "RASPOTIFY"].

                                        The Spotify logo, does not disappear?

                                        You can hide it by CSS or change the logo image file to what you want.

                                        1 Reply Last reply Reply Quote 0
                                        • E Offline
                                          ELMAGO @ELMAGO
                                          last edited by

                                          @Sean

                                          So, I went around the problem by making transparent the image that you apply.

                                          Thanks for your help.

                                          It works nickel …

                                          Really, thank you

                                          1 Reply Last reply Reply Quote 0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • 1
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post
                                          Enjoying MagicMirror? Please consider a donation!
                                          MagicMirror created by Michael Teeuw.
                                          Forum managed by Sam, technical setup by Karsten.
                                          This forum is using NodeBB as its core | Contributors
                                          Contact | Privacy Policy