@TazDev I’ll stick with my CardDAV calendar for now. First I would like to solve the problem of why the age of the birthday is not displayed.
my config is:
var config = {
address: "0.0.0.0",
ipWhitelist: [],
port: 8080,
language: "de",
locale: "de-DE",
timeFormat: 24,
units: "metric",
////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
{
module: 'MMM-vCard2Calendar',
config: {
url: "http://192.178.178.1:5000/carddav/test/xxxxxxxxxxxxxxxxxxxxxxxxxxx",
auth: { // basic authentication for request
user: 'name',
password: 'passwort'
}
}
},
//////////////////////////////////////////////////////////////////////
{
module: "calendar",
header: "Persönlich",
position: "top_left",
config: {
maximumNumberOfDays:3,
colored: true,
coloredSymbolOnly: true,
displayRepeatingCountTitle: true,
defaultRepeatingCountTitle: "",
broadcastEvents: true,
calendars: [
{
symbol: "birthday-cake",
repeatingCountTitle: "Birthday",
url: 'http://localhost:8080/MMM-vCard2Calendar',
color: '#fc1500'
},
]
}
},
What settings do I have to make to display the age?