Recommended Posts

I've managed to get it working, but how can I change the layout?

Im sure the script makes a text file, all you need to do is use that built in script which allows you to display certian lines of the text file. Then just find out which ones you want to display and you will end up with something which looks like this: !

Just updated again and this config will be used in July desktop soon ;)

Nice, Is there any chance of you posting your config and necessary files, thats awesome.

get judge's desktop weather off of the samurize site. edit the script for ur samurize directory, zip code and www to w3. Extract the files in your samurize directory. I have mine in D:\Samurize so if it differnt u need to change a lot of stuff for images. you can do that by pressing ctrl+h in notepad and fid: D:\Smaurize, replace: where ever ur stuff is, then replace all.

endoscient.zip

endoscient.zip

I cannot get that script to work Endoscient, for the life of me I have no idea why. All I get are N/A's.

Here's a little of my config...and I only changed the zip code and the www to w3:

' DesktopWeather by Judge ([email protected])
' v 0.1 - Initial Version
' v 0.2 - Handles the user preferences being set to metric
' ?- Handles international (non-US) hourly forecasts
' v 0.3 - Fixed the hourlyURL fix (hopefully)!

const CITY ? ? ? ? ? ? ? = "17402" ?' Set this to your city, dont forget the format "<zip code>" for U.S.A. or "city, country" elsewhere.
const USE_CELCIUS ? ? ? ?= false ?' If you want the degrees in celcius or farenheit.
const MPH ? ? ? ? ? ? ? ?= true ?	' If you want the wind speed in miles or kilometer per hour.
const RESTART ? ? ? ? ? ?= true ?' If you want to restart the client after a cache file update.
const INSTANCE_NAME ? ? ?= "weather"	' Name of the samurize instance to restart
const SAMURIZE_DIRECTORY = "C:\Program Files\Samurize" 'change if different than yours

' CODE AFTER THIS, DO NOT CHANGE
dim icons, tempSymbol, dailyFile, hourlyFile, check, checkright, dailyURL, hasDegF

dailyFile  = SAMURIZE_DIRECTORY & "\Scripts\weather.daily.html"
hourlyFile = SAMURIZE_DIRECTORY & "\Scripts\weather.hourly.html"
dailyURL   = "http://w3.weather.com/search/search?where=" & CITY

post-45-1057282265.jpg

post-45-1057282265.jpg

Riggs: First off, I havent changed the www to w3 on my script yet. It's working fine. Also, you have your directory set to "C:\Program Files\Samurize", make sure that is the exact path to your folder. You also need a folder in your Samurize folder called "Scripts" to hold the HTML files.

Other than that, I dont know.

TYT

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.