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

    Posts

    Recent Best Controversial
    • RE: MMM-Domiticz

      Hi,

      First of all, thank you for the hard work on those modules.

      I’m nex to the MM world, and in the linux world in global, and it seems that I won’t be able to make it without your help.
      The module shows “Loading Domoticz data…” and seems to never get them…

      My config.js contains this :

       {
                              module: "MMM-Domoticz",
                              position: "bottom_right", 
                              config:
                                      {
                                      updateInterval: 20,
                                      apiBase: "https://192.168.**.***",
                                      apiPort: 443,
                                      apiUser: "**********",
                                      apiPw: "*********",
                                      moduleTitle: "Domoticz",
                                      temperatureTitle: "Températures dans la maison",
                                      subMenus: true,
                                      showItems: ['temperature', 'humidity'],
                                      textWhite: false,
                                      groupSensors: true,
                                      }
                      },
      
      

      Sadly, it seems that the pi running the MM isn’t getting an answer from the pi running Domoticz.

      I tried the url access from my browser:
      https://192.168..*/json.htm?type=devices&filter=all&used=true&order=Name

      I obtain a return with the different systems connected (RFXCom, Zwave, hue…)

      Can somebody guide me throught this please?

      Thanx !

      Regards,
      Awn

      posted in Utilities
      A
      Awn
    • 1 / 1