bitte-ein-bit / MMM-iCloud-Client

MIT License
26 stars 3 forks source link

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

  1. Navigate into your MagicMirror's modules folder.
  2. Clone repository with git clone https://github.com/bitte-ein-bit/MMM-iCloud-Client.
  3. Navigate into MMM-iCloud-Client.
  4. 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