I would like to learn if it is possible to wake up a MacBook (running Mac OS X 10.6) from sleep using a timer? Is there such a application for Mac OS X? I would like to wake up a computer and turn on iTunes.

link|improve this question

50% accept rate
trying to make an alarm clock out of your macbook, huh? – Cawas Oct 5 '10 at 16:05
Why not? It is nicer to wake up listening to favorite music or a radio station. – Skarab Oct 5 '10 at 21:38
feedback

3 Answers

up vote 6 down vote accepted

There is no need for a separate app with Snow Leopard, this functionality is built into the operating system.

Look at the Energy Saver panel in System Preferences. Click on the Schedule… button.

You can create an event with iCal a few minutes after your wake up schedule and have it run a script like:

tell application "iTunes"
   set this_playlist to playlist "alarmPlaylist"
   play this_playlist
end tell
link|improve this answer
question here is if that would work even with closed lid - and how to do it in case it wouldn't. – Cawas Oct 5 '10 at 16:06
feedback

Google is your friend –––

There are at least two apps that do exactly what you ask:

  • Embraceware's Awaken @ $10 (CAN)

  • Metakine's Aurora @ $14.95

They both are capable of waking a Mac on timer and playing iTunes upon waking.

(I don't have enough points to post this as a comment, which is where it belongs.)

link|improve this answer
feedback

If you do a search for 'timer' at MacUpdate.com you'll get a ton of hits. I can't recommend one over another because I don't sleep my Macs but there are ratings and reviews of all the apps.

link|improve this answer
Regarding searching, exactly this is the reason why I asked this question :). – Skarab Oct 1 '10 at 3:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.