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.
- Navigate into your MagicMirror's
modulesfolder. - Clone repository with
git clone https://github.com/bitte-ein-bit/MMM-iCloud-Client. - Navigate into MMM-iCloud-Client.
- Execute
npm installto 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',
}- ical-generator (installed by
npm install) - icloud (installed by
npm install) - nedb (installed by
npm install)