[mythtv-users] Problems with mythweather

Jeremy Young jeremyrainman at yahoo.com
Mon Jun 23 05:27:45 UTC 2008


ah... the scripts in /usr/share/mythtv/mythweather/scripts/us_nws do not appear to work. The other retrieval scripts will at least give me a version, but the national weather service scripts are missing a necessary perl dependency. This is news to me. I had tried the other ones previously, and they seem to work.

So, it appears the mythweather 0.21 package for archlinux is missing some dependencies.

I'll work on this this week if I get a chance. Thanks everyone.

----- Jeremy


----- Original Message ----
From: Joe Ripley <vitaminjoe at gmail.com>
To: Discussion about mythtv <mythtv-users at mythtv.org>
Sent: Sunday, June 22, 2008 8:20:29 PM
Subject: Re: [mythtv-users] Problems with mythweather

On Sun, Jun 22, 2008 at 12:46 PM, Jeremy Young <jeremyrainman at yahoo.com> wrote:
> Well, that did something, it reset everything. Now when I go to the
> mythweather screen-setup screen, I am essentially back where I started when
> I first installed mythweather after the upgrade to 0.21. The screen setup
> screen lists no inactive screens, and no active screens, and the box on the
> right side of the screen has nothing in it.

Interesting... MythWeather should re-create all of the tables for you
and re-create the WeatherDBSchemaVer value in the 'settings' table.

Make sure that all your grabber scripts are working properly.  You can
test them by running them manually as the user mythfrontend usually
runs under.  If you get no errors, proceed to reset the DB tables
again.

Just as a re-cap, to completely reset the MythWeather table structure,
do this (assuming default DB user/password):

$ mysql -u mythtv -pmythtv mythconverg
mysql> delete from settings where value='WeatherDBSchemaVer';
mysql> drop table weatherdatalayout;
mysql> drop table weatherscreens;
mysql> drop table weathersourcesettings;

After this, restart the mythfrontend process and open the Weather
settings page.  The plugin will rebuild the DB tables and you should
be able to add screens.  For information on how to search for
locations, refer to the wiki page
(http://www.mythtv.org/wiki/index.php/MythWeather#Sources)

-- 
Joe Ripley
vitaminjoe at gmail.com
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080622/3814a116/attachment.htm 


More information about the mythtv-users mailing list