A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Domoticz-ext BME280 temperature, pressure and humidity are not displayed
-
Hello everyone, can someone please help? I don’t see the data from the BME280, I only see the inscription. I have no idea where my mistake is.
{ module: "MMM-Domoticz-ext", position: "top_left", config: { apiBase: "192.168.2.90", apiPort: "8081", updateInterval: 15, displayType: "room", alwaysShowDashboard: false, alwaysShowActions: false, showButtons: false, horizontal: false, columnCount: 3, dashboardColumnCount: 13, maxTitleLength: 18, coloredIcons: true, rooms: [ { idx: "1", name:"@ MajSoft 2019 - 2024" }, //{ idx: "2", name:"" }, { idx: "3", name:"BME280" }, ], } },
the sensor is connected to the ESP8266 and the data is sent to the domoticz server where the data can be seen.
ESP
-
@majsoft The module is abandoned. The maintainer wrote in the repository: “!!! Not maintained anymore !!! Since I do not use Domoticz anymore, this module is not maintained. Feel free to fork it and make the changes you need.”
-
yes i know that but i was hoping someone has dealt with a similar problem with this module and would know some advice.