add weather via Dark Sky API -step1-

Origin commit data
------------------
Commit: ed4d4e0c46
Author: TangoCash <eric@loxat.de>
Date: 2019-03-20 (Wed, 20 Mar 2019)
This commit is contained in:
TangoCash
2019-03-20 15:27:14 +01:00
committed by vanhofen
parent ca75a7384d
commit 919f96eea1
30 changed files with 755 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
CMenuOptionChooser * epg_read;
CMenuOptionChooser * epg_read_frequently;
CMenuOptionChooser * epg_scan;
CMenuOptionChooser * weather_onoff;
CMenuOptionChooser * tmdb_onoff;
CMenuOptionChooser * omdb_onoff;
CMenuOptionChooser * youtube_onoff;
@@ -59,6 +60,7 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
std::string epg_old_events;
std::string epg_max_events;
std::string weather_api_key_short;
std::string tmdb_api_key_short;
std::string omdb_api_key_short;
std::string youtube_dev_id_short;
@@ -71,6 +73,7 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
int showMiscSettingsMenuEnergy();
int showMiscSettingsMenuChanlist();
int showMiscSettingsMenuOnlineServices();
int showMiscSettingsSelectWeatherLocation();
int showMiscSettingsMenuPlugins();
#ifdef CPU_FREQ
void showMiscSettingsMenuCPUFreq(CMenuWidget *ms_cpu);