Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple weather sunny/rainy #23

Closed
myneur opened this issue Nov 14, 2019 · 6 comments
Closed

Simple weather sunny/rainy #23

myneur opened this issue Nov 14, 2019 · 6 comments
Assignees
Milestone

Comments

@myneur
Copy link
Owner

myneur commented Nov 14, 2019

Show simple weather forecast from yr.on API.

  • rain in blue

  • sun in yellow

  • snow white

  • darker colors during night

Delivery

@myneur
Copy link
Owner Author

myneur commented Nov 14, 2019

@myneur myneur changed the title Weather sunny/rainy Simple weather sunny/rainy Nov 15, 2019
@myneur myneur added this to the Weather milestone Nov 17, 2019
@idoo
Copy link

idoo commented Dec 2, 2019

awesome idea!

@myneur
Copy link
Owner Author

myneur commented Dec 8, 2019

tested in weather branch, but current weather data is too big that it runs out of memory. Waiting for a reply from yr.no and darksky.net if it is possible to limit columns/values in response.

@idoo
Copy link

idoo commented Dec 8, 2019

@myneur as a temporary solution we could use heroku middleware to reduce amount of data
or maybe http://openweathermap.org

@myneur
Copy link
Owner Author

myneur commented Dec 8, 2019

@idoo don't you want to join us and contribute?
It could be just limiting
https://api.darksky.net/forecast/<API_KEY>/,?exclude=currently,minutely,daily,flags,alerts&units=ca
only to next fields:
https://github.com/myneur/late/blob/weather/data-test/darksky23h1.json
Those are enough and do not run out of memory. But I don't see a way how to do it just by API parameters.
Yr.no is the most accurate, but they have even more verbose XML API. Darksky seems to bee also good.
I don't know about the accuracy of openweather.org though.

@myneur myneur pinned this issue Dec 9, 2019
@DenizUgur
Copy link
Collaborator

DenizUgur commented Sep 19, 2020

Hi @myneur, long time 😄 I can create that middleware. I also recommend you to check out clearoutside.com for well clear skies. It could be a nice feature.

In my opinion, this watch face is still the best one on the market and it could be better with your ideas.

@myneur myneur self-assigned this Oct 7, 2020
@myneur myneur closed this as completed Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants