-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Debug
github-actions[bot] edited this page Jul 21, 2026
·
1 revision
The module includes a CLI helper so you can test CalDAV access without starting MagicMirror.
node --run debug:config
node --run debug:fetch
node scripts/cli-debug.js toggle <task-uid>
node --run debug:help- validate your config before restarting MagicMirror
- verify that the CalDAV server is reachable
- inspect returned tasks from the command line
- test task completion toggles manually
Detailed command documentation remains in docs/CLI-DEBUG.md.