managarten/services/matrix-mana-bot
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
..
src feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
.env.example feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
CLAUDE.md feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
Dockerfile fix(bots): install wget for Docker health checks 2026-02-01 17:19:08 +01:00
nest-cli.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
package.json feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
tsconfig.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00