how to show icons from openweathermap code example
Example: how to get the icons in openweather
...
"weather": [
{
"id": 500,
"main": "Rain",
"description": "light rain",
"icon": "10n"
}
],
...