dupa

Author Topic: Weather Alert V5  (Read 9770 times)

DayWalker

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Weather Alert V5
« Reply #15 on: November 10, 2016, 08:34:24 pm »
Thank you, yeah I have my work cut out for me.

Spitfire2600

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
Re: Weather Alert V5
« Reply #16 on: November 13, 2016, 03:33:17 am »
Sorry, I should have explained the process for getting your location.

Thanks above for explaining.

Also, You can not run any other weather parsing plugins at the same time unless you change the variable commands for retrieving the information. "What is the weather"

I can add the sun/moon rise and set into the next version and anything else, just need links to sites that are php or xml friendly.

-Spitfire
 

DayWalker

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Weather Alert V5
« Reply #17 on: November 13, 2016, 10:24:08 am »
Good morning Sir,
 Thank you for answering back.here is the link to the php website (this is the main page)
http://aa.usno.navy.mil/data/docs/RS_OneDay.php

From here I use this
(Form A - U.S. Cities or Towns) enter my information and click "get data"

which take me to here (the location I am looking for)
http://aa.usno.navy.mil/rstt/onedaytable?ID=AA&year=2016&month=11&day=13&state=FL&place=Boca+Raton

on this php webpage my sunrise/sunset and moon rise/moon set as well as moon phase are here as well as other information.

Now if you can get this to work it would be AWESOME!!
But there is a few things I would like to point out. Look at the php string
http://aa.usno.navy.mil/rstt/onedaytable?ID=AA&year=2016&month=11&day=13&state=FL&place=Boca+Raton
I highlighted it in RED as well as made bold.
This is updated  daily so how could you make this work/happen,so that it is current?
Also could you get Hal to repeat the other information as well...the text ?

OR maybe if the above can't be done then maybe have your plugin navigate to the php website
http://aa.usno.navy.mil/data/docs/RS_OneDay.php

and we then do the rest ourselves.
(Form A - U.S. Cities or Towns) enter my information and click "get data".

Thank you

DayWalker

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Weather Alert V5
« Reply #18 on: November 13, 2016, 10:28:44 am »
Yes I was able to address my problems with Art's help and the 2 plugins play well together now. I really like your weather plugin. Works so nicely and I like the GRETTA News Feeds as I like to have it read to me as I work. So now I have the best of BOTH worlds.
Thank you guys for all that you do. I just wish I was as good as some of you with writing code.

DayWalker

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Weather Alert V5
« Reply #19 on: December 11, 2016, 02:41:22 pm »
I was wondering if there has been any luck with this plugin?