Good Morning Sir Alarm Clock mp3 files
Posted: Sat May 23, 2009 12:24 pm
This is a talking alarm clock with humorous wakeup messages by Stephen Fry...
http://www.thinkgeek.com/homeoffice/lights/aef3/
Here, you can buy just the mp3 files (for GBP 7.50):
http://www.voco.uk.com/
I put all mp3 files on my chumby :
http://www.domoticaforum.eu/topic.asp?TOPIC_ID=920
and let girder play a random file in the morning, like this :
require("socket.http")
local url = "http://192.168.1.56/cgi-bin/custom/play ... hining.mp3";
local LISTHTML,HTTPERROR = socket.http.request(url);
Marcel
http://www.thinkgeek.com/homeoffice/lights/aef3/
Here, you can buy just the mp3 files (for GBP 7.50):
http://www.voco.uk.com/
I put all mp3 files on my chumby :
http://www.domoticaforum.eu/topic.asp?TOPIC_ID=920
and let girder play a random file in the morning, like this :
require("socket.http")
local url = "http://192.168.1.56/cgi-bin/custom/play ... hining.mp3";
local LISTHTML,HTTPERROR = socket.http.request(url);
Marcel