trmnlc/config.sample.json
Kate Meerburg 32e9b85857 Add weather to agenda header and timeline via OpenMeteo
Shows daily weather summary (icon, description, high/low) in the agenda
section header, and hourly temperatures alongside the timeline hour ticks.
Weather data fetched from OpenMeteo (no API key needed), configured via
location coordinates in the plugin settings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 23:37:10 +02:00

30 lines
757 B
JSON

{
"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"
},
"location": {
"latitude": 48.8566,
"longitude": 2.3522
},
"donetick": {
"token": "your-donetick-access-token",
"user_id": 1
}
},
"refresh": 300,
"model": "inkplate_10"
}
}
}