managarten/services/matrix-mana-bot/src
Till-JS dcf4438804 feat(mana-bot): add daily morning summary feature
Add configurable morning summaries that aggregate data from multiple sources:
- Weather forecast via Open-Meteo API (free, no API key needed)
- Today's calendar events
- Today's tasks + overdue tasks
- Birthdays from contacts
- Plants needing water from Planta

New commands:
- !morning / !morgen - Get summary now
- !morning-on/off - Enable/disable automatic delivery
- !morning-time HH:MM - Set delivery time
- !morning-location [city] - Set weather location
- !morning-timezone [zone] - Set timezone
- !morning-format [kompakt|ausfuehrlich] - Set format
- !morning-settings - Show current settings

New shared services in @manacore/bot-services:
- WeatherService - Open-Meteo integration with geocoding
- ContactsApiService - Birthday fetching
- PlantaApiService - Watering schedule
- MorningSummaryService - Aggregates all sources
- MorningPreferencesService - User preferences storage

Includes scheduler for automatic daily delivery at user-configured time.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-17 11:01:47 +01:00
..
bot feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
config feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
handlers feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
orchestration fix(matrix-mana-bot): make service modules global for DI 2026-02-01 03:42:36 +01:00
scheduler feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
voice ♻️ refactor: migrate 5 bots to KeywordCommandDetector 2026-02-01 03:11:58 +01:00
app.module.ts feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
main.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00