Audrey Alarm Clock

For this to work as a an alarm you need to modify your Audrey to never sleep. I made the screen black to minimize the amount of light visible. A brightly glowing alarm clock is not very useful. I will probably make this my channel 00. Here are the files to be copied to your channel server or directly to your Audrey.

index.html

Normal Javascript clock. With improved, highly visible LED style graphics. I added a alarm field, that when it matches the time of the clock it is redirected to either music.html or buzzer.html, whichever is selected by the radio button.

music.html

This is a mp3 that is imported into flash and exported as a flash 4 swf file. This is compatible with an Audrey right out of the box. It has one large button that links to off.html.

Also makes the light blink. (requires Audrey modification)

buzzer.html

Same as the the music file, but with a simple (and annoying) sound loop. The SwF file is <2k as opposed to <185k for the mp3.

You could modify your off.html to redirect to real audio stream, weather page, or calendar. Or have links to all three.

off.html

This is a copy of the javascript clock without the alarm field. It redirects to index.html, after one minute. This prevents the alarm from triggering again.

index.html

Back to the original file, ready to go again. You could modify this to put in your own alarm by default.

slapped together by Brian Wente