Read the statement by Michael Teeuw here.
MMM-Domoticz-ext: interact with Domoticz
-
Thanks for making this adjustment.
I am currently having problems. I was curious about your update. So I updated the module with the MagicMirror remote module. (there is an update in the menu.)
Somehow I updated my entire mirror.
⮑ Guess what! → MMM-Domoticz-ext no longer works. (Another calendar module is now also “broken”.) But for the MMM-Domoticz-ext I received this error.So again, I’m asking for your help. But I can imagine this could be a big thing. Thanks in advance if you can manage to fix this!
pm2 logs mm ↓
0|mm | [23.04.2021 21:58.08.734] [ERROR] 0|mm | ERROR! Could not validate main module js file. 0|mm | [23.04.2021 21:58.08.796] [ERROR] 0|mm | SyntaxError: Error parsing /home/pi/MagicMirror/modules/MMM-Domoticz-ext/package.json: Unexpected token } in JSON at position 669 0|mm | at parse (<anonymous>) 0|mm | at readPackage (internal/modules/cjs/loader.js:269:20) 0|mm | at readPackageScope (internal/modules/cjs/loader.js:294:19) 0|mm | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1164:17) 0|mm | at Module.load (internal/modules/cjs/loader.js:992:32) 0|mm | at Module._load (internal/modules/cjs/loader.js:885:14) 0|mm | at Function.f._load (electron/js2c/asar_bundle.js:5:12738) 0|mm | at Module.require (internal/modules/cjs/loader.js:1032:19) 0|mm | at require (internal/modules/cjs/helpers.js:72:18) 0|mm | at Class.loadModuleDefaultConfig (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:313:30) { 0|mm | path: '/home/pi/MagicMirror/modules/MMM-Domoticz-ext/package.json' 0|mm | } -
Wow, that’s strange. It seams like a more strict interpretation of the code in package.json. I validated the JSON again and made one minor change. Could you pull the code from GitHub and try again? Really hope this solves the problem.
-
Similar result:
pi@raspberrypi:~/MagicMirror/config $ pm2 logs mm [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option) /home/pi/.pm2/logs/mm-error.log last 15 lines: 0|mm | at require (internal/modules/cjs/helpers.js:72:18) 0|mm | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Domoticz-ext/node_helper.js:2:22) 0|mm | at Module._compile (internal/modules/cjs/loader.js:1152:30) 0|mm | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10) { 0|mm | code: 'MODULE_NOT_FOUND', 0|mm | requireStack: [ 0|mm | '/home/pi/MagicMirror/modules/MMM-Domoticz-ext/node_helper.js', 0|mm | '/home/pi/MagicMirror/js/app.js', 0|mm | '/home/pi/MagicMirror/js/electron.js', 0|mm | '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js', 0|mm | undefined 0|mm | ] 0|mm | } 0|mm | [24.04.2021 12:09.55.294] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|mm | [24.04.2021 12:09.55.296] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues -
@najtram looks like u need to do npm install after the git pull.
your log output needs a few more lines to identify the missing module
-
-
-
The plugin now supports basic auth for Domoticz.
-
It is still working great.
Why is this IMHO great plugin not mentioned (yet) on:
⮑ https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules -
Thanks for the suggestion! I added the module to the page.
-
Hi @goedh452 ,
Thanks for the MM Module its great!
I’m an beginner with MM and Domoticz.
Is it possible to display texts and distances (dummy text and Dummy Distance) i use the ‘‘both’’ function on my mirror.
The distance is now grouped with the switches.
I’m using it for my water softener salt level.Mayby its somehow possible to overrule the grouped option and show defined idx numbers at the bottom.
Do you have a link on how u managed your luxaflex to work in domoticz ?
(Hunter Douglas hub) i’ve got 2 top down bottom up blinds would love to read the state on my mirror.If its not possible let me know.
gr,
Martijn -
Would an option be that you add the module a second time in the config with option “All”? Then the devices are displayed separately.
My luxaflex are operated with MQTT. I build in a servo myself and attached it to a NodeMCU. Domoticz sends an MQTT command when I press a dummy switch.
-
@goedh452
Thanks for this awesome MagicMirror Domoticz module.
I’ve switched over to using this one and the pretty gauges make it look great.
Electricity use/consumption works well, but I cannot seem to get other “meter” type sensor/devices to show up.
Temperature sensors appear in the module “Weather” section, but Text, Voltage (V) or Current (I) sensor in the Domoticz Utilities tab, do not appear to display in any section.Feature request :-)
Is it possible to have an arbitrary numeric device displayed as a gauge in its own section of the display?
thanks for your time so far.
-
@peterh I’ll have a look at it this weekend. Could you post the JSON output from the devices so I can have a look where de field with the data are?
This can be done with the following link:
"http://DOMOTICZ-IP:PORT/json.htm?type=devices&rid=IDX -
@goedh452 thanks fixed it by using the utility for actual usage so i don’t need it in the rooms layout.
Is it posible to implement my distance Dummy sensor into a utility gauge?
the sensor is receiving data in this format “Data” : “22.1 cm”,
I can also make a dummy counter and it will be “Counter” : "22.035 ",
If i try to add a gauge in the module it wont load. i think its because of the data provided by my IDX numbers. -
I think you are right why it is not loading. I’ll have a look at the multiple requests this weekend.
-
@goedh452 thanks,
Is it true that the gauges switch position? added 2 of them (electr. usagage and gas usage) is see them switch position sometimes when they update apart from each other.somehow my gass gauge updated and switched to the left side 10 sec later electr. gauge was updated and switched back to the left side.
Feature request
Would be nice to fix their position.
thanks allot for the module it looks Great!
-
This sometimes seems to happen indeed. I notices it as well. The different gauges aren’t always processed in the same order and that causes the switch of position. I have a look at this as well. It should be possible to always order them according to the order in the config.
-
I made some modifications to the code:
-
Fixed the switching positions of gauges (I think, it doesn’t happen to me a lot, so testing is a bit difficult)
-
Added ‘Custom gauges’. You can use every type of device to be displayed as a gauge as long as you specify the correct config settings (also see the readme).
My customGauge config is:
customGauges: { headerLabel: "Overige", showLabel: true, devices: [ { idx: "1356", deviceHeader: "Volt", lowerText: "Voltage", gaugeAppendText: "volt", gaugeMaxValue: 250, }, { idx: "2057", deviceHeader: "Afstand", gaugeAppendText: "cm", gaugeMaxValue: 1000, markerColor: "#70db70" } ] },This results in:

Please download the latest code from GitHub and give it a try! Let me know it you encounter any problems.
-
-
@goedh452
Thanks,
Works like a charm.
Will keep u posted if some errors show up.
-
@goedh452
Looking at my post is spotted some differances in the gauges. they were my mistakes :P
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

