From 2c0a3fb583588cfb2a88d261fc6734ea3b412b4b Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 27 Aug 2013 07:19:05 -0400 Subject: [PATCH] Note how to get list of stations. --- conky-mythtv-weather-build.plx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conky-mythtv-weather-build.plx b/conky-mythtv-weather-build.plx index 2581546..a379218 100755 --- a/conky-mythtv-weather-build.plx +++ b/conky-mythtv-weather-build.plx @@ -20,6 +20,9 @@ # # Quick hack to use mythtv scripts. +# Get listing of stations with: +# /home/bkuhn/hacks/mythtv/mythplugins/mythweather/mythweather/scripts/us_nws/nwsxml.pl -l + use strict; use warnings; use Date::Manip;