Weather 1.0 review

Download
by rbytes.net on

Weather is a simple application which puts the current temperature in the dock.

License: Freeware
OS: Mac OS X
File size: 89K
Developer: Steven Simon
Price: $0.00
Updated: 13 Feb 2006
0 stars award from rbytes.net


Weather is a simple application which puts the current temperature in the dock.

The following AppleScript can be used to retrieve the temperature value. Modify the fileAlias variable to match your system.

try
set linefeed to ASCII character 10
set fileAlias to "Home:Users:steve:outside-temp"
set fileRefNum to open for access fileAlias
set temp to round (read fileRefNum before linefeed) as real
close access fileRefNum
end try

Completly freeware.

Weather 1.0 search tags