enigma2 icon indicating copy to clipboard operation
enigma2 copied to clipboard

Overwrite geolocation

Open ArnoldSchiller opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. ip-api.com shows a wrong location and in VWeather currentLocation is used. This displays weather data from 800 km away and I can't find a setting anywhere to change this

Describe the solution you'd like I would like to have a setting in /etc/enigma2/settings to override this, something like "continent": "Europe", "continentCode": "EU", "country": "Germany", "countryCode": "DE", "region": "BY", "regionName": "My wonderul Hometome", "city": "MyCitiy", "district": "", "zip": "12345", "lat": 12.345, "lon": 12.345,

Describe alternatives you've considered instead of hard-coded urls in the python code these in settings

Additional context Maybe I'm stupid, but I can't find a way to change the wrong location and the automatic location determination is just damn far off.

ArnoldSchiller avatar Jan 18 '24 10:01 ArnoldSchiller

Please contact the information supplier via https://ip-api.com/docs/correction to request correction to the data for your location.

IanSav avatar Jan 18 '24 10:01 IanSav

Hi @ArnoldSchiller , what location data is used in VWeather?

jbleyel avatar Jan 18 '24 11:01 jbleyel

Found. config.plugins.AtileHD.woeid = ConfigNumber(default="640161")

This means ip-api.com is not used here.

jbleyel avatar Jan 18 '24 11:01 jbleyel

Please open AtileHD Settings and change the location. Or do you already done that?

jbleyel avatar May 25 '24 03:05 jbleyel