Read the statement by Michael Teeuw here.
MMM-FHEM shows values from FHEM devices ...
-
@DazDavid what killed your FHEM Server? It’s should not be possible, the plugin could kill your MagicMirror, because of a config file with syntax errors or to high update rate.
-
Don’t know exactly what happend but after I set it up I only managed one time to get a value from FHEM, second time Fhem freeze and was not responding anymore. Only after deleting the module from MM config and restart the Raspberry Fhem was working again.
-
Hi,
thx for your module. It exactly meets my requirements! One thing I´m currently struggeling is the alignment. I´m using:
body {
margin: 30px;
height: calc(100% - 60px);
width: calc(100% - 60px);
}in my custom. css. The FHEM module is located at top_right but it has not the same margin as other modules. I made the border vissible using border-style: solid; to make see if it is the text alignment or something else. Se the attachment to get a better picture of what I´m talking about. Does anybody have an idea how to move it left?
regards,
F. -
OK, fixed it by myself. Had to remove the max-width: 300px; from fhem.css.
-
@Fistandantilus you can edit the fhem.css on your mm and remove it. Seems the simplest way.
-
Yes, I have done that :)
-
Is it possible to show differend icons depending on the device state like Fhem does it?
-
@Woody no it’s not possible.
-
Is there any chance of doing an update of this module with FHEM Username and Password?
-
Hi everyone
I’ve tried to install and activate the MMM-FHEM module but with not to much success. There was actually no problem neither with the installation nor the configuration but I can’t get it running.FHEM is running on the Rpi.
Here is my config.js.//FHEM { module: 'MMM-FHEM', position: 'bottom_bar', config: { host: ['localhost'], port: '8083', https: false, devices: [ { deviceName: 'ESPEasy_ESP_Test_DHT', deviceReadings: [ { name: 'Temperatur', icon: 'wi wi-thermometer', suffix: '°' }, { name: 'sate', icon: 'wi wi-humidity', suffix: 'test%' }, ], }, ], }, }, ]
i hope you can help me.
greetings from Germany