MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ELMAGO
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    E
    Offline
    • Profile
    • Following 2
    • Followers 4
    • Topics 17
    • Posts 121
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: JSON request module

      @sdetweil thank.

      posted in Requests
      E
      ELMAGO
    • 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°c

      Thank you in advance for your help.
      And sorry for my English.:face_savoring_food: :face_savoring_food:

      posted in Requests
      E
      ELMAGO
    • 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,
      
      				},
      
      
      posted in Utilities
      E
      ELMAGO
    • 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.”,

      			},
      
      posted in Utilities
      E
      ELMAGO
    • 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

      posted in Utilities
      E
      ELMAGO
    • 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.

      posted in Requests
      E
      ELMAGO
    • RE: MMM-VigiCrues

      @grena c’est parfait, merci.

      posted in Utilities
      E
      ELMAGO
    • RE: MMM-VigiCrues

      Bonjour

      depuis quelques jours ce plugin m’affiche cela :

      20211121_141711.jpg

      Connaissez vous le problème ?

      posted in Utilities
      E
      ELMAGO
    • RE: Multiple instances

      @tippon

      Hello

      I did like you and it works perfectly.

      Thank you so much.

      posted in Tutorials
      E
      ELMAGO
    • RE: Multiple instances

      @sdetweil

      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

      posted in Tutorials
      E
      ELMAGO
    • 1 / 1