mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
weather: use km/h instead of m/h
Origin commit data
------------------
Commit: 25f2b3fc7c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-24 (Sun, 24 Mar 2019)
Origin message was:
------------------
- weather: use km/h instead of m/h
This commit is contained in:
@@ -97,7 +97,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";
|
||||
std::string answer;
|
||||
double found = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user