MMM-iCloud-Client
MMM-iCloud-Client copied to clipboard
MMM-iCloud-Client
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.
Installation
- Navigate into your MagicMirror's
modules
folder. - Clone repository with
git clone https://github.com/bitte-ein-bit/MMM-iCloud-Client
. - Navigate into MMM-iCloud-Client.
- Execute
npm install
to install the dependencies.
Usage
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',
}
Dependencies
-
ical-generator (installed by
npm install
) -
icloud (installed by
npm install
) -
nedb (installed by
npm install
)