2026-05-24 22:25:06 +02:00
|
|
|
{
|
|
|
|
|
"base_url": "http://192.168.1.100:2300",
|
|
|
|
|
"devices": {
|
|
|
|
|
"AA:BB:CC:DD:EE:FF": {
|
|
|
|
|
"plugin": "today",
|
|
|
|
|
"settings": {
|
|
|
|
|
"calendar_urls": [
|
|
|
|
|
"https://calendar.example.com/feed.ics"
|
|
|
|
|
],
|
|
|
|
|
"tana": {
|
|
|
|
|
"url": "http://192.168.1.100:8262",
|
|
|
|
|
"token": "your-tana-api-token",
|
|
|
|
|
"workspace": "your-workspace-id",
|
|
|
|
|
"task_tag_id": "your-task-tag-node-id",
|
|
|
|
|
"due_date_field_id": "your-due-date-field-id"
|
|
|
|
|
},
|
2026-05-24 23:29:31 +02:00
|
|
|
"location": {
|
|
|
|
|
"latitude": 48.8566,
|
|
|
|
|
"longitude": 2.3522
|
|
|
|
|
},
|
2026-05-24 22:25:06 +02:00
|
|
|
"donetick": {
|
|
|
|
|
"token": "your-donetick-access-token",
|
|
|
|
|
"user_id": 1
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"refresh": 300,
|
|
|
|
|
"model": "inkplate_10"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|