Skip to content

bitte-ein-bit/MMM-iCloud-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published