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

@@ -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
@@ -125,6 +125,9 @@ class CLCD4l
std::string m_fcolor1;
std::string m_fcolor2;
std::string m_pbcolor;
std::string m_wtemp;
std::string m_wicon;
};
#endif