# Creating a flow that announces the weather

**URL:** https://community.homey.app/t/creating-a-flow-that-announces-the-weather/55704
**Category:** Flows
**Created:** [November 29, 2021, 4:31pm UTC](https://community.homey.app/t/creating-a-flow-that-announces-the-weather/55704 "2021-11-29T16:31:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ThomasPettersson](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/thomaspettersson/32/47921_2.png) [@ThomasPettersson](https://community.homey.app/u/ThomasPettersson)
#### Post date: [November 29, 2021, 4:31pm UTC](https://community.homey.app/t/creating-a-flow-that-announces-the-weather/55704/1 "2021-11-29T16:31:55Z")

</div>

Hello!

Are there any way to create a flow so i will get a weather announcement in my sonos speakers at morning? 😊

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [November 29, 2021, 6:27pm UTC](https://community.homey.app/t/creating-a-flow-that-announces-the-weather/55704/2 "2021-11-29T18:27:49Z")

</div>

To give an idea, I use the OpenWeatherMap app and the Google TTS app for this.

I’ve created an OpenWeatherMap device, which fetches a 24h forecast.  
Then these variables/tags can be used (in this screenshot you can view the forecast data):

 ![Screenshot_20211129-191424_Homey](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/8/f/8f4e362281259b07d4c0207660b30b7c9eaf3c07.jpeg)  
Now we can use this in aflow with a TTS card, like this (in Dutch though)

The spoken text is something similar to this:

 ![Screenshot_20211129-192646_Signal](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/8/4/8431c8c15c62380bf9e2e6f914af38be14c4f27e.jpeg)

---

<div class="post-metadata">

### Author: ![ThomasPettersson](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/thomaspettersson/32/47921_2.png) [@ThomasPettersson](https://community.homey.app/u/ThomasPettersson)
#### Post date: [November 29, 2021, 10:03pm UTC](https://community.homey.app/t/creating-a-flow-that-announces-the-weather/55704/3 "2021-11-29T22:03:37Z")

</div>

Superb! Thank you very much sir, now i know how to do it 😃
