Aaditya Menon
Aaditya Menon
You can try this though @thedevelopersanjeev
> * Sunset\sunrise, change to a 24-hour time instead of using AM PM. > 07:35 19:14 is cleaner than 07:35 AM 07:14 PM Agreed. Will happen in the next version...
> It looks more, as the min temp of first day belongs to the second day, and so on. If that would have been the case, the design of the...
Hey there, While this had been in plans for the next one after the previous release, unfortunately this could not make the cut for v3. I'll try my best to...
No. From the available weather providers, OWM seems best for me, because I can make 60 calls per minute ie. 86400 calls a day Other providers allow only 1000 calls...
According to this: http://openweathermap.org/price Each API key only allows 60 calls/minute then it blocks for up to 4 (four!) hours. Yes, that can be an issue but OWM allows us...
Hey there @Gitsaibot , thanks for the kind words. It's written on their website that For open source projects if we request them, they may increase the calls/minute (that is...
@ainola and that is an option that I have provided to the users in the latest versions (v4+) of my app. Please let us not continue the discussion of API...
Sorry for the late response, `getPassword` works, but it just prints the same `apiPassword` that I had passed. Doing with `getOauthToken()` is returning null unfortunately. But surprisingly I'm able to...
Sorry I've got to open this up again. So we have two kinds of clusters. One where we can login with a service account token directly and another one where...