Hello.
I’m running Grafana v9.0.3 via docker compose (grafana:grafana/latest docker tag) with data coming from InfluxDB v2.
I’m creating a weather based dashboard, and I’m trying to find a way to get the icons from OpenWeatherMap into a Grafana Panel. I am receiving an icon code from OpenWeatherMap here:
This corresponds to an API call you can make here:
https://openweathermap.org/weather-conditions
Is there any way to take the output from my initial query, and somehow get the symbol from OpenWeatherMap? Or would it be a better option to download all the symbols and correlate the query output that way? Let me know if you have any ideas or if this topic is covered elsewhere. Thanks again!