I’m sorry, I understood correctly for the css part, but not for the module itself.
Could you give me this concrete example?
I’m sorry, I understood correctly for the css part, but not for the module itself.
Could you give me this concrete example?
@ELMAGO said in MMM-Jeedom:
okay so i would make the effort, no problem, can answer my previous question?
Exemple :
{
idx: "77",
customTitle: "Batterie Etage : ",
unit : "%",
},
if the result is greater than 50 then I would like it to be in green
okay so i would make the effort, no problem, can answer my previous question?
Hello
thank you for your answer, I have the impression that you speak French, I’m wrong?
What you have provided me is a change of symbol if I understand well, how to do for the color of the font?
Thanks in advance.
@Sean said in MMM-Spotify suggestion:
#SPOTIFY.pausing {
display:none;
}#SPOTIFY.playing {
display:block;
}
It’s perfect, thank you
J’en ferais que je le peindrai.
Voici quelques photos de la construction :
Changement du module METEO :
Bonne journée
@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.