Read the statement by Michael Teeuw here.
Since the update calendar too wide
-
Ok that works, thank you. Nevertheless, there are still problems with the calendar. “timeFormat”, “getRelative” and “urgency” do not work either.
My PIR sensor does not work properly either.
I think everything again to make completely new. -
same here with “maximumEntries”. Doesn’t work anymore. I see all of them, 30 or 35.
-
@JoeFranz said in Since the update calendar too wide:
maxTitleLength
I am having the same problem. I updated recently and maxTitleLength no longer is working.
-
try the flag maximumEntries: ‘10’, in your config file right after the calendar you are displaying
symbol: 'headphones ',
url: ‘https://google.com/public/basic.ics’,
maximumEntries: ‘10’,
maxTitleLength:‘30’I miss the way the old calendar did max 10 no matter how many calendars you were calling in the config
-
Adding the config option after each calendar worked for me. Thanks for the help!