mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- weather: use km/h instead of m/h
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -96,7 +96,7 @@ bool CWeather::GetWeatherDetails()
|
||||
if (!g_settings.weather_enabled)
|
||||
return false;
|
||||
|
||||
std::string data = "https://api.darksky.net/forecast/" + key + "/" + coords + "?units=si&lang=de&exclude=minutely,hourly,flags,alerts";
|
||||
std::string data = "https://api.darksky.net/forecast/" + key + "/" + coords + "?units=ca&lang=de&exclude=minutely,hourly,flags,alerts";
|
||||
JSONCPP_STRING answer;
|
||||
JSONCPP_STRING formattedErrors;
|
||||
|
||||
|
Reference in New Issue
Block a user