Read the statement by Michael Teeuw here.
Auto Talking Calendar
-
My mom is 95 so I am look to build a magic mirror that will automatically tell her of calendar events for the day by a motion sensor?
-
@adstaggs said in Auto Talking Calendar:
My mom is 95 so I am look to build a magic mirror that will automatically tell her of calendar events for the day by a motion sensor?
I like your idea You can also install a news feed
-
@adstaggs i haven’t seen any function for text to speech support
-
Currently, MMM-TTS and MMM-GoogleTTS can change text to composed voice. both modules can be activated by notification.
https://github.com/eouia/MMM-GoogleTTS#by-notificationDefault calendar module cannot response on demand, however it can broadcast all events when be refreshed. Maybe you can make your own module to receive and store events then use.
MMM-CalendarExt has a feature to response specific events by notification query. https://github.com/eouia/MMM-CalendarExt/wiki/Use-Notification-(for-module-developers)#calext_tell_schedule
MMM-CalendarExt2 also has same feature but somewhat different with MMM-CalendarExt
https://github.com/eouia/MMM-CalendarExt2/wiki/3.-Usage#get-eventsMMM-NotificationTrigger can relay and chain notifications between modules. If you need to translate notification between modules you could use this module together.
So It could be done by combination of above modules with PIR related module(MMM-PIR-Sensor??).