Toxblh / MTMR

🌟 [My TouchBar My rules]. The Touch Bar Customisation App for your MacBook Pro
https://mtmr.app
MIT License
4.22k stars 220 forks source link

Location Access for Weather #330

Open s-ahuja opened 4 years ago

s-ahuja commented 4 years ago

Is it possible to provide latitude and longitude in json and thus get weather data instead of providing Location access. This would not require provide a location access to MTMR.

bobrosoft commented 4 years ago

Atm, if you don't provide location, then your IP will be used (by weather provider) to determine the location. At least in yandexWeather plugin. Could be enough for you.

s-ahuja commented 4 years ago

Somehow yandexWeather and weather provide me different weather details (temperature) and the weather plugin is more accurate, so I cant use the yandexWeather plugin. I just tried and we need to enhance the weather widget to use the provided lat/lon in the items.json file and continue.

bobrosoft commented 4 years ago

@s-ahuja hey, I faced the same issue, debugged and found how to fix it #344 After that released, should be better. But there's no way to provide lat/lon yet still.

bobrosoft commented 4 years ago

and #345