|
SageTV v9 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 9 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 9 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
||||
|
||||
Nice work on the plugin! How hard would it be to add support for more concurrent cities like the old weather plugin which allowed 4 cities?
|
#42
|
||||
|
||||
Not too difficult. It would only require STV work, the java already supports multiple weather instances. I didn't add multiple cities because I never used it and was not sure how many people did.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#43
|
||||
|
||||
Anything you can do for us few Canadian users with the weather plugin?
__________________
SERVER: Intel Core i7-3770 CPU @ 3.40GHz - UnRaid Server 6.8.0/DVB LibreELEC with Docker stuckless-sagetv-server-java9 MOTHERBOARD: ASRock-Z77 Extreme4 / 32GB RAM CACHE DRIVE: SSD 1TB ARRAY: 24TB/7 DRIVES PARITY: 8TB EXTERNAL DEVICES: 4x HD-PVR's Firewire Channel Changing TUNERS:NO LONGER RECORDING LIVETV CLIENTS: 2xHD300 2xHD200 SONY ANDROIDTV MINI-CLIENT |
#44
|
||||
|
||||
I'm not really sure. The trick is to see if there is a good API available and I haven't looked at that.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#45
|
||||
|
||||
Quote:
https://docs.ckan.org/en/latest/api/index.html Found as looking for a Canadian Weather API. Dwight
__________________
SERVER: Intel Core i7-3770 CPU @ 3.40GHz - UnRaid Server 6.8.0/DVB LibreELEC with Docker stuckless-sagetv-server-java9 MOTHERBOARD: ASRock-Z77 Extreme4 / 32GB RAM CACHE DRIVE: SSD 1TB ARRAY: 24TB/7 DRIVES PARITY: 8TB EXTERNAL DEVICES: 4x HD-PVR's Firewire Channel Changing TUNERS:NO LONGER RECORDING LIVETV CLIENTS: 2xHD300 2xHD200 SONY ANDROIDTV MINI-CLIENT |
#46
|
||||
|
||||
Quote:
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#47
|
||||
|
||||
Try the attached. Upzip the .xml into the Sage install directory then go to the plugin manager and update the plugin. It will allow you to enter multiple cities in the configuration menu.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#48
|
|||
|
|||
Quote:
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#49
|
||||
|
||||
Yes, I've been looking at that one. Unsurprisingly, it's very different than the NWS API and will require more development. It's currently the best free one I've seen for international weather.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#50
|
||||
|
||||
In Phoenix/Gemstone we took an approach of creating a WeatherAPI and then provided implementations for various weather providers. In this way the UI can be written once for 1 api, and then just plug in different providers. Not sure you went down that common API approach or not, but, might be worth looking into, as you add more weather providers for the default stv.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#51
|
||||
|
||||
Quote:
The OpenWeatherMap API was much simpler than the NWS API. I have a good chunk of the Java written and am starting to put it into the STV. I guess I don't mind editing the STV to add additional providers. When new provides are added it will always take additional coding and to me it doesn't matter if it's STV coding or Java coding.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#52
|
|||
|
|||
Hi Tom
Have you ever looked at Dark Sky? https://darksky.net/ Seems to have a good API. Just wish I had the skills or time to implement this. Dean
__________________
Darkside: DVB-C x4 DVB-T2 x2 HD-300 x4 Lightside: DVB-C x2 DVB-T2 x4 HD-300 x3 |
#53
|
||||
|
||||
Quote:
__________________
SERVER: Intel Core i7-3770 CPU @ 3.40GHz - UnRaid Server 6.8.0/DVB LibreELEC with Docker stuckless-sagetv-server-java9 MOTHERBOARD: ASRock-Z77 Extreme4 / 32GB RAM CACHE DRIVE: SSD 1TB ARRAY: 24TB/7 DRIVES PARITY: 8TB EXTERNAL DEVICES: 4x HD-PVR's Firewire Channel Changing TUNERS:NO LONGER RECORDING LIVETV CLIENTS: 2xHD300 2xHD200 SONY ANDROIDTV MINI-CLIENT |
#54
|
|||
|
|||
Quote:
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#55
|
||||
|
||||
Quote:
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#56
|
|||
|
|||
Quote:
It requires you to request your own API key, but noticed the following line in the Terms Of Server and it states you at NOT alowed the following. Quote:
Dean
__________________
Darkside: DVB-C x4 DVB-T2 x2 HD-300 x4 Lightside: DVB-C x2 DVB-T2 x4 HD-300 x3 |
#57
|
||||
|
||||
Quote:
The darksky API is also fairly easy and provides more of the data needed and there are some open source Java APIs available. I plan on implementing that one as well and then give the user the choice of which to use; NWS, OpenWeatherMap, or Darksky . If they want to use Darksky they will have to sign up and get their own key. That's the plan I have in mind. If nothing else I'll end up with some nice Java classes that can be used to access these weather services.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#58
|
|||
|
|||
I installed this and updated, but the configuration menu doesn't appear to allow for entering multiple sites. When I select enter new location and enter a zip code, the configuration changes to the new zip code site, but I don't see how to then toggle among multiple sites. What am I overlooking?
__________________
Sage Server: Core 2 Quad Q9550 2.83GHz, Windows 7 x64, Hauppauge WinTV-quadHD, AverMedia M780. HD200 Extender. |
#59
|
|||
|
|||
I've been experimenting with this plugin and comparing it to the previous weather underground layout, and I have a few suggestions/requests for updates.
1) It would be nice under the extended forecast to have the option to show the week in a grid format without the narrative detail. This was an option under the weather underground format. 2) In the extended forecast, when precipitation is forecasted, the weather underground format would include the forecasted amount of precipitation. Does the NWS provide this data and could it be included? 3) On the current conditions tab, where barometric pressure is displayed, is it possible to indicate weather the pressure is rising or falling? Thank you for developing this plugin tmiranda.
__________________
Sage Server: Core 2 Quad Q9550 2.83GHz, Windows 7 x64, Hauppauge WinTV-quadHD, AverMedia M780. HD200 Extender. |
#60
|
||||
|
||||
Quote:
I'm taking a break at the moment due to the holidays.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Weird weather on Weather Underground | sacrament055 | Gemstone for v7 | 13 | 05-27-2013 10:13 AM |
The Weather Channel eliminating free weather data feed | iolaus | SageTV Software | 69 | 08-26-2012 11:17 AM |
Downloaded Google Weather Update, No weather? | symgryph | SageTV v7 Customizations | 3 | 11-18-2011 08:55 AM |
Using Weather Network as a feed for Canadian Weather | Fastrack | SageTV Customizations | 2 | 03-22-2009 09:47 PM |
weather.com weather extractor for mlbdude2 1.8.7 (v1.0.1 / July 6) | nielm | SageTV Customizations | 105 | 10-08-2004 06:54 AM |