This an extension for the MagicMirror². It provides a iCloud client which will show upcomming birthdays using the iCloud addressbook.
Future versions will also provides an addressbook for MMM-FRITZ-Box-Callmonitor.
modules
folder.git clone https://github.com/bitte-ein-bit/MMM-iCloud-Client
.npm install
to install the dependencies.The entry in the module array
in your config.js
can look like the following.
{
module: 'MMM-iCloud-Client',
config: {
username: "appleID",
password: "password",
countrycode: "49",
}
},
To use the birthday calendar add the following to your calendar module config.
{
symbol: 'birthday-cake',
url: 'http://localhost:8080/MMM-iCloud-Client/birthdays',
}
npm install
)npm install
)npm install
)