add weather via Dark Sky API -step1-

Signed-off-by: Thilo Graf <dbt@novatux.de>

Build errors fixed, missing code disabled
This commit is contained in:
TangoCash
2019-03-20 15:27:14 +01:00
committed by Thilo Graf
parent 69ae7d89e3
commit f7219894bc
31 changed files with 786 additions and 7 deletions

View File

@@ -857,6 +857,10 @@ struct SNeutrinoSettings
int movieplayer_display_playtime;
//online services
std::string weather_api_key;
int weather_enabled;
std::string weather_location;
std::string weather_city;
std::string youtube_dev_id;
int youtube_enabled;
std::string tmdb_api_key;