Read the statement by Michael Teeuw here.
[solved]Calendar - repeatingCountTitle is not working
-
Due security changes MMM-Googlebirthdays is no longer working, so a few Birthdays are missing.
So i switched to a local copy (export from Google) of my contact calendar.Its woking fine, but how i can format it better?
Before it was:
XY, 30. Birthday D.MMMMNow its like;
XY has Birthday D.MMMMI just want to see, how old the people are.
Here my config:{ // url: 'http://192.168.178.80:8080/mmm-googlebirthdaysprovider', url: 'http://192.168.178.80:8080/modules/birthdays/birthdays.ics', repeatingCountTitle: 'Geburtstag', dateFormat: 'D.MMMM', symbol: 'birthday-cake', color: '#F5DA81' },
-
@OberfragGER when there are 2 urls only the last one is used
actually, if there are multiple definition of the same variable. the last one encountered is used
-
@sdetweil I uncommented the first callender with slashes. Thats what im using before.
It looks like that “repeatingCountTitle” is not working in this case. I changed the toppic now for a better understanding. -
@sdetweil My fault. The export from google calender is “plain text”. There is no mention of the real birthday. :(
So its solved. Thanks a lot.