Hello everyone,
i’m trying to get weather data using openweathermap plugin. i have installed telegraf, configured it, and created an influxdb database to get the data. i checked the data in the influxdb and i get it correctly as shown:
@mohamed12345 have you configured the influxdb datasource plugin that ships with Grafana? This is what enables communication between grafana-server and the db:
I have seen a lot of questions on this topic (OpenWeatherMap data in Grafana) and no good solutions. I have not (yet) tried it myself, but I believe this is what needs to happen:
install the OpenWeatherMap dashboard for Grafana. Make sure you have Influx and Telegraf already installed since you need these in order for the dashboard to work.
Install and configure the Telegraf input plugin for OpenWeatherMap. Telegraf input plugins are used with the InfluxData time series platform to collect metrics from the system, services, or third-party APIs.
can you share a screenshot of your panel using the table visualization? If you inspect the panel and view the query response or the raw data, do you see your info or is it empty?