# Darksky Weather App

**URL:** https://community.homey.app/t/darksky-weather-app/9074
**Category:** Apps
**Tags:** app, tools, weather
**Created:** [February 11, 2019, 4:34pm UTC](https://community.homey.app/t/darksky-weather-app/9074 "2019-02-11T16:34:53Z")
**Posts on this page:** 20
**Page:** 3

<div class="post-metadata">

### Author: ![Patrick1610](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/patrick1610/32/6843_2.png) [@Patrick1610](https://community.homey.app/u/Patrick1610)
#### Post date: [March 2, 2019, 8:47am UTC](https://community.homey.app/t/darksky-weather-app/9074/44 "2019-03-02T08:47:09Z")

</div>

Hi, thanks for making this implementation! By far the most detailed weather app for Homey! I was wondering if you are planning to implement ‘condition-cards’? I would, for example, like to trigger a specific scene with more lights on when I come home and it is really cloudy, using a condition card for cloudiness. Regards, Patrick

---

<div class="post-metadata">

### Author: ![Jeroen\_Somhorst](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_somhorst/32/184_2.png) [@Jeroen\_Somhorst](https://community.homey.app/u/Jeroen_Somhorst)
#### Post date: [March 2, 2019, 9:14am UTC](https://community.homey.app/t/darksky-weather-app/9074/45 "2019-03-02T09:14:11Z")

</div>

That sounds like a great idea 🙂 Could you make a feature request for this on github? For the time being you could use logic cards for that with the tag ’ cloud coverage’

---

<div class="post-metadata">

### Author: ![Patrick1610](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/patrick1610/32/6843_2.png) [@Patrick1610](https://community.homey.app/u/Patrick1610)
#### Post date: [March 2, 2019, 2:37pm UTC](https://community.homey.app/t/darksky-weather-app/9074/46 "2019-03-02T14:37:43Z")

</div>

Sure! Do I have to do that under ‘pull requests’ or ‘issues’? I don’t think I will go for the temporary solution, since I have to edit my flows twice in that case 😉 i’ll Patiently wait for the condition cards sometime!

---

<div class="post-metadata">

### Author: ![bvdbos](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bvdbos/32/2352_2.png) [@bvdbos](https://community.homey.app/u/bvdbos)
#### Post date: [March 2, 2019, 3:29pm UTC](https://community.homey.app/t/darksky-weather-app/9074/47 "2019-03-02T15:29:12Z")

</div>

That’s for issues unless you fixed it yourself in the code… Then it’s a pull request 🙂

---

<div class="post-metadata">

### Author: ![Patrick1610](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/patrick1610/32/6843_2.png) [@Patrick1610](https://community.homey.app/u/Patrick1610)
#### Post date: [March 2, 2019, 3:45pm UTC](https://community.homey.app/t/darksky-weather-app/9074/48 "2019-03-02T15:45:04Z")

</div>

Okay, but since it is not an issue, but a feature request, where do I put it? 🤔

---

<div class="post-metadata">

### Author: ![bvdbos](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bvdbos/32/2352_2.png) [@bvdbos](https://community.homey.app/u/bvdbos)
#### Post date: [March 2, 2019, 3:48pm UTC](https://community.homey.app/t/darksky-weather-app/9074/49 "2019-03-02T15:48:50Z")

</div>

Request for enhancements are also allowed in issues 🙂

---

<div class="post-metadata">

### Author: ![Patrick1610](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/patrick1610/32/6843_2.png) [@Patrick1610](https://community.homey.app/u/Patrick1610)
#### Post date: [March 2, 2019, 3:49pm UTC](https://community.homey.app/t/darksky-weather-app/9074/50 "2019-03-02T15:49:46Z")

</div>

Alright, I’ll make the request there!

---

<div class="post-metadata">

### Author: ![Gerrit\_Ekelmans](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gerrit_ekelmans/32/8452_2.png) [@Gerrit\_Ekelmans](https://community.homey.app/u/Gerrit_Ekelmans)
#### Post date: [March 3, 2019, 10:13am UTC](https://community.homey.app/t/darksky-weather-app/9074/51 "2019-03-03T10:13:03Z")

</div>

Hello @Jeroen_Somhorst. De app is really the most usefull weather app on this moment. Really apreciated.  
I have one question. Do you know how i can arrange a message when the amount of rain is between a percentage.  
I would like to get a message when the rain is between 0.2 and 1 for light rain and a message when the rain is between 1 and 2 mm for normal rain.  
Now i’m getting the hole time a message when the rain change from 1.17 to 1.18 😀

---

<div class="post-metadata">

### Author: ![Jeroen\_Somhorst](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_somhorst/32/184_2.png) [@Jeroen\_Somhorst](https://community.homey.app/u/Jeroen_Somhorst)
#### Post date: [March 3, 2019, 10:24am UTC](https://community.homey.app/t/darksky-weather-app/9074/52 "2019-03-03T10:24:49Z")

</div>

Can’t you just use multiple logic cards for this? Something like

rain is great than 1 and lower than 2  
or  
rain is greater than 0.2 and lower than 2

It still will trigger every two minutes though if something changed. I’m currently working on conditions for several capabilities so maybe I can do something with this question in mind

---

<div class="post-metadata">

### Author: ![Gerrit\_Ekelmans](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gerrit_ekelmans/32/8452_2.png) [@Gerrit\_Ekelmans](https://community.homey.app/u/Gerrit_Ekelmans)
#### Post date: [March 3, 2019, 10:27am UTC](https://community.homey.app/t/darksky-weather-app/9074/53 "2019-03-03T10:27:39Z")

</div>

Hello @Jeroen_Somhorst thank you for your reply. I’m just reading about the logic cards and better logic app, but this is still acrabadaca for me . I will try to look for some examples

---

<div class="post-metadata">

### Author: ![Jeroen\_Somhorst](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_somhorst/32/184_2.png) [@Jeroen\_Somhorst](https://community.homey.app/u/Jeroen_Somhorst)
#### Post date: [March 3, 2019, 10:34am UTC](https://community.homey.app/t/darksky-weather-app/9074/54 "2019-03-03T10:34:09Z")

</div>

You don’t need the better logic app for this. You can use the build in logic cards that are available by default. 🙂

---

<div class="post-metadata">

### Author: ![Gerrit\_Ekelmans](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gerrit_ekelmans/32/8452_2.png) [@Gerrit\_Ekelmans](https://community.homey.app/u/Gerrit_Ekelmans)
#### Post date: [March 3, 2019, 10:41am UTC](https://community.homey.app/t/darksky-weather-app/9074/55 "2019-03-03T10:41:49Z")

</div>

Hello @Jeroen_Somhorst. I will read about the use of the logic cards.  
I would like to get 1 message if the value is between a condition.  
1 message when the value is between 0.2 and 1 for light rain  
1 message when the value is between 1 and 2 rain  
1 message when the value is higher then 2 for havey rain  
1 message when the value is lower then 0.1 for dry.

If i’m correct there is also something for the dryer flows when its finished, maybe it will also work for this.

---

<div class="post-metadata">

### Author: ![Mr\_Horizon](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mr_horizon/32/8322_2.png) [@Mr\_Horizon](https://community.homey.app/u/Mr_Horizon)
#### Post date: [March 3, 2019, 12:40pm UTC](https://community.homey.app/t/darksky-weather-app/9074/56 "2019-03-03T12:40:00Z")

</div>

Hi, I am doing something wrong probably but with breedtegraad 52.6 en lengtegraad 5.1 I currently get data including a temp of 27 degrees. Running the beta version. I wish that was true 🕶  
So good news: link API is working. But latitude and longitude should end up somewhere in Hoorn NL.  
Any suggestions?

---

<div class="post-metadata">

### Author: ![zigvespa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/zigvespa/32/7788_2.png) [@zigvespa](https://community.homey.app/u/zigvespa)
#### Post date: [March 3, 2019, 12:44pm UTC](https://community.homey.app/t/darksky-weather-app/9074/57 "2019-03-03T12:44:11Z")

</div>

Switch the coordinates; NL is 5.1/52.6  
It’s bit confusing; Google maps gives the coordinates the other way compared what you need to enter.

---

<div class="post-metadata">

### Author: ![Mr\_Horizon](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mr_horizon/32/8322_2.png) [@Mr\_Horizon](https://community.homey.app/u/Mr_Horizon)
#### Post date: [March 3, 2019, 12:45pm UTC](https://community.homey.app/t/darksky-weather-app/9074/58 "2019-03-03T12:45:38Z")

</div>

I feel reeeeealy stupid now.  
Thanks!!!

---

<div class="post-metadata">

### Author: ![CorvanderNiet](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/corvanderniet/32/11702_2.png) [@CorvanderNiet](https://community.homey.app/u/CorvanderNiet)
#### Post date: [March 3, 2019, 2:58pm UTC](https://community.homey.app/t/darksky-weather-app/9074/59 "2019-03-03T14:58:36Z")

</div>

measure\_rain does not update. Keeps hanging on zero value

---

<div class="post-metadata">

### Author: ![Jeroen\_Somhorst](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_somhorst/32/184_2.png) [@Jeroen\_Somhorst](https://community.homey.app/u/Jeroen_Somhorst)
#### Post date: [March 3, 2019, 3:38pm UTC](https://community.homey.app/t/darksky-weather-app/9074/60 "2019-03-03T15:38:52Z")

</div>

Hi,

it will update every two minutes. I just checked with my coordinates and it seems to work fine here.

---

<div class="post-metadata">

### Author: ![Gerrit\_Ekelmans](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gerrit_ekelmans/32/8452_2.png) [@Gerrit\_Ekelmans](https://community.homey.app/u/Gerrit_Ekelmans)
#### Post date: [March 3, 2019, 5:43pm UTC](https://community.homey.app/t/darksky-weather-app/9074/61 "2019-03-03T17:43:38Z")

</div>

Hello @Jeroen_Somhorst i dont know if its correct, but its working with the logic cards and two flows for each rain type.  
I’m getting once a message when the rain type will change.  
Its working much better and accurate then the rainradar app or the buienalarm app. Thanks formthe great app

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/3/3361db20824cf2fb6f825e19400506c9016d14d9.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/0/068a6d601d3301dc6019265c6602aa3ea0b0ff55.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/a/a7fe7a1ef3661762eb896639c38863d31a9d588f.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/9/9a18851b7c4e268421046392f457f7c48c4125b6.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/9/9c0d41cea46fb1f6d969ea95046678ac8c2dea9a.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/2/2312905a9d29d094975803ce8fbbbfa1396e363c.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/9/9eb5b62d13d282ed99bf035a3517abbd56e08f17.jpeg) ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/a/a4bd9ea10258091b34cff2b701f304e6ca9b8af6.jpeg)

---

<div class="post-metadata">

### Author: ![CorvanderNiet](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/corvanderniet/32/11702_2.png) [@CorvanderNiet](https://community.homey.app/u/CorvanderNiet)
#### Post date: [March 3, 2019, 7:52pm UTC](https://community.homey.app/t/darksky-weather-app/9074/62 "2019-03-03T19:52:11Z")

</div>

I used the Developer Tool Devices to take a look at the Last Updated frequency. It seems to me that not all of the capabilities are updated every 2 minutes.  
Just had some rain, a couple of minutes ago. It didn’t update the measure\_rain capability. My coordinates seem OK. Any suggestions?

 ![Capabilities%20Last%20Updated](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/7/73b639867c605b60fc9ab6895bacd21754cab48c.jpeg)

---

<div class="post-metadata">

### Author: ![Gerrit\_Ekelmans](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gerrit_ekelmans/32/8452_2.png) [@Gerrit\_Ekelmans](https://community.homey.app/u/Gerrit_Ekelmans)
#### Post date: [March 3, 2019, 8:03pm UTC](https://community.homey.app/t/darksky-weather-app/9074/63 "2019-03-03T20:03:17Z")

</div>

Mine is working an updating perfect since i installed the app

Did you try to restart the app?

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/a/aae0f62ebb77fc92882bdeae47c1aec1f10876e0.png)

[Previous page](https://community.homey.app/t/darksky-weather-app/9074.md?page=2)

[Next page](https://community.homey.app/t/darksky-weather-app/9074.md?page=4)
