Overwrite geolocation
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.
Please contact the information supplier via https://ip-api.com/docs/correction to request correction to the data for your location.
Hi @ArnoldSchiller , what location data is used in VWeather?
Found. config.plugins.AtileHD.woeid = ConfigNumber(default="640161")
This means ip-api.com is not used here.
Please open AtileHD Settings and change the location. Or do you already done that?