topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:47 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: NANY 2014 RELEASE: Weather Station Warlock  (Read 44005 times)

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #25 on: January 17, 2014, 12:49 PM »
Well since everything I have did so far seems stable for me on my system here the release is a few days earlier than planned...

Release Notes:

Minimize to tray and copy data to the clipboard has been added. Finally, a few tweaks were made and a couple minor bugs fixed.

Let me know of any bugs you might find and such... :)

Click here for the download link in the initial posting on the 1st page.

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #26 on: March 10, 2014, 10:48 AM »
Version 0.9.5.1 Released!

Release Notes:

1. Added a different view mode.
2. Hopefully fixed timezone data for last queried to show correct daylight savings time setting.
3. A few other tweaks and fixes.

Use Download link from the first post of the topic.
Enjoy! :)

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #27 on: March 10, 2014, 01:26 PM »
^that's funny,
I just coincidentally downloaded the most recent version, without having seen your post :-)

Many thanks :up:
Tom

RichTWebGuy

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 28
    • View Profile
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #28 on: December 17, 2014, 11:08 AM »
Is WSW still working OK?  Mine can't download any station info.

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #29 on: December 17, 2014, 01:43 PM »
Is WSW still working OK?  Mine can't download any station info.

Is it with individual station's? If so...
Which station's are you trying if it is certain stations? I did notice where some station's doesn't have the correct data if any data at all for them.

As its still working for my stations which includes...

KTRI  BRISTOL / JOHNSON / KINGSPORT, TRI-CITY REGIONAL AIRPORT, TN
KCRP  CORPUS CHRISTI, CORPUS CHRISTI INTERNATIONAL AIRPORT, TX
KCMI UNIVERSITY OF ILLINOIS - WILLARD, IL
KBKF  BUCKLEY AIR FORCE BASE AIRPORT, CO

If other then what do I need to look at...

RichTWebGuy

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 28
    • View Profile
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #30 on: December 17, 2014, 01:52 PM »
Sorry, I mean it won't download the list of stations at all.  I have it marked in firewall to allow.  It puts "An error occu" in the State dropdown.

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #31 on: December 17, 2014, 02:01 PM »
Seem's like its a problem with the NWS Station List ATM which is out of my control unless I can figure out a workaround to make the xml parser skip errors.

Code: Text [Select]
  1. XML Parsing Error: not well-formed
  2. Line Number 13534, Column 61:
  3.                 <station_name>ALABAMA RIVER AT CLAIBORNE LOCK & DAM NEAR MONROEVILLE</station_name>
  4. --------------------------------------------------------------^

You may need to delete states.txt in the cache folder before you check to see if it is fixed.

Meanwhile...if you know the station id...

You can create a file in the main directory of WSW called stations.xml.

And inside it here is what mine looks like...

Code: Text [Select]
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <WeatherStationWarlock>
  3.   <FileFormatVersion>1</FileFormatVersion>
  4.   <Stations>
  5.     <Station id="KTRI" name="Tri-Cities Airport" />
  6.     <Station id="KCRP" name="Corpus Christi International Airport" />
  7.     <Station id="KCMI" name="Champaign / Urbana, University of Illinois-Willard" />
  8.     <Station id="KBKF" name="Buckley AFB/Aurora" />
  9.   </Stations>
  10. </WeatherStationWarlock>

Change station id to the id of yours...

One workaround to find the station id atm is...

Goto weather.gov enter your location to find your local forecast...then on the page that comes up look under Current Conditions at and find the id...
screen_12172014.png The station id is inside the ().
« Last Edit: December 17, 2014, 09:19 PM by hamradio »

RichTWebGuy

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 28
    • View Profile
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #32 on: December 17, 2014, 02:06 PM »
If I know a station name or ID or URL of RSS or XML, is there any way to bypass this list?

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #33 on: December 17, 2014, 02:10 PM »
Added to previous post and also sent a message to the NWS and will post an update here hopefully soon when they have fixed it so everyone knows. :)
« Last Edit: December 17, 2014, 02:20 PM by hamradio, Reason: Added where I sent a message to NWS. »

RichTWebGuy

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 28
    • View Profile
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #34 on: December 17, 2014, 02:28 PM »
Yep, I saw that right after I posted - I got a few local stations working so I'm OK - thanks!!!

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #35 on: December 17, 2014, 02:31 PM »
Yep, I saw that right after I posted - I got a few local stations working so I'm OK - thanks!!!

No problem thanks for letting me know so I could look into it not just for you but also for everyone that might be trying as well. :)

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #36 on: December 29, 2014, 10:56 PM »
By the way delete cache folder files inside the Weather Station Warlock folder and it should be ok next time you load the station finder.  Appears the NWS has fixed their issue a few days ago. :)

hamradio

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 825
  • Amateur Radio Guy
    • View Profile
    • HamRadioUSA.net
    • Read more about this member.
    • Donate to Member
Re: NANY 2014 RELEASE: Weather Station Warlock
« Reply #37 on: September 17, 2015, 04:59 PM »
Updated to 1.0.0 build 1 with a few fixes as listed.  If you got the error with previous version be sure to go into the cache folder and delete states.txt file as well.

1. Added a user agent for when the feed gets downloaded to fix download forbidden as the national weather service has started requiring a user agent to prevent an error 403 forbidden on requests it appears.
2. In turn by adding a user agent it is now downloaded slightly different.

Please update to the latest version as previous versions will no longer work the way it appears (download link in first post).

Thanks! :)
« Last Edit: September 17, 2015, 05:28 PM by hamradio »