|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Weather.com Problem?
10 Day Forcast had duplicate/repeating days (Sun May 11th in both columns, etc...) so I deleted weather_cache.propeties. On Sage re-start it asked for the weather location, but now is showing null/null for days 6-10 (right side column). Not a firewall issue.
P |
#2
|
||||
|
||||
I already have a note to myself to look into this -- I think they may have switched to only providing a 5 day forecast. But I need to find out for sure what happened.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#3
|
|||
|
|||
I know if you go to the internet, you can get a 10 day forecast at weather.com but maybe you are right if Sage gets it in a different format.
Mike |
#4
|
|||
|
|||
Hmm - it looks like weather.com must have changed their format because it's totally messed up in Sage after day 5. I'm getting what appears to be the next 5 days of weather in May and then 5 days from March. I've attached a screenshot.
Mike |
#5
|
||||
|
||||
I also only see the next five days in the 10 day forecast.
Last edited by Menehune; 05-12-2008 at 12:00 AM. |
#6
|
|||
|
|||
Weather.com has infact changed their system to only allow 5 day forcasts. Many similar systems are experiencing the same problem.
__________________
i7-6700 server with about 10tb of space currently SageTV v9 (64bit) Ceton InfiniTV ETH 6 cable card tuner (Spectrum cable) OpenDCT HD-300 HD Extenders (hooked to my whole-house A/V system for synched playback on multiple TVs - great during a Superbowl party) Amazon Firestick 4k and Nvidia Shield using the MiniClient Using CQC to control it all |
#7
|
||||
|
||||
I'm sure it doesn't really matter.. since they are never right anyways.
__________________
SageTV V9.xx 2 x HD300's, 2 x Nvidia Shields Running Mini Client |
#8
|
||||
|
||||
Quote:
However, I'm not sure if you meant that the 10-day data provided to sage (and others) has been reduced.
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#9
|
||||
|
||||
What they show on their web site is not the same info provided via their xml feed. Well, I suppose the basic forecast info should match , but the amount of content available isn't the same.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#10
|
||||
|
||||
So do we know if Sage will be addressing this in some sort of quick update??
Next to the Sage PVR functions, my wife uses the Weather module everyday!
__________________
Server: Dual Tuner: PVR-150MCE/PVR-250MCE/SageTV v5.02/Asus Pundit-R 2.4GHZ/512MB DDR RAM/250 GB Maxtor HD (8MB Buffer) External Seagate 400GB HD via USB 2.0/Onboard ATI 9100 using SVIDEO TV-Out/Nvidia DVD decoder/Actisys 200L IR Blaster (Dish receiver) USBUIRT (DirectTV receiver)/Lite-On 4X DVD-R/RW/Windows XP Pro SP2/Adesso Mini IR Keyboard w/integrated mouse/Tivo "Peanut" Remote via USBUIRT/Dish Network Model 301/DirectTV subscriber/Webserver Plugin v2.8 |
#11
|
||||
|
||||
At this point, the only 'fix' I know of is to show 5 days of data instead of 10. So, for now, you should simply ignore the 2nd column on the 10 day forecast screen.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#12
|
||||
|
||||
#13
|
||||
|
||||
I'm simply changing the right-hand column to show the night forecast for the day to its left... that way, you can get better detail for overnight at a glance.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#14
|
|||
|
|||
Andy, how'd you add the night listings? I deleted the orig weather_cache file and now just have NULL null/null for the right hand column. I looked at the prop file, but couldn't figure out what to add.
P |
#15
|
||||
|
||||
Quote:
If you want to modify the STV to skip the last 5 days, try this: change: DayList = DataUnion("1","2","3","4","5","6","7","8","9") to: DayList = DataUnion("1","2","3","4") That should just remove the right column. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#16
|
|||
|
|||
I replaced this:
Code:
<Action Name="DayList = DataUnion("1","2","3","4","5","6","7","8","9")" Sym="BASE-83248"> Code:
<Action Name="DayList = DataUnion("1","2","3","4")" Sym="BASE-83248"> B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#17
|
||||
|
||||
Weather or NOT?
Hmmm ... Was clincking through the 10 day forecast day by day and noticed it went from Wednesday to Saturday??
Wehn I went back to the full screen 10 day I noticed something even more weird ... Check it out? It goes from tonight (the 17th) to 18, 19, 20, 21, um ... 10, 11, 12, 13, 14 ? Am I going back the the future? Any ideas? * merged * |
#18
|
|||
|
|||
You need to read the entire thread. Weather.com, source of the data, changed the rules and no longer provides a 10-day forecast.
My question is- Is it possible to get another source? |
#19
|
||||
|
||||
Quote:
Yeah ... I actually posted this seperately. didn't realize there was a Weather.com issue until someone merged it to this thread. As for source ... How about AccuWeather.com ... They give up to 15 days See attachment ... |
#20
|
|||
|
|||
Weather Pulse,a freebee, does a 10 day forecast and more:
http://www.tropicdesigns.net/weather...?category_id=0 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PVR 150 PAL\NTSC problem | Dror Engel | SageTV Software | 1 | 12-31-2006 12:54 AM |
Theatrix 550 Pro problem - Sage TV Recorder Problem | ViDi0T | SageTV Recorder Software | 4 | 05-10-2006 05:27 PM |
Directx/decoder problem | Grasshopper | SageTV Software | 0 | 04-28-2006 04:59 PM |
Problem with Scheduling Look Ahead | nerys | SageTV Customizations | 2 | 04-26-2006 01:45 PM |
First Run "Simpsons" problem | swishbish33 | SageTV Software | 5 | 04-15-2006 11:23 PM |