From f29c24554bfafa8ed52d6ea29328daad205c28ba Mon Sep 17 00:00:00 2001 From: obma Date: Wed, 7 Oct 2015 18:15:30 +0200 Subject: [PATCH] p: fix openweather_: returned .label instead of .value for wind direction --- plugins/weather/openweather_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/weather/openweather_ b/plugins/weather/openweather_ index be62596c..fe66a3fe 100755 --- a/plugins/weather/openweather_ +++ b/plugins/weather/openweather_ @@ -113,7 +113,7 @@ cat <<- EOF speed.value $WD_SPEED multigraph $plugin_name.wind_direction - direction.label $WD_DIREC + direction.vaule $WD_DIREC EOF