A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
S
Best posts made by schienw
Latest posts made by schienw
-
RE: MMM-FHEM open/close
With state i get the status open or closed.
in the config-file i have two sections
{ module: 'MMM-FHEM', position: 'bottom_bar', config: { deviceNames: [ 'Bad', ], deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }, ], }, }, and { module: 'MMM-FHEM', position: 'bottom_bar', config: { deviceNames: [ 'Schalter1', ], deviceReadings: [ { name: 'STATE', icon: 'wi wi-thermometer', suffix: '°' }, ], }, },
but the mirror show me the same values.
I tryed a second modul MMM-FHEM2, but i have always the same values. -
MMM-FHEM open/close
Hello,
with MMM-FHEM i can read
temperature
humidityI have some door/windows contact switches .
Is i possible to show if a door is open or close?SchienW
-
RE: MMM-FHEM
hello,
can you try a , behind
‘CUL_WS_1’,
‘CUL_WS_2’you have:
deviceNames: [
‘CUL_WS_1’,
‘CUL_WS_2’
],and i have
deviceNames: [
‘Bad’,
‘Wohnzimmer’,
‘Kueche’,
],schienw
-
RE: MMM-FHEM
Hello,
yes, it work’s.Here is my configfile:
config: {
deviceNames: [
‘Bad’,
‘Wohnzimmer’,
‘Kueche’,
],
host: [‘192.168.178.87’],
deviceReadings: [
{ name: ‘temperature’, icon: ‘wi wi-thermometer’, suffix: ‘°’ },],
Regards
Schienw