Author |
Message |
baishen78
|
Posted: Mon May 21, 2007 2:23 pm |
|
Joined: Sun Aug 27, 2006 2:31 pm
Posts: 287
|
snaproll wrote: You should be able to re-work the weather settings by going into the menu to Utilities/Setup > Setup > Info Center Settings > Weather Settings
Well, it seems to have the correct settings, as the radar picture works. It's jus' that the forecast info is all hosed.
_________________ KM R5E50; K8NGM2; A64-3800+; 1024MB PC3200; LG DVD-RW; Seagate 750GB; 6600 PCI-E; Onboard sound; Hauppauge PVR-150
|
|
Top |
|
 |
snaproll
|
Posted: Tue May 22, 2007 8:10 am |
|
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location:
Ft. Worth TX
|
Not enought information about your problem.
I see you are running R5E50, this and previous distros have quit working because they seek websites that have changed as a source of weather info. the previous pages in this thread address that problem.
Going forward, R5F1 gets all the proper info and displays it properly in Myth, but only displays the radar picture in Mythweb. A fix is presumably pending.
|
|
Top |
|
 |
baishen78
|
Posted: Tue May 29, 2007 11:32 am |
|
Joined: Sun Aug 27, 2006 2:31 pm
Posts: 287
|
snaproll wrote: Not enought information about your problem. I see you are running R5E50, this and previous distros have quit working because they seek websites that have changed as a source of weather info. the previous pages in this thread address that problem. Going forward, R5F1 gets all the proper info and displays it properly in Myth, but only displays the radar picture in Mythweb. A fix is presumably pending.
Ah, okay. Didn't realize that. I'll have to upgrade to R5F1 when I get a chance.
_________________ KM R5E50; K8NGM2; A64-3800+; 1024MB PC3200; LG DVD-RW; Seagate 750GB; 6600 PCI-E; Onboard sound; Hauppauge PVR-150
|
|
Top |
|
 |
tscholl
|
Posted: Tue May 29, 2007 3:22 pm |
|
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location:
Lexington, Ky
|
baishen78,
You should be able to get earlier version of Knoppmyth fixed by following the directions from simonflood on the first page for this thread.
Tim
|
|
Top |
|
 |
bearwood
|
Posted: Wed May 30, 2007 2:18 am |
|
Joined: Fri May 27, 2005 9:33 pm
Posts: 106
Location:
Cairns, Australia.
|
Works well for 5F1, many thanks for the effort.
_________________ R8.1 combined backend/frontend ASUS P7H55-M Pro Intel i3-550, 4Gb Ram Seagate 500GB (Sata) 2x Dvico DVB-T Lite & Sony PlayTV (usb twin tuner) TP-Link TL-WN881ND PCIe wifi card (not working) Logitech Harmony One remote, CoolerMaster ATC-S case
|
|
Top |
|
 |
Kirk
|
Posted: Fri Jun 22, 2007 2:40 am |
|
Joined: Mon Mar 13, 2006 2:28 am
Posts: 143
Location:
Brisbane, Australia
|
simonflood wrote: bigbro wrote: The only issue I see is what was discussed here that the Doppler Radar map It displays a map, starts to run through the update cycle for the map then displays Map not available for about 1 sec then loops again.
I am on R5C7. Now to get this portion working on at least one SBE. OK if I've read previous posts correctly R5B7 and R5C7 users are seeing (or rather not seeing!) a missing map on the doppler radar screen. Checking my R5E50 system at home I definitely don't get this error message. Looking back at earlier replies I think this is a problem that's been addressed with mythTV 0.20 which R5E50 includes (both R5B7 and R5C7 seem to be 0.19 and I'm 99.9% sure R5D1 is too). From the Release Notes for mythTV 0.20 - MythWeather sectionQuote: Fixed radar images by parsing number of images from source site instead of assuming 6 are available I therefore suspect, since MythWeather is being upgraded via the method I posted earlier, that some other bit of code needs updating ... ?
Yes, some code needs updating so here is the fix for the missing radar images problem. Apparently it isn't loading up one of the images even though it downloaded it.
This fix appears to only be required for pre R5E50 systems.
Follow Simon's instructions to download, qmake and patch. After the patch you need to edit weather.cpp at line 2577 and change it from this
Code: for (int x = 0; x < imageCount; x++) { QString sFile = QString(fileprefix + "/radar%1.jpg").arg(x); sURL = QString("http://image.weather.com" + imageLoc + "%1L.jpg") .arg(x + 1);
to this Code: for (int x = 1; x <= imageCount; x++) { QString sFile = QString(fileprefix + "/radar%1.jpg").arg(x); sURL = QString("http://image.weather.com" + imageLoc + "%1L.jpg") .arg(x);
then continue following the rest of Simon's instructions and you'll be a happy camper.
Note: Simon there's now another patch (mythweather3.patch) that fixes a wind speed forecast bug, perhaps update your instructions to reflect?
|
|
Top |
|
 |
simonflood
|
Posted: Fri Jun 22, 2007 3:19 am |
|
Joined: Tue May 16, 2006 8:41 am
Posts: 47
Location:
United Kingdom
|
Kirk wrote: Note: Simon there's now another patch (mythweather3.patch) that fixes a wind speed forecast bug, perhaps update your instructions to reflect?
Good spot! Now updated my instructions. Not having tried it myself do you still get 2 "Hunk" errors when applying the patch?
Simon
|
|
Top |
|
 |
Kirk
|
Posted: Fri Jun 22, 2007 6:31 pm |
|
Joined: Mon Mar 13, 2006 2:28 am
Posts: 143
Location:
Brisbane, Australia
|
simonflood wrote: Good spot! Now updated my instructions. Not having tried it myself do you still get 2 "Hunk" errors when applying the patch?
Yes, it's the same as stated in your instructions.
|
|
Top |
|
 |
erkkula78
|
Posted: Mon Jul 09, 2007 7:42 am |
|
Joined: Wed Apr 05, 2006 6:07 am
Posts: 11
|
snaproll wrote: About the only squawk I've come up with so far about R5F1 is Mythweb only displays the weather radar picture, The weather data is a question mark.
But the data's there, & displays properly if accessed from inside the Myth program.
I searched through tjc's hitchhiker's guide, and it doesn't look like a known fix. Is it just me, or does anyone else see this ? tjc wrote: It's not just you. I've been meaning to add a note to that effect.
I have the same problem. Any idea how to fix the Mythweb weather data?
|
|
Top |
|
 |
myth19kirt
|
Posted: Thu Aug 02, 2007 11:45 am |
|
Joined: Fri Mar 24, 2006 10:35 pm
Posts: 89
Location:
Detroit, MI
|
I did a clean auto-install of R5F1. It does display correctly within the frontend's weather screen, but the weather inside mythweb is broken.
I did see my zip code at the top of the broken page.
Is this set during the initial phase; the first time through mythsetup? I remember seeing text about setting the weather defaults based on zip-code entered to determine cable provider.
|
|
Top |
|
 |
tjc
|
Posted: Thu Aug 02, 2007 5:34 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
The weather is pulled from various web sources that periodically change their format & URLs. The most recent change happened right around the time R5F1 was being released. There are some partial patches available, but most folks are just waiting for a full fix from MythTV.
|
|
Top |
|
 |
Arakis
|
Posted: Fri Jan 04, 2008 5:36 pm |
|
Joined: Fri Jan 04, 2008 5:26 pm
Posts: 1
Location:
UK
|
Simon - U the man! Used your instructions for getting mythweather working on a plain MythTV/FC 8 (after hours of searching normal help points) and worked a charm. I now know its cold in January in the UK.

|
|
Top |
|
 |