frasier2k
Results
1
comments of
frasier2k
Look at OpenWeatherMapClient.cpp At Line 44: String apiGetData = "GET /data/2.5/group?id=" + myCityIDs + "&units=" + units + "&cnt=1&APPID=" + myApiKey + " HTTP/1.1"; and change it like this: String...