Weather 1.0 review (mac)
Weather is a simple application which puts the current temperature in the dock.
|
|
Weather 1.0 is utilities software developed by Steven Simon.
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.
This mac program is freeware, so you can download and use it absolutely free. Weather 1.0 supports different languages (including english). It works with Mac OS X.
Downloading Weather 1.0 will take several seconds if you use fast ADSL connection.
Download
- 100mbit/s dedicated server
- 100% availability
Write a Weather Review
Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.
Weather related software
-
Weather 1.0
Weather is a simple application which puts the current temperature in the dock.
-
Dock Temp 1.0.1
Dock Temp displays the outside temperature in your OS X Dock.
-
N0ONG Ultimeter II 1.3.1
N0ONG Ultimeter II display is a graphical display of current weather conditions along with Today's High Temperature, Today's Low Temperature, Today's High Wind Gust, and Wind Chill.
-
Say Your Time And Temperature 1.0
Say Your Time And Temperature is a small AppleScript that speaks the temperature via your zipcode.
-
Degrees Down Under 2.3
Degrees Down Under displays the current temperature for a range of locations around Australia, using data from the Australian Bureau of Meteorology website .


