MagicMirror module for CalDAV task lists, including long-press task completion and multi-instance support.
cd ~/MagicMirror/modules
git clone https://github.com/HeikoGr/MMM-CalDAV-Tasks
cd MMM-CalDAV-Tasks
npm ci --omit=devcd ~/MagicMirror/modules/MMM-CalDAV-Tasks
git pull
npm ci --omit=dev{
module: "MMM-CalDAV-Tasks",
config: {
webDavAuth: {
url: "<CalDAV_URL>",
username: "<CalDAV_APP_USERNAME>",
password: "<CalDAV_APP_PASSWORD>",
},
includeCalendars: [],
updateInterval: 60 * 1000,
},
},User-facing documentation now lives in the project wiki:
- Wiki Home
- Installation
- Update
- Nextcloud Preparation
- Quick Start
- Configuration
- CLI Debug
- Troubleshooting
Technical and development documentation remains in docs/:
