Read the statement by Michael Teeuw here.
MMM-Spotify suggestion
-
@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.
-
No answers
-
@ELMAGO
I’m not standing aside to answer all the questions.Anyway,
You can put this code into yourcss/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.
-
@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.
-
@Sean said in MMM-Spotify suggestion:
#SPOTIFY.pausing {
display:none;
}#SPOTIFY.playing {
display:block;
}It’s perfect, thank you