@sdetweil thank.
Read the statement by Michael Teeuw here.
Posts
-
JSON request module
hello,
I am looking for a module that would display several JSON replies.
I tested MMM-JSON but does not work black screen, MMM-JsonTable
but is not multi url, MMM-json-feed the same.My urls are coordinated as follows:
http://192.168.100.244:3000/ROOMTIME
And the answer is
// 20221123185334
// http://192.168.100.244:3000/ROOMTIME{
“status”: “successful”,
“url”: “/ROOMTIME”,
“method”: “GET”,
“data”: 21.4
}I will therefore need a module where I can display a specific name for each url, ex:
Temp. Room 21.4°cThank you in advance for your help.
And sorry for my English.:face_savoring_food: :face_savoring_food: -
RE: MMM-Jeedom Display presence on same line
@selyjohns Oui une idée mais à la c…
j’essayerais d’indexer le tout :
Voici ton code modifié :
{ module: 'MMM-Jeedom', header: 'Informations Maison', position: "bottom_right", config: { updateInterval: 3000, jeedomAPIKey: "XXX", jeedomURL: "X.X.X.X", jeedomPORT: 80, jeedomHTTPS: false, jeedomAPIPath: "/core/api/jeeApi.php", sensors: [ { idx: "473", symbolon1: "fa fa-user-check", symboloff1: "fa fa-user-times", customTitle1: "Josselyn", boolean1: true, sameLine1 : true, }, { idx: "481", symbolon2: "fa fa-user-check", symboloff2: "fa fa-user-times", customTitle2: "Stéphanie", boolean2: true, sameLine2 : true, }, { idx:"1183", sameLine1: true, unit : "°C", }, { idx:"1184", customTitle: "Salon", symbol: "fa fa-thermometer-half", sameLine2: true, unit : "%", },
Et voici mon bout de code pour exemple :
sensors: [ { idx: "778", //customTitle: "Trajet 1 : ", sameLine1: true, unit : "min.", }, { idx: "777", customTitle: "Trajet 1 : ", sameLine2: true, }, { idx: "780", //customTitle: "Trajet 2 : ", sameLine1: true, unit : "min.", }, { idx: "779", customTitle: "Trajet 2 : ", sameLine2: true, },
-
RE: MMM-Jeedom Display presence on same line
@selyjohns donne moi aussi ton fichier config ou au mini la parti de ce module.
mais de memoire il faut ajouter un truc du genre :
sameLine: true,
comme la par exemple :
{
idx: “778”,
//customTitle: "Trajet 1 : ",
sameLine1: true,
unit : “min.”,},
{
idx: “780”,
//customTitle: "Trajet 2 : ",
sameLine1: true,
unit : “min.”,},
-
RE: MMM-Jeedom Display presence on same line
@selyjohns je n’ai pas tout à fait compris ce que tu souhaites. Mais je peux reprendre demain pour voir si j’ai quelque-chose qui puisse t’aider…et oui je suis français
-
MMM-Jeedom
Hello everyone,
I would like to be able to display this Jeedom module only if the response to one of the “sensors” is different from a value.
Is it possible ?
Thank you for your response and happy holidays to all.
-
RE: MMM-VigiCrues
Bonjour
depuis quelques jours ce plugin m’affiche cela :
Connaissez vous le problème ?
-
RE: Multiple instances
Hello.
I must have expressed myself badly.
yes indeed there is only one on the screen but when I restart the RPI it displays one or the other.
if I understand your explanation correctly, I have to put in the file mm.sh last the instance that I want to display on the physical screen.thank you