Sorry for my ignorance here, very new to all this, created a .json file using notepad , updated it to Arduino and sent it to Node MCU , time is still off by +6 and now my display shows N/A C and NA for the days and still in Celius
json
{
"response": {
"version":"0.1",
"termsofService":"
http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"conditions": 1
}
}
, "current_observation": {
"image": {
"url":"
http://icons.wxug.com/graphics/wu2/logo_130x80.png",
"title":"Weather Underground",
"link":"
http://www.wunderground.com"
},
"display_location": {
"full":"Brockport, NY",
"city":"Brockport",
"state":"NY",
"state_name":"New York",
"country":"US",
"country_iso3166":"US",
"zip":"14420",
"magic":"1",
"wmo":"99999",
"latitude":"43.20999908",
"longitude":"-77.94000244",
"elevation":"157.9"
},
"observation_location": {
"full":"Village of Brockport, NY, Brockport, New York",
"city":"Village of Brockport, NY, Brockport",
"state":"New York",
"country":"US",
"country_iso3166":"US",
"latitude":"43.219856",
"longitude":"-77.929291",
"elevation":"600 ft"
},
"estimated": {
},
"station_id":"KNYBROCK5",
"observation_time":"Last Updated on August 2, 9:04 AM EDT",
"observation_time_rfc822":"Wed, 02 Aug 2017 09:04:13 -0400",
"observation_epoch":"1501679053",
"local_time_rfc822":"Wed, 02 Aug 2017 09:16:58 -0400",
"local_epoch":"1501679818",
"local_tz_short":"EDT",
"local_tz_long":"America/New_York",
"local_tz_offset":"-0400",
"weather":"Partly Cloudy",
"temperature_string":"74.1 F (23.4 C)",
"temp_f":74.1,
"temp_c":23.4,
"relative_humidity":"71%",
"wind_string":"From the South at 3.2 MPH",
"wind_dir":"South",
"wind_degrees":180,
"wind_mph":3.2,
"wind_gust_mph":0,
"wind_kph":5.1,
"wind_gust_kph":0,
"pressure_mb":"1018",
"pressure_in":"30.08",
"pressure_trend":"+",
"dewpoint_string":"64 F (18 C)",
"dewpoint_f":64,
"dewpoint_c":18,
"heat_index_string":"NA",
"heat_index_f":"NA",
"heat_index_c":"NA",
"windchill_string":"NA",
"windchill_f":"NA",
"windchill_c":"NA",
"feelslike_string":"74.1 F (23.4 C)",
"feelslike_f":"74.1",
"feelslike_c":"23.4",
"visibility_mi":"10.0",
"visibility_km":"16.1",
"solarradiation":"--",
"UV":"2","precip_1hr_string":"-999.00 in ( 0 mm)",
"precip_1hr_in":"-999.00",
"precip_1hr_metric":" 0",
"precip_today_string":"0.00 in (0 mm)",
"precip_today_in":"0.00",
"precip_today_metric":"0",
"icon":"partlycloudy",
"icon_url":"
http://icons.wxug.com/i/c/k/partlycloudy.gif",
"forecast_url":"
http://www.wunderground.com/US/NY/Brockport.html",
"history_url":"
http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KNYBROCK5",
"ob_url":"
http://www.wunderground.com/cgi-bin/findweather/getForecast?query=43.219856,-77.929291",
"nowcast":""
}