Hi everyone,
We are working on a Grafana dashboard where we need to display data for multiple cities. We have created a variable for city names and used it in queries, allowing users to select a city from a dropdown. When a city is selected, its corresponding data is displayed on the dashboard successfully.
However, we are facing an issue with dynamically displaying news for each city. We want the RSS feed to change based on the selected city so that only news relevant to that city is shown. The problem is that Grafana does not seem to support variables for RSS feeds, and we have multiple RSS URLs for different cities.
Is there a way to dynamically update the RSS feed based on the selected city? Are there any plugins, workarounds, or scripting solutions that could help us achieve this?
Any guidance or suggestions would be greatly appreciated!
Thanks in advance.