Read the statement by Michael Teeuw here.
MMM-KitchenTimer - Touch-friendly countdown timer
-
@Niggich Thanks! For bottom_right, try enabling the module’s built-in compact layout:
{ module: "MMM-KitchenTimer", position: "bottom_right", config: { compact: true, }, }, -
@bwente That’s it. Thank you. Is there a way to change the language to german?
-
@Niggich Update the module and it will use you language setting in your overall config.
-
@bwente thank you. I did already and it works.
-
Hey @bwente I have an Idea, but I don’t know if this is possible. I have the Screen with touch in my kitchen and also an Alexa and the old Echo Wall Clock. Maybe it’s possible to start the the Alexa Timer when I hit the Timer on my Touchscreen because I don’t have speakers at my Touchscreen.
-
@Niggich it’s a good idea, but unfortunately it can’t directly start a normal Alexa timer.
One option is to pair your Screen with the Echo over Bluetooth. That would give you the alarm sound through the Echo, but it wouldn’t activate the timer indicator on the Echo Wall Clock.
Another possibility may be installing
alexa-remoteon the Mirror or use HA. The module could notify it when a timer starts, and it could then ask the Echo to set the corresponding timer. That should also activate the Wall Clock. maybe? -
@bwente Thank you for your answer. HA it’s a good idea, but how I tell HA I start the Timer on the mirror? I also have an iobroker. Maybe this helps…
-
Yes. Since you use Home Assistant, MagicMirror can publish an MQTT message when the timer starts, and HA can start a matching Alexa timer on the Echo paired with the Wall Clock.
The catch is they are separate timers, not truly synced. Starting and canceling can be synced, but pausing the MagicMirror timer will not pause Alexa.
-
Ok, I try to configure MMM-MQTTbridge to connect the mirror to my HA. I think the connection from Mirror to HA is working but I don’t know how to configure the module to Send Notifications to my HA. Sorry…
-
@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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login