'YAWS v 0.53 by cicada (
[email protected]) - weather script for Samurize 0.84 and higher
'Temperature, city and environment management
'Compatibile with Samurize 0.84 and probably with higher viersions
'Weather information provided by Intercept Vector (
http://weather.interceptvector.com)
'For Sofia, Bulgaria, using Celsius it is:
http://weather.interceptvector.com/weather.xml?id=VUtYWDExMzQ==&celsius=true
Option Explicit
On Error Resume Next
const SAMURIZE_DIRECTORY= "C:\Program Files\Samurize" 'change if different than yours
const USE_CELSIUS= TRUE 'make it False if you want Fahrenheit
' --- DO NOT TOUCH THE CODE AFTER THAT POINT UNLESS YOU KNOW WHAT YOU ARE DOING ---