The WeatherFlow Collector is a comprehensive data collection system that gathers weather data from local UDP broadcasts and remote APIs. It seamlessly feeds this data into InfluxDB V2, which can be visualized using a set of pre-configured Grafana dashboards. The application provides real-time current conditions and detailed forecasts.
I pulled any requirements for JQ as I'm no longer building the compose.yaml files. I build what I need in the application now. Appreciate the pull request, though! Thanks!
Hi,
I noticed the
docker-compose.sh
script usesjq
; I didn't have it installed when I ran it so it displayed a bunch of errors.If the script is going to use
jq
we should check for it before continuing on with the script.