• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 suggestion

Scheduled Pinned Locked Moved Unsolved Requests
7 Posts 2 Posters 1.2k Views 2 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.
  • E Offline
    ELMAGO
    last edited by Dec 9, 2019, 9:26 AM

    Re: MMM - Spotify

    Hello

    is it possible to remove the module if no music for 5 minutes for example?

    Thank you

    ? 1 Reply Last reply Dec 9, 2019, 9:44 AM Reply Quote 0
    • ? Offline
      A Former User @ELMAGO
      last edited by Dec 9, 2019, 9:44 AM

      @ELMAGO
      Removing module is impossible.
      When all the player is off, It will be inactivated.(hided from screen)

      E 1 Reply Last reply Dec 9, 2019, 9:49 AM Reply Quote 0
      • E Offline
        ELMAGO @Guest
        last edited by Dec 9, 2019, 9:49 AM

        @Sean

        I have difficulty expressing myself, passing it inactive in this case.

        My problem is that when I play my Spotify music on a speaker in my house, if I cut Spotifu on my phone, the speaker is still active module the rest also but paused.

        Can you help me again?

        Thanks in advance.

        1 Reply Last reply Reply Quote 0
        • E Offline
          ELMAGO
          last edited by Dec 9, 2019, 2:32 PM

          No answers

          ? 1 Reply Last reply Dec 9, 2019, 4:44 PM Reply Quote 0
          • ? Offline
            A Former User @ELMAGO
            last edited by A Former User Dec 9, 2019, 4:53 PM Dec 9, 2019, 4:44 PM

            @ELMAGO
            I’m not standing aside to answer all the questions.

            Anyway,
            You can put this code into your css/custom.css

            #SPOTIFY.pausing {
              display:none;
            }
            
            #SPOTIFY.playing {
              display:block;
            }
            

            It could make module be displayed only on playing. If you might pause, module will be hidden.

            E 2 Replies Last reply Dec 10, 2019, 8:19 AM Reply Quote 0
            • E Offline
              ELMAGO @Guest
              last edited by Dec 10, 2019, 8:19 AM

              @Sean said in MMM-Spotify suggestion:

              I’m not standing aside to answer all the questions.
              Anyway,
              You can put this code into your css/custom.css
              #SPOTIFY.pausing {
              display:none;
              }

              #SPOTIFY.playing {
              display:block;
              }

              It could make module be displayed only on playing. If you might pause, module will be hidden.

              Hello

              thank you for cutter back, I test it tonight and I come back to you.

              Thanks for your help.

              1 Reply Last reply Reply Quote 0
              • E Offline
                ELMAGO @Guest
                last edited by Dec 10, 2019, 7:48 PM

                @Sean said in MMM-Spotify suggestion:

                #SPOTIFY.pausing {
                display:none;
                }

                #SPOTIFY.playing {
                display:block;
                }

                It’s perfect, thank you

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  4/7
                  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