Skip to content

modified module following features#9

Open
IteDas wants to merge 1 commit into
BenRoe:masterfrom
IteDas:notification_and_hide
Open

modified module following features#9
IteDas wants to merge 1 commit into
BenRoe:masterfrom
IteDas:notification_and_hide

Conversation

@IteDas
Copy link
Copy Markdown

@IteDas IteDas commented Feb 20, 2019

  • custom title by supplying title: 'My Title' option instead of using the FHEM supplied Alias
  • option to hide information on Mirror by supplying hidden: true option (useful if data is sent via notification)
  • option to send custom MagicMirror Notification by using notification: 'MY_MAGIC_MIRROR_NOTIFICATION'
    example:
{ deviceName: 'HM_TempSensor_Aussen',
   deviceReadings: [
        { title: 'Temperature Aussen', name: '1.ACTUAL_TEMPERATURE', icon: 'wi wi-thermometer', suffix: '°', hidden: true, notification: 'OUTDOOR_TEMPERATURE' },
	{ title: 'Feuchte Aussen', name: '1.HUMIDITY', icon: 'wi wi-thermometer', suffix: '%', hidden: true, notification: 'OUTDOOR_HUMIDITY' },
 ],
},

- custom title by supplying "title: 'My Title'" option
- option to hide information on Mirror by supplying "hidden: true" option
- option to send custom MagicMirror Notification by using "notification: 'MY_MAGIC_MIRROR_NOTIFICATION'"
example:

{ deviceName: 'HM_TempSensor_Aussen',
   deviceReadings: [
        { title: 'Temperature Aussen', name: '1.ACTUAL_TEMPERATURE', icon: 'wi wi-thermometer', suffix: '°', hidden: true, notification: 'OUTDOOR_TEMPERATURE' },
	{ title: 'Feuchte Aussen', name: '1.HUMIDITY', icon: 'wi wi-thermometer', suffix: '%', hidden: true, notification: 'OUTDOOR_HUMIDITY' },
 ],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants