Jump to content

Recommended Posts

Posted (edited)

Hello, I saw a lot of weather scripts but I didn't see any that allowed you to use the various options (Hourly, tomorrow etc. etc.) So I created one for myself :x

Here are some screen shots.

Main Image:

Posted Image

Drop-Down Menu Image:

Posted Image

Overview Image:

Posted Image

It's a pretty simple program, but I like how it came out.

Leave some comments/suggestions :P

Source:

v1.1Weather.au3

v1.0

.Exe:

v1.1

v1.0

Edited by Damein

MCR.jpg?t=1286371579

  Reveal hidden contents

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Posted

So long as you can use it on Weather.com's website then you can (So I assume you can) although, the maps won't be accurate, when I get home from the holidays I'll look into it.

Thanks for a reply, and happy holidays to you too!

MCR.jpg?t=1286371579

  Reveal hidden contents

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Posted

Only .com is for the USA ZIP System...

These are the only localised versions of Weather.com I can find.

USA: http://weather.com - ZIP Codes

UK & Ireland: http://uk.weather.com/- Post Codes

Brazil: http://br.weather.com/

Germany: http://de.weather.com/

India: http://in.weather.com/

Italy: http://classmeteo.weather.com/

France: http://fr.weather.com/- Code Postal

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I would recommend you take a look at Google's Weather API :

[indent] http://www.google.com/ig/api?weather=LOCATION




where LOCATION is either a Zip code or city name


[/indent]

The actual API returns a lot of data. Take a look at a sample return:

<xml_api_reply version="1">
−
<weather module_id="0" tab_id="0" mobile_row="0" mobile_zipped="1" row="0" section="0">
−
<forecast_information>
<city data="Dallas, TX"/>
<postal_code data="Dallas"/>
<latitude_e6 data=""/>
<longitude_e6 data=""/>
<forecast_date data="2010-12-26"/>
<current_date_time data="2010-12-27 01:34:34 +0000"/>
<unit_system data="US"/>
</forecast_information>
−
<current_conditions>
<condition data="Clear"/>
<temp_f data="35"/>
<temp_c data="2"/>
<humidity data="Humidity: 63%"/>
<icon data="/ig/images/weather/sunny.gif"/>
<wind_condition data="Wind: E at 3 mph"/>
</current_conditions>
−
<forecast_conditions>
<day_of_week data="Sun"/>
<low data="24"/>
<high data="43"/>
<icon data="/ig/images/weather/partly_cloudy.gif"/>
<condition data="Partly Cloudy"/>
</forecast_conditions>
−
<forecast_conditions>
<day_of_week data="Mon"/>
<low data="40"/>
<high data="52"/>
<icon data="/ig/images/weather/partly_cloudy.gif"/>
<condition data="Partly Cloudy"/>
</forecast_conditions>
−
<forecast_conditions>
<day_of_week data="Tue"/>
<low data="46"/>
<high data="49"/>
<icon data="/ig/images/weather/rain.gif"/>
<condition data="Showers"/>
</forecast_conditions>
−
<forecast_conditions>
<day_of_week data="Wed"/>
<low data="55"/>
<high data="66"/>
<icon data="/ig/images/weather/rain.gif"/>
<condition data="Showers"/>
</forecast_conditions>
</weather>
</xml_api_reply>
Posted

Wow, nice API! :x

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Updated for the ability to re-size the main GUI (Over the holidays I was at families and was checking the weather with it and due to it being a smaller resolution I could not see the Edit for the zip-code :x )

Updated the script/exe in the first post.

MCR.jpg?t=1286371579

  Reveal hidden contents

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Posted

I have been looking at the Google Weather API and have created a small UDF if you are interested.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

No thanks, I took a look at it and although it is nice for the current weather, I like the maps/hourly forecast ability.

But thanks anyways.

MCR.jpg?t=1286371579

  Reveal hidden contents

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Posted

No problem! That one will stay under lock and key then :x

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Some tidying up, testing and maybe...:x

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
has been published.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I thought of that Zedna, I might do it, dunno.

MCR.jpg?t=1286371579

  Reveal hidden contents

Most recent sig. I made

Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...