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 Entertainment
    249 Posts 51 Posters 276.1k Views 54 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.
    • ? Offline
      A Former User
      last edited by A Former User

      @etayl : and ? what’s the problem ?

      1 Reply Last reply Reply Quote 0
      • J Offline
        JAMJAMT @Guest
        last edited by

        @Bugsounet I am using Spotify free account do not pay for the Premium,can I just download Spotify to MP3 by using any third-party tool and then add music on my mirror?

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

          Hello, I do not see the point of answering this question, MagicMirror and his team will NEVER respond to this

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

            @JAMJAMT that is not legal.

            none of us could advise u to do such a thing.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • R Offline
              raf
              last edited by

              hi all
              I have installed spotify but can only play the sound on my smartphone and my google nest mini, how can I play the sound through the speakers of the raspberry pi
              spotify does appear in the MagicMirror

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

                @raf Spotify requires a supporting player.

                librespot or raspotify

                note these are both installed in the base system outside mm.

                once u install and start them, you should see the pi device in your phone app Spotify player to transfer play to.

                I have installed the Spotify Connect app.on windows and my desktop linux, and can play on my pi, and see what is playing on mm

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                R 1 Reply Last reply Reply Quote 0
                • R Offline
                  raf @sdetweil
                  last edited by

                  @sdetweil
                  its only for premium users ?

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

                    @raf I think so

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • L Offline
                      Lauren0612
                      last edited by

                      @Sean said in MMM-Spotify:

                      MMM-Spotify

                      Where is this module? I cant find it on the magic mirror module list anymore :(

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

                        @Lauren0612 bugsounet has removed his modules.

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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

                          open again (temporarily)

                          L 1 Reply Last reply Reply Quote 0
                          • L Offline
                            Lauren0612 @Guest
                            last edited by

                            @Bugsounet noooo please come back 😥😥

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

                              MMM-Spotify works now :)
                              I have open it

                              L A 2 Replies Last reply Reply Quote 0
                              • L Offline
                                Lauren0612 @Guest
                                last edited by

                                @Bugsounet if i put it on my rasberry pi and you take away the module again I’m assuming it won’t work anymore? Sorry I’m new to rasberry pi and still trying to figure everything out 😩

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

                                  don’t cry :)
                                  You know i will not stop coding … I prefer make good thing and take time …

                                  in All case, actually i have not many time … (changing job and location)
                                  So i prefer make on line my modules rather than make you wait a long time !

                                  but in the long run i will make my own mirror system (it’s planned!)

                                  L 1 Reply Last reply Reply Quote 1
                                  • L Offline
                                    Lauren0612 @Guest
                                    last edited by

                                    @Bugsounet good luck in your new job!

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

                                      Thx, i start it in 15 days !
                                      So imagine, i have not many time for coding !

                                      and besides what I tell you the internet connection will be really but really not great …
                                      (maybe LTE altenative needed … i think)

                                      1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        Andresleonsalas @Guest
                                        last edited by

                                        @Bugsounet Thanks a lot! Your modules are GREAT!

                                        1 Reply Last reply Reply Quote 0
                                        • L Offline
                                          lotman9000
                                          last edited by

                                          Hey guys,
                                          I recently discovered this module and love it! Unfortunately, I can’t manage to enable the volume control via notifications. While other notifications such as “SPOTIFY_SHUFFLE” or “SPOTIFY_TOGGLE” work, “SPOTIFY_VOLUME_UP” or “_DOWN” won’t.

                                          I am using a usb macro pad as input device (mapped to numeric keys 1-10) with MMM-Keybindings. The following settings are a minimal working example from my config.js:

                                          modules: [
                                          		{
                                          			module: "alert",
                                          		},
                                          		{
                                                      		module: "MMM-KeyBindings",
                                                      		config: {
                                          				enableKeyboard: true,
                                          				handleKeys: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'],
                                          				actions: [
                                          						{
                                          						key: "1",
                                          						notification: "SPOTIFY_SHUFFLE"
                                          						},
                                          						{
                                          						key: "2",
                                          						notification: "SPOTIFY_VOLUME_DOWN"
                                          						},
                                          		{
                                            		module: "MMM-Spotify",
                                            		position: "bottom_left",
                                            		config: {
                                          			volumeSteps: 5,
                                          			debug: false, 
                                          			control: "hidden"
                                           			 }
                                          		}
                                          	]
                                          

                                          I also realized that the module is not receiving the current volume from my devices but is rather stuck at 100%.

                                          Is there anyone who might have an idea of how to fix this problem? Thank you so much in advance!

                                          1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            Abstr @requiemmg
                                            last edited by

                                            @requiemmg

                                            Hey Requiemmg, I’m dealing with the exact same problem, so im very curious if you managed to fix the problem? thnx!

                                            S 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
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 11 / 13
                                            • 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