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

@@ -7,7 +7,7 @@
Copyright (C) 2012-2018 'vanhofen'
Homepage: http://www.neutrino-images.de/
Copyright (C) 2016-2018 'TangoCash'
Copyright (C) 2016-2019 'TangoCash'
License: GPL
@@ -127,6 +127,9 @@ class CLCD4l
std::string m_fcolor1;
std::string m_fcolor2;
std::string m_pbcolor;
std::string m_wtemp;
std::string m_wicon;
};
#endif