@ArturB I’m the developer of the module. This is not possible at the moment. Since I don’t own a magic mirror anymore I kind of stopped the development of this module. Feel free to clone it and make your own modifications to the code.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Domoticz-ext: interact with Domoticz
-
RE: MMM-Domoticz-ext: interact with Domoticz
@fabaude
I think this is a bug. At the moment I do not have a pi running the mirror and module, so debugging is a bit difficult. If I find some time, I’ll see if I can install it and debug. If you only want to display the actions, there should be other modules that do this. -
RE: MMM-Domoticz-ext: interact with Domoticz
No, that’s not normal. In the config I see 5 buttons. Am I correct that the module displays 10?
-
RE: MMM-Domoticz-ext: interact with Domoticz
Great! Enjoy the module!
-
RE: MMM-Domoticz-ext: interact with Domoticz
I’m not sure if this is the problem, but there are two typos in the config: custonGauges should be customGauges en Actions should be actions (lower case a).
-
RE: MMM-Domoticz-ext: interact with Domoticz
Could you post your config of the module please? And are buttons not displayed at all or aren’t they working when you click them?
-
RE: MMM-Domoticz-ext: interact with Domoticz
Just remove the username en password and save the settings.

-
RE: MMM-Domoticz-ext: interact with Domoticz
The errors indicate that Domiticz cannot be reached. Would it be possible to temporarily disable the authentication in Domoticz and test it again?
-
RE: MMM-Domoticz-ext: interact with Domoticz
Ok, so the module doesn’t produce any errors. I’ll dive into it to see what is causing the problem.
-
RE: MMM-Domoticz-ext: interact with Domoticz
Hi, thanks for the compliment!
At first glance, I do not see any reason why it doesn’t work. Could you try opening the mirror in a browser on a computer: :8080.
Then open the monitor with F12 and see if the module generates error messages. Post the error messages here please.
-
RE: MMM-Domoticz-ext: interact with Domoticz
No problem at all! The module became a bit complex during the build :-)
-
RE: MMM-Domoticz-ext: interact with Domoticz
Please see the GitHub-page for some examples: MMM-Domoticz-ext
-
RE: MMM-Domoticz-ext: interact with Domoticz
I made some changes in the code. Can you download the latest version from GitHub and add the option enableReturn to the utility device? When set to false the return values are ignored and the correct value should be displayed. I’m unable to test properly since my device doesn’t generate this strange value.
enableReturn: false,My config example looks like this:
devices: [ { idx: "304", deviceHeader: "Elektriciteit", useHeaderSymbol: true, headerSymbol: "plug", enableReturn: false, counterTodayLabel: "Vandaag", counterTodayAppendText: "kWh", gaugeMinValue: -3000, gaugeMaxValue: 3000, gaugeAppendText: "watt", gaugeWidth: 200, lineWidth: 16, markerWidth: 16, markerColor: "#F4D03F" }, -
RE: MMM-Domoticz-ext: interact with Domoticz
@maxs I’ll see what I can do and let you know when you can download the new code from GitHub.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I see what’s the problem. For the usage per day the CounterToday and CounterDelivToday are substracted. The value for your CounterDelivToday has a very strange value. Only option would be that such values are set to 0 in the code.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I think this is also not possible, but I’m not an css expert. Maybe others have soms ideas.
You could create your own module based on the code and modify that css.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I don’t think it is possible to just change the font for the first lines. All are in the same class.
-
RE: MMM-Domoticz-ext: interact with Domoticz
Alle data is retrieved from the JSON response. Could you post it for the electricity counter?
-
RE: MMM-Domoticz-ext: interact with Domoticz
I tried, but am unable to reproduce your problem. If you would like me to have a look, please post the JSON result for the device “mote”.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I can have a look at the temp/hum issue. I have several of these sensors myself and they do work in this layout. I would need the JSON-output of the specified device to figure out the problem.