I’m just dropping by to express my encouragement for this effort! I would love to have a now-playing module that used the shairport-sync metadata :)
Read the statement by Michael Teeuw here.
Best posts made by vogelboy
-
RE: Airplay 'Now Playing' module - help badly needed
Latest posts made by vogelboy
-
RE: Airplay 'Now Playing' module - help badly needed
I’m just dropping by to express my encouragement for this effort! I would love to have a now-playing module that used the shairport-sync metadata :)
-
RE: Calendar - Syntax for additional config options?
Thanks! Otherwise do I have it correct?
I have tried the following three ways and none of them seem to work- I still end up with 10.
- maximumEntries: 3
- maximumEntries: “3”
- maximumEntries: ‘3’
{
module: ‘calendar’,
header: ‘H&E’,
position: ‘top_left’,
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: ‘myurl’
}
],
maxiumumEntries: “3”
}
} -
Calendar - Syntax for additional config options?
Hey! I just set up my calendar and am having trouble figuring out the syntax for the additional config options.
Specifically, I am trying to change the maximum entries that are displayed. I have added it as shown below and the calendar loads just fine, but it still shows the default of 10 entries. Where am I going wrong?
Thanks!
{
module: ‘calendar’,
header: ‘H&E’,
position: ‘top_left’,
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: ‘calendar_url’,
maxiumumEntries: ‘3’
}
]
}
},