Thank you very much , for caring about our request , and responding.
Your code is working and it adds a new line showing min & max temperature.
Just forget about this , cause my English is not good enough to explain the problem.
but if you want to know more , please read my first post again
this is the query that you are using :
This query that stalker is using for openweather map , does not have the min & max temperature during a day !!!
this just has the min & max at the current moment , but in different part of the city !!!
"temp_min":31, //min current temperature in the city
"temp_max":31 //max current temperature in the city
this means that , right now , EVERYWHERE the city , min & max is 31
but if we use this query :
http://api.openweathermap.org/data/2.5/forecast/daily?q=london,uk&metric&cnt=1
then we will have
"min":29, //daily min temperature
"max":36, //daily max temperature29'c & 36'c : during a complete 24 hours day , the temperature will change between 29'c to 36'c