<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Ok, I found a new repository (with a package that apparently has all the required perl dependencies). I uninstalled mythweather, cleaned out the database as you instructed, and re-installed from the new repository. I can now set up screens. I've set up three screens with no problems. Incidentally the location search function seems to work well if you use airport codes. Now when I pop into the weather screen from the main information menu, I still get a blank formatted screen. One large box and no text or images on the screen. It just sits there like that until I exit out. <br><br>I looked in .../.mythtv/MythWeather and see that the retrieval scripts put nothing in those directories, even though the log (below)
implies that it should have. I ran the scripts manually, and animaps.pl and ndfd.pl worked perfectly, throwing files in those directories. However, nwsxml.pl did not put any information in that directory and it didn't show any errors either. It does, however, dump some weather information to the terminal as it is running.<br><br>Even with information in those two directories from a manual script run, the weather screen on the front end is blank.<br><br>The frontend log shows this:<br><br>2008-06-23 07:59:05.106 Starting update of NWS-XML<br>2008-06-23 07:59:05.111 Starting update of NDFD-6_day<br>2008-06-23 07:59:05.119 Starting update of Animated-Map-Download<br>2008-06-23 07:59:05.518 nice /usr/share/mythtv/mythweather/scripts/us_nws/nwsxml.pl -u ENG -d /home/jeremy/.mythtv/MythWeather/NWS-XML KLGB has exited<br>2008-06-23 07:59:06.376 nice /usr/share/mythtv/mythweather/scripts/us_nws/animaps.pl -u ENG -d
/home/jeremy/.mythtv/MythWeather/Animated-Map-Download http://images.weather.com/looper/archive/sw_vis_sat_720x486/ has exited<br>2008-06-23 07:59:07.473 nice /usr/share/mythtv/mythweather/scripts/us_nws/ndfd.pl -u ENG -d /home/jeremy/.mythtv/MythWeather/NDFD-6_day +33.48,-118.08 has exited<br>2008-06-23 07:59:09.717 XMLParse::LoadTheme using /usr/share/mythtv/themes/default/weather-ui.xml<br>2008-06-23 07:59:10.167 appt<br>2008-06-23 07:59:10.167 weather_icon<br>2008-06-23 07:59:10.167 wind_spdgst<br>2008-06-23 07:59:10.616 date-0<br>2008-06-23 07:59:10.616 date-1<br>2008-06-23 07:59:10.616 date-2<br>2008-06-23 07:59:10.616 date-3<br>2008-06-23 07:59:10.616 date-4<br>2008-06-23 07:59:10.616 date-5<br>2008-06-23 07:59:10.616 high-0<br>2008-06-23 07:59:10.616 high-1<br>2008-06-23 07:59:10.616 high-2<br>2008-06-23 07:59:10.616 high-3<br>2008-06-23 07:59:10.616 high-4<br>2008-06-23 07:59:10.616 high-5<br>2008-06-23 07:59:10.616 icon-0<br>2008-06-23
07:59:10.616 icon-1<br>2008-06-23 07:59:10.616 icon-2<br>2008-06-23 07:59:10.616 icon-3<br>2008-06-23 07:59:10.616 icon-4<br>2008-06-23 07:59:10.617 icon-5<br>2008-06-23 07:59:10.617 low-0<br>2008-06-23 07:59:10.617 low-1<br>2008-06-23 07:59:10.617 low-2<br>2008-06-23 07:59:10.617 low-3<br>2008-06-23 07:59:10.617 low-4<br>2008-06-23 07:59:10.617 low-5<br>2008-06-23 07:59:10.617 updatetime<br>2008-06-23 07:59:10.617 animatedimage<br>2008-06-23 07:59:10.617 updatetime<br><br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Joe Ripley <vitaminjoe@gmail.com><br>To: Discussion about mythtv <mythtv-users@mythtv.org><br>Sent: Sunday, June 22, 2008 8:20:29 PM<br>Subject: Re: [mythtv-users] Problems with mythweather<br><br>
On Sun, Jun 22, 2008 at 12:46 PM, Jeremy Young <<a ymailto="mailto:jeremyrainman@yahoo.com" href="mailto:jeremyrainman@yahoo.com">jeremyrainman@yahoo.com</a>> wrote:<br>> Well, that did something, it reset everything. Now when I go to the<br>> mythweather screen-setup screen, I am essentially back where I started when<br>> I first installed mythweather after the upgrade to 0.21. The screen setup<br>> screen lists no inactive screens, and no active screens, and the box on the<br>> right side of the screen has nothing in it.<br><br>Interesting... MythWeather should re-create all of the tables for you<br>and re-create the WeatherDBSchemaVer value in the 'settings' table.<br><br>Make sure that all your grabber scripts are working properly. You can<br>test them by running them manually as the user mythfrontend usually<br>runs under. If you get no errors, proceed to reset the DB tables<br>again.<br><br>Just as a re-cap, to
completely reset the MythWeather table structure,<br>do this (assuming default DB user/password):<br><br>$ mysql -u mythtv -pmythtv mythconverg<br>mysql> delete from settings where value='WeatherDBSchemaVer';<br>mysql> drop table weatherdatalayout;<br>mysql> drop table weatherscreens;<br>mysql> drop table weathersourcesettings;<br><br>After this, restart the mythfrontend process and open the Weather<br>settings page. The plugin will rebuild the DB tables and you should<br>be able to add screens. For information on how to search for<br>locations, refer to the wiki page<br>(<a href="http://www.mythtv.org/wiki/index.php/MythWeather#Sources" target="_blank">http://www.mythtv.org/wiki/index.php/MythWeather#Sources</a>)<br><br>-- <br>Joe Ripley<br><a ymailto="mailto:vitaminjoe@gmail.com" href="mailto:vitaminjoe@gmail.com">vitaminjoe@gmail.com</a><br>_______________________________________________<br>mythtv-users mailing list<br><a
ymailto="mailto:mythtv-users@mythtv.org" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div></div><br>
</body></html>