A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 2 Votes
    12 Posts
    521 Views
    B
    @Niggich On the HA side you would listen for the timer topic. alias: Start Echo timer from MagicMirror triggers: - trigger: mqtt topic: magicmirror/kitchen-timer/started actions: - action: media_player.play_media target: entity_id: media_player.kitchen_echo data: media_content_type: custom media_content_id: >- set a timer for {{ trigger.payload_json.remainingSeconds | int }} seconds
  • 0 Votes
    2 Posts
    2k Views
    ?
    @dv46 For localization, ref this. https://developers.google.com/actions/localization/action-packages But even for me, many things are not documented by google. Sdk is still on beta stage. For audio response, sometimes audio data comes too lately. Unfortunately there is no good way to measure whether audio is just late or broken or missed. Maybe I can add timeover and waiting response features on next version.(I’m building whole new v3. In a few weeks I can release it.)