issues
search
knowthelist
/
fhem-tablet-ui
UI builder framework for FHEM
MIT License
148
stars
84
forks
source link
re-added agenda widget
#168
Closed
hypetsch
closed
7 years ago
hypetsch
commented
8 years ago
intially added with knowthelist/fhem-tablet-ui#131
configuration:
data-max: maxmimum number of entries to show
data-config: json to specify settings. e.g: data-config='{ "source1" : {"color":"#1C8C7A", "abbreviation":"F"}, "source2" : {"color":"#7D786F", "icon":"fa-ambulance"} }'
source1, source2: names of CALVIEW entry source where config applies to
icon: fa icon to use for entry
abbreviation: character to use as symbol if no icon specified
color: background color used for entry
intially added with knowthelist/fhem-tablet-ui#131