Here\'s the json text:
{ \"data\": { \"current_condition\": [{ \"cloudcover\": \"75\", \"humidity\": \"63\", \"observation_time\"
That´s not how you access arrays in PHP
$array['index']="value"; echo $array['index1']['index2']
For your example:
echo $arr['data']['current_condition'][0]['temp_F']