WeatherConsole: Difference between revisions
From Cumulus Wiki
Jump to navigationJump to search
(Article creation) |
m (update to version 1.1) |
||
Line 1: | Line 1: | ||
{{AddOnBanner|name=Cumulus WeatherConsole|type=HTML & Javascript|author=David Jamieson|contact=[[User:Daj|DAJ]]|updated= |
{{AddOnBanner|name=Cumulus WeatherConsole|type=HTML & Javascript|author=David Jamieson|contact=[[User:Daj|DAJ]]|updated=11 Jan 2010|version=1.1}} |
||
The WeatherConsole is an simple web page presenting 'live' and automatically updating information to viewers. It is a text based display |
The WeatherConsole is an simple web page presenting 'live' and automatically updating information to viewers. It is a text based display, and is easily customised to suit your own site design. |
||
Click on the example screen shot on the right |
Click on the example screen shot on the right |
||
Line 16: | Line 16: | ||
*download the following file...[http://wiki.sandaysoft.com/files/CumulusWeatherConsole.zip CumulusWeatherConsole.zip] |
*download the following file...[http://wiki.sandaysoft.com/files/CumulusWeatherConsole.zip CumulusWeatherConsole.zip] |
||
*Unzip the contents ( |
*Unzip the contents (five files will be extracted) |
||
*Edit the file wconsole.js. There are two lines which need modified at the top. The location of your realtime.txt data file, and how often to refresh the display. |
*Edit the file wconsole.js. There are two lines which need modified at the top. The location of your realtime.txt data file, and how often to refresh the display. |
||
*Copy all the files to your web site into a subfolder, or the root -- your choice |
*Copy all the files to your web site into a subfolder, or the root -- your choice |
||
*open wconsole.html in a browser |
*open wconsole.html in a browser |
||
=Usage= |
|||
By default the Console is displayed within a current browser, however clicking on the icon on the bottom right of the screen will pop-out the Console to it's own window and can be left running in the background. |
|||
Line 34: | Line 39: | ||
=Version Control= |
|||
1.1 Added 'pop-out' feature |
|||
1.0 Public launch |
|||
{{WatchReminderBanner}} |
|||
[[Category:AddOns]] |
[[Category:AddOns]] |
Revision as of 15:34, 11 January 2010
Name: | Cumulus WeatherConsole |
Type: | HTML & Javascript |
Author: | David Jamieson |
Contact: | DAJ |
Last update: | 11 Jan 2010 |
Version: | 1.1 |
The WeatherConsole is an simple web page presenting 'live' and automatically updating information to viewers. It is a text based display, and is easily customised to suit your own site design.
Click on the example screen shot on the right
Requirements
- a website
- Cumulus realtime.txt file being updated regularly by Cumulus
The Basics
- download the following file...CumulusWeatherConsole.zip
- Unzip the contents (five files will be extracted)
- Edit the file wconsole.js. There are two lines which need modified at the top. The location of your realtime.txt data file, and how often to refresh the display.
- Copy all the files to your web site into a subfolder, or the root -- your choice
- open wconsole.html in a browser
Usage
By default the Console is displayed within a current browser, however clicking on the icon on the bottom right of the screen will pop-out the Console to it's own window and can be left running in the background.
Possible problems
- If the WeatherConsole can not find your realtime.txt file it will give an error. Check the setting in wconsole.js. The location is typically a folder location on your webserver. Examples could be /realtime.txt or /data/realtime.txt
Personalising
- Edit wconsole.html and modify the wording after <TITLE> on the 6th line. This is the text to be displayed in the title bar at the top of the window. You may also wish to edit line 20 to a more personalised title shown within the browser itself.
- All colouring can be adjusted in the stylesheet file wconsole.css
Version Control
1.1 Added 'pop-out' feature 1.0 Public launch