Bonjour a tous le monde
voila le premier exemple un logo de mon jeedom :

voila une façon d utilise le plugins HTML pour plus d e détaille a venir .

copie le code et le colle dans les deux Dashboard et mobile pour avoir les résulta dans les deux
<style>
.Carte_Ambiant {
--f_sizeT: 50px;
--ColorT : DarkRed;
background: DarkRed;
box-shadow: 0px 8px 28px -9px DarkGreen;
position: relative;
width: 240px;
height: 110px;
border-radius: 16px;
overflow: hidden;
transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
cursor: pointer;
}
.Animation_Carte {
position: absolute;
width: 540px;
height: 700px;
opacity: 0.6;
left: 0;
top: 0;
margin-left: -50%;
margin-top: -70%;
background: linear-gradient(744deg,#af40ff,#5b42f3 60%,#00ddeb);
}
.Animation_Carte:nth-child(2),
.Animation_Carte:nth-child(3) {
top: 210px;
}
.playing .Animation_Carte {
border-radius: 40%;
animation: Animation_Carte 3000ms infinite linear;
}
.Animation_Carte {
border-radius: 40%;
animation: Animation_Carte 55s infinite linear;
}
.playing .Animation_Carte:nth-child(2) {
animation-duration: 4000ms;
}
.Animation_Carte:nth-child(2) {
animation-duration: 50s;
}
.playing .Animation_Carte:nth-child(3) {
animation-duration: 5000ms;
}
.Animation_Carte:nth-child(3) {
animation-duration: 45s;
}
@keyframes Animation_Carte {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.IconeAmbiant{
position: absolute;
margin-top: 1px;
margin-left: 210px;
width: 20px;
height: 20px;
z-index: 12;
animation: clouds 12s infinite;
animation: IconeAmbiant_Anime 10s ease-in-out infinite;
}
@keyframes IconeAmbiant_Anime {
0% {
transform: translateX(0em) translateY(0em);
}
25% {
transform: translateY(-0.5em) translateX(0.5em);
rotate: -10deg;
}
50% {
transform: translateY(0.5em) translateX(-0.5em);
}
75% {
transform: translateY(-0.75em) translateX(0.5em);
rotate: 10deg;
}
100% {
transform: translateX(0em) translateY(0em);
}
}
.ValueAmbiant{
position: absolute;
left:7px;
bottom: 20px;
font-weight: 700;
font-size: var(--f_sizeT);
line-height: 77px;
color: var(--ColorT);
}
.IconeMin{
position: absolute;
margin-top: 30px;
margin-left: 190px;
width: 20px;
height: 20px;
z-index: 12;
animation: clouds 12s infinite;
animation-timing-function: ease-in-out;
}
.ValueMin{
position: absolute;
margin-top: 0px;
margin-left: 205px;
font-weight: 700;
font-size:12px;
line-height: 77px;
color: DarkOrange;
}
.IconeMax{
position: absolute;
margin-top: 45px;
margin-left: 190px;
width: 20px;
height: 20px;
z-index: 12;
animation: clouds 12s infinite;
animation-timing-function: ease-in-out;
}
.ValueMax{
position: absolute;
margin-top: 15px;
margin-left: 205px;
font-weight: 700;
font-size:12px;
line-height: 77px;
color: DarkOrange;
}
.TitreAmbiant{
position: absolute;
margin-top: -25px;
margin-left: 8px;
font-weight: 700;
font-size:18px;
line-height: 77px;
color: DarkGoldenRod;
}
.DateAmbiant{
position: absolute;
margin-top: 65px;
margin-left: 20px;
font-weight: 700;
font-size:10px;
line-height: 77px;
color: Cornsilk;
}
</style>
<div class="Carte_Ambiant playing"><div class="image"></div><div class="Animation_Carte"></div><div class="Animation_Carte"></div><div class="Animation_Carte"></div>
<div class="TitreAmbiant">Humedite</div>
<div class="IconeAmbiant"><img src='https://basmilius.github.io/weather-icons/production/line/all/raindrop.svg'></div>
<div class="ValueAmbiant">25%</div>
<div class="IconeMin"><i class='icon icomoon-arrow-down icon_red'></i></div>
<div class="ValueMin">min%</div>
<div class="IconeMax"><i class='icon icomoon-arrow-up icon_red'></i></div>
<div class="ValueMax">max%</div>
<div class="DateAmbiant">2025-08-30 24:40:12</div>
</div>
Informations Jeedom
Core : 4.4.19 (master)
DNS Jeedom : non
Plugin : HTML Display
Version : 2025-09-06 01:20:53 (stable)

