MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.

    UNSOLVED MMM-Spotify suggestion

    Requests
    2
    7
    922
    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
      ELMAGO last edited by

      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 Reply Quote 0
      • ?
        A Former User @ELMAGO last edited by

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

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

          @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
            ELMAGO last edited by

            No answers

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

              @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 Reply Quote 0
              • E
                ELMAGO @Guest last edited by

                @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
                  ELMAGO @Guest last edited by

                  @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
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy