Ulrich Kunz
Oct 07, 2018 08:47AM BST
Here are the needed Data:
http://api.openweathermap.org/data/2.5/weather?id=6533952&APPID=57b78413a.......&lang=de&units=metric";
07.10. 01:20:55
array (
'coord' =>
array (
'lon' => 2.8900000000000001,
'lat' => 39.490000000000002,
),
'weather' =>
array (
0 =>
array (
'id' => 802,
'main' => 'Clouds',
'description' => 'Überwiegend bewölkt',
'icon' => '03n',
),
),
'base' => 'stations',
'main' =>
array (
'temp' => 21,
'pressure' => 1014,
'humidity' => 88,
'temp_min' => 21,
'temp_max' => 21,
),
'visibility' => 10000,
'wind' =>
array (
'speed' => 1.5,
'deg' => 170,
),
'clouds' =>
array (
'all' => 40,
),
'dt' => 1538866800,
'sys' =>
array (
'type' => 1,
'id' => 5492,
'message' => 0.0033,
'country' => 'ES',
'sunrise' => 1538805009,
'sunset' => 1538846509,
),
'id' => 6533952,
'name' => 'Llucmajor',
'cod' => 200,
)
07.10. 02:50:55
array (
'coord' =>
array (
'lon' => 2.8900000000000001,
'lat' => 39.490000000000002,
),
'weather' =>
array (
0 =>
array (
'id' => 802,
'main' => 'Clouds',
'description' => 'Überwiegend bewölkt',
'icon' => '03n',
),
),
'base' => 'stations',
'main' =>
array (
'temp' => 22,
'pressure' => 1014,
'humidity' => 88,
'temp_min' => 22,
'temp_max' => 22,
),
'visibility' => 10000,
'wind' =>
array (
'speed' => 2.1000000000000001,
'deg' => 160,
),
'clouds' =>
array (
'all' => 40,
),
'dt' => 1538872200,
'sys' =>
array (
'type' => 1,
'id' => 5492,
'message' => 0.0025999999999999999,
'country' => 'ES',
'sunrise' => 1538891412,
'sunset' => 1538932903,
),
'id' => 6533952,
'name' => 'Llucmajor',
'cod' => 200,
)
07.10. 09:20:55
array (
'coord' =>
array (
'lon' => 2.8900000000000001,
'lat' => 39.490000000000002,
),
'weather' =>
array (
0 =>
array (
'id' => 802,
'main' => 'Clouds',
'description' => 'Überwiegend bewölkt',
'icon' => '03d',
),
),
'base' => 'stations',
'main' =>
array (
'temp' => 23,
'pressure' => 1012,
'humidity' => 60,
'temp_min' => 23,
'temp_max' => 23,
),
'visibility' => 10000,
'wind' =>
array (
'speed' => 8.1999999999999993,
'deg' => 320,
),
'clouds' =>
array (
'all' => 40,
),
'dt' => 1538895600,
'sys' =>
array (
'type' => 1,
'id' => 5492,
'message' => 0.0025000000000000001,
'country' => 'ES',
'sunrise' => 1538891428,
'sunset' => 1538932878,
),
'id' => 6533952,
'name' => 'Llucmajor',
'cod' => 200,
)
Best regards
Ulrich