LCDStudio Weather Plugin

****Installation****
Extract the contents of the zip file into your LCDStudio Folder.

Load up LCDStudio Full Interface. Go to Tools - Options. Find Weather under Plugins section and check the Load Weather at startup checkbox.

****Setup****
1. Locations
	To edit the Locations right click the List Box and select the appropriate menu.
	
	To search for a location select "Search for Location". Enter your address or Zip code (i.e Chicago) into the textbox and click search. 
	Then select the appropriate location in the list box below and click Add.
	
	To add a Weather.com Location ID select "Add Location". Enter the Location ID into the textbox and click Add.
	
	To view information on a current location. Right click the Location ID. Then left click the listbox and select "Location info"
	
	To delete a Location ID right click the location ID. Then left click the listbox and select "Delete Location".
	
	To delete all Locations right click the listbox and select "Delete all Locations"
	
2. Measurement Units
	Select your required measurement units format. You can set custom Units if you require.
	
3. Advanced Settings
	Refresh Time: This allows you to set how often Weather plugin updates the weather data. Minimum = 1 second. Maximum = 23 Hours, 59 minutes and 59 seconds.
	
	Number of Days: This allows you to set how many days of weather data you wish to retrieve. Maximum = 10 days
	
	Enable Log: This generates a log at startup for one complete operation of the plugin. Used for debugging problems.
	
	Translation File: Use the supplied french.txt and short.txt for examples. For each data variable that contains text only (i.e. Current Condition), 
	the plugin searches for the string in the translation file. If it is found it will display the supplied alternative.
	
	Override Internet explorer proxy: This enables the plugin to use an alternative proxy to internet explorer's proxy setting.
	
	Reset All Settings: This button will reset all settings to default.

4. Applying Settings
	You must click the Apply button for each section. You must restart LCDStudio for all settings to apply.



ChangeLog:
Version 0.93
Added: Toolbar for location settings
Changed: Compiled using .NET Framework v2.0
Fixed: Remove location message when location not selected
Fixed: Stopped Location Information display the first location at load of options
Fixed: Safety message etc when refresh time set to 00:00:00

Version 0.92.2
Added: About section
Changed: Improved error log for multi Locations
Fixed: Multi Locations error

Version 0.92.1
Changed: Removed two unused buttons

Version 0.92
Added: Simple Readme file
Added: Location Info
Added: Import and Export Settings
Added: Override Proxy Settings
Added: Reset All Settings
Changed: Total Re-design of GUI
Changed: Refresh Time now uses time format instead of milliseconds

Version 0.91
Added: Enhanced error log
Fixed: Error with decimal current pressure data item

Version 0.9
Added: Multiple Locations
Added: Simple Debug log
Added: Added IE User Agent to HTML retrival code
Added: Error log function
Fixed: Error with Humidity value

Version 0.82
Fixed: Translation Button error

Version 0.81
Added: Search weather.com for ID
Added: Manual Units Selection
Added: Translation Option 

Version 0.8
Added: GUI (You can delete the ini file now)
Added: All weather varibles I could find in my XML feed
Changed: The data is now laid out better in LcdStudio
Changed: Cleaned up some of the code