CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS
GNU General Public License v3.0
72 stars 15 forks source link

Allow set up geometric coordinates for weather data #28

Open KenMizz opened 4 years ago

KenMizz commented 4 years ago

Since PixelWatchFace is using OpenWeatherMap to get weather data as default, how about adding up a feature where user can type in the coordinates as location to fetch the weather data image

like these coordinates above

it would benefits the user that don't like to turn on the location permission(like me:P)

by the way, this is an excellent watchface, I love it so much, thanks for the hard work :smiley:

CorvetteCole commented 4 years ago

this is a good idea, will implement in 1.6.0 release

KenMizz commented 4 years ago

Thank u

CorvetteCole commented 4 years ago

we can use geocoder to get coordinates for an address. So perhaps instead of coordinate support I just allow you to enter an address in the phone app?

KenMizz commented 4 years ago

ok:)