Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: Computer Alarm Clock

  1. #1
    Join Date
    Dec 2007
    Location
    Cornell University
    Beans
    35

    Computer Alarm Clock

    So I keep seeing this in movies and im sure its possible but im just wondering if anyone has run into a program that does this or a few that do similar things.

    I want to make my computer an alarm clock, ok easy, seen some programs,but i also want it to have a wake up message with weather notifications. so when the alarm went off it would have the music i want playing and then say "Good morning, The current time is 6:30 it is 70 degrees out, you have 20 unread messages" or something like that.

    I think it will come down to mostly just recording the different numbers for the morning message but before i start a project like this Has anyone seen anything like this?
    Never type this unless you hate everything you have ever done on your computer... "sudo rm -rf"...

    If you wish to understand someone, go drinking with them.

  2. #2
    Join Date
    Jul 2007
    Location
    The Shire, Canada
    Beans
    Hidden!

    Re: Computer Alarm Clock

    Ohh! I want that. Subscribing to this thread.
    Another round of Ubuntu for my friends here!
    Fighting to bring Pink back to The Pink Ponies archive.
    DELETE INSANITY!

  3. #3
    Join Date
    Jun 2008
    Location
    Phra Nakhon Sri Ayutthaya
    Beans
    1,307
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Computer Alarm Clock

    Ohh! I want that. Subscribing to this thread.
    Count me in, too.
    EDIT: There is KAlarm in KDE.
    Ubuntu Release 12.04
    Kernel Linux 3.0.0-16-generic
    Pentium dual core 3.00GHz

  4. #4
    Join Date
    Sep 2006
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: Computer Alarm Clock

    I have a simple bash script that is ran by a crontab job every morning to wake me up.

    It calls the "beep" command, mostly because if I leave my columns (? I don't know if that's the correct term, I mean the things where the sound comes out) turned on for the night, they make a low background noise and I can't sleep.

    To make the voices, you can use festival (I believe there are a few tutorials on that in this forum). You can try this to get you started:

    Code:
    echo "Today is thursday" | festival --tts
    I could probably do something like this, (it would be a fun side-project), but I have two tests next week, and I should probably study for them

  5. #5
    Join Date
    Dec 2007
    Location
    Cornell University
    Beans
    35

    Re: Computer Alarm Clock

    Cool idea on festival, ill check that out.
    Never type this unless you hate everything you have ever done on your computer... "sudo rm -rf"...

    If you wish to understand someone, go drinking with them.

  6. #6
    Join Date
    Sep 2006
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: Computer Alarm Clock

    By the way, you could tell me a page to see the weather and what is the email you use (gmail, hotmail, etc.)

    edit:

    Otherwise, the script will turn into a very tiny
    Code:
    echo "Today is $(date '+%A'). The time is $(date '+%-H') and $(date '+%-M')" | festival --tts;
    This says something like "Today is Thursday. The time is 23 and 16."

  7. #7
    Join Date
    Apr 2008
    Location
    /na/usa/ca
    Beans
    153

    Re: Computer Alarm Clock

    Sleep.FM offers a browser-based wake-up you can set for multiple alarms, including a feature to wake up to the current time, date, and weather.
    archlinux \\ amd+ati \\ subtle \\ website

  8. #8
    Join Date
    Jun 2007
    Beans
    137

    Re: Computer Alarm Clock

    Write a script to do it, use cron to execute the script when you want to wake up (I have a cronjob set to play music at 6:30 Monday through Friday).

  9. #9
    Join Date
    Dec 2007
    Location
    Adelaide Australia
    Beans
    463
    Distro
    Ubuntu

    Re: Computer Alarm Clock

    I want an alarm, that plays music really loudly for wakeing up, but when you acknowledge it, it reduces the volume to listening volume, so you can start the day with some tunes.
    after the first song, it would give temperature, outside windspeed, and humidity (Take THAT barometric pressure, noone likes you) and if it is overcast or not, and then actually say, shorts + longsleeve shirt.
    then, go onto the next song, until its time to leave for school.
    I can't write scripts to save my life, but a kid can dream.
    blog ~~~ last.fm ~~~ twitter ~~~ digg
    Just so you know, everywhere else on the internet, I am known as mynameistux
    Its just a bunch of 1's and 0's.

  10. #10
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: Computer Alarm Clock

    Quote Originally Posted by lukjad007 View Post
    ohh! I want that. Subscribing to this thread.
    +1
    "If a cluttered desk signs a cluttered mind, Of what, then, is an empty desk a sign?" -Albert Einstein.

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •