Library

Video Player is loading.
 
Current Time 0:00
Duration 0:00
Loaded: 0.00%
 

x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    Hi, this is Gary with MacMost.com.  Today let me show you how to create an  
    Hi, this is Gary with MacMost.com.  Today let me show you how to create an  

  • 00:04

    alarm clock using Automator and  the Calendar App on your Mac. 
    alarm clock using Automator and  the Calendar App on your Mac. 

  • 00:12

    MacMost is brought to you thanks to a great  group of more than 1000 supporters. Go to  
    MacMost is brought to you thanks to a great  group of more than 1000 supporters. Go to  

  • 00:16

    MacMost.com/patreon. There you can  read more about the Patreon Campaign.  
    MacMost.com/patreon. There you can  read more about the Patreon Campaign.  

  • 00:20

    Join us and get exclusive  content and course discounts.
    Join us and get exclusive  content and course discounts.

  • 00:23

    If you have ever tried to set an alarm  on your Mac you know it can be kind  
    If you have ever tried to set an alarm  on your Mac you know it can be kind  

  • 00:26

    of frustrating. If you ask Siri you won't  get any help. (Siri set an alarm for 1 pm.  
    of frustrating. If you ask Siri you won't  get any help. (Siri set an alarm for 1 pm.  

  • 00:33

    I can't set an alarm here. How about a reminder  instead). Of course you can set a reminder but a  
    I can't set an alarm here. How about a reminder  instead). Of course you can set a reminder but a  

  • 00:39

    reminder is going to give you kind of a quiet  notification with a little thing at the top  
    reminder is going to give you kind of a quiet  notification with a little thing at the top  

  • 00:43

    right hand corner of your screen. That's fine for  getting a notification while you're working but if  
    right hand corner of your screen. That's fine for  getting a notification while you're working but if  

  • 00:48

    you're in another part of the room or taking a nap  it's not going to wake you up. Now there are other  
    you're in another part of the room or taking a nap  it's not going to wake you up. Now there are other  

  • 00:54

    ways to set alarms on your Mac. For instance, you  can get a third party app to do this in the App  
    ways to set alarms on your Mac. For instance, you  can get a third party app to do this in the App  

  • 00:58

    Store. But these either cost money, bug you for  in-app purchases, or show advertisements in them.
    Store. But these either cost money, bug you for  in-app purchases, or show advertisements in them.

  • 01:03

    Another thing you can do is you can go into the  Calendar. In the Calendar you can set an event to  
    Another thing you can do is you can go into the  Calendar. In the Calendar you can set an event to  

  • 01:10

    happen at a certain time. You can even associate  a sound with that event. But sometimes you may  
    happen at a certain time. You can even associate  a sound with that event. But sometimes you may  

  • 01:15

    have the volume on your Mac set too low for that  to work and it's kind of clunky to constantly be  
    have the volume on your Mac set too low for that  to work and it's kind of clunky to constantly be  

  • 01:21

    setting these events in the Calendar. So let me  show you an easier way you can do it using the  
    setting these events in the Calendar. So let me  show you an easier way you can do it using the  

  • 01:26

    Calendar but also using Automator. Setting this  up the first time is going to have a lot of steps.  
    Calendar but also using Automator. Setting this  up the first time is going to have a lot of steps.  

  • 01:32

    But once you have it setup I'm going to show you  how easy it is to then reuse that alarm easily.
    But once you have it setup I'm going to show you  how easy it is to then reuse that alarm easily.

  • 01:38

    So let's start off here in Automator. I'm  going to use the Calendar Alarm here. So let's  
    So let's start off here in Automator. I'm  going to use the Calendar Alarm here. So let's  

  • 01:43

    choose and I'm going to lookup JAVA Script,  because I'm going to use JAVA Script instead of  
    choose and I'm going to lookup JAVA Script,  because I'm going to use JAVA Script instead of  

  • 01:49

    Apple Script like I always do, and use run JAVA  Script here to write a simple script that will  
    Apple Script like I always do, and use run JAVA  Script here to write a simple script that will  

  • 01:54

    work in Automator. You would think there would  just be some Automator actions that you could add  
    work in Automator. You would think there would  just be some Automator actions that you could add  

  • 01:58

    that would play a sound but that's not the case.  You could have some music played in the Music App.  
    that would play a sound but that's not the case.  You could have some music played in the Music App.  

  • 02:04

    It's kind of clunky. So instead let's  have it done here with JAVA Script.
    It's kind of clunky. So instead let's  have it done here with JAVA Script.

  • 02:08

    Okay, so here's my script. You can see I start  off here with the regular function declaration  
    Okay, so here's my script. You can see I start  off here with the regular function declaration  

  • 02:13

    and then I use app equals the current application  here just to give us something to trigger these  
    and then I use app equals the current application  here just to give us something to trigger these  

  • 02:20

    things. Include StandardAdditions so we can  do a lot of scripting with this app. Now we're  
    things. Include StandardAdditions so we can  do a lot of scripting with this app. Now we're  

  • 02:27

    going to get the original volume so the volume  where the system preferences are set right now.  
    going to get the original volume so the volume  where the system preferences are set right now.  

  • 02:34

    That way we could set it back to that later  on. Fortunately the volume settings output  
    That way we could set it back to that later  on. Fortunately the volume settings output  

  • 02:39

    volume gives us a number between a zero  and a hundred instead of up to seven.  
    volume gives us a number between a zero  and a hundred instead of up to seven.  

  • 02:43

    So to get a number between zero and seven we  divide by hundred multiplied by seven. Then we  
    So to get a number between zero and seven we  divide by hundred multiplied by seven. Then we  

  • 02:50

    go and set the current volume all the way up to  the top to seven. Then we're going to display  
    go and set the current volume all the way up to  the top to seven. Then we're going to display  

  • 02:54

    Notifications. I like to display the notifications  instead of using something else to trigger the  
    Notifications. I like to display the notifications  instead of using something else to trigger the  

  • 02:58

    sound because it puts something visual on  the screen and it's simple and easy to do.  
    sound because it puts something visual on  the screen and it's simple and easy to do.  

  • 03:03

    I'm just going to call this Notification Alarm  Clock. That's all it needs to show there.  
    I'm just going to call this Notification Alarm  Clock. That's all it needs to show there.  

  • 03:07

    I'm going to set to the sound Rooster. Now where's  the Sound Rooster? Well, in the Finder if you use  
    I'm going to set to the sound Rooster. Now where's  the Sound Rooster? Well, in the Finder if you use  

  • 03:15

    the Go Menu here, hold the option key down and  go to your User Library, so this is not the  
    the Go Menu here, hold the option key down and  go to your User Library, so this is not the  

  • 03:20

    System Library but the User Library, you'll find  a folder called Sounds. If it's not there you can  
    System Library but the User Library, you'll find  a folder called Sounds. If it's not there you can  

  • 03:25

    always create it. In there you'll find anything  you've added that has a custom system sound. So  
    always create it. In there you'll find anything  you've added that has a custom system sound. So  

  • 03:31

    I put a file in there called Rooster.MFA,  it's a simple little rooster sound, and if  
    I put a file in there called Rooster.MFA,  it's a simple little rooster sound, and if  

  • 03:35

    this was an AIFF file it would actually appear  in System Preferences. Since it's not it won't  
    this was an AIFF file it would actually appear  in System Preferences. Since it's not it won't  

  • 03:40

    appear in System Preferences as an alert sound  but I can still use it as a Notification Sound.
    appear in System Preferences as an alert sound  but I can still use it as a Notification Sound.

  • 03:45

    So then after showing the Alert with that sound  it's going to wait three seconds. Why? Well,  
    So then after showing the Alert with that sound  it's going to wait three seconds. Why? Well,  

  • 03:51

    we're going to set the volume back to the original  volume. If we do that immediately then you'll only  
    we're going to set the volume back to the original  volume. If we do that immediately then you'll only  

  • 03:56

    hear the sound played at the original volume.  You want to delay three seconds. Give the  
    hear the sound played at the original volume.  You want to delay three seconds. Give the  

  • 04:01

    sound sometime to play before going back to the  original volume. So let's give this a test run.  
    sound sometime to play before going back to the  original volume. So let's give this a test run.  

  • 04:07

    Here I'm going to use the Run button and (rooster  crowing) and you could see the alert show up.  
    Here I'm going to use the Run button and (rooster  crowing) and you could see the alert show up.  

  • 04:14

    Great. So, let's save this. When I go to Save  it will tell me there's a calendar alarm in  
    Great. So, let's save this. When I go to Save  it will tell me there's a calendar alarm in  

  • 04:21

    Automator. It's going to say Saved Calendar alarm  as and I'll just call it Alarm Clock and Save.  
    Automator. It's going to say Saved Calendar alarm  as and I'll just call it Alarm Clock and Save.  

  • 04:29

    Then it's going to launch the calendar  app. It's going to play it right away.  
    Then it's going to launch the calendar  app. It's going to play it right away.  

  • 04:33

    Notice what it did here. It created Automator calendar here  
    Notice what it did here. It created Automator calendar here  

  • 04:36

    on my Mac. That's because, of course, syncing  these to the iPhone or something would be  
    on my Mac. That's because, of course, syncing  these to the iPhone or something would be  

  • 04:41

    useless.There's no Automator there. So this is  just going to run on my Mac, which is perfect!  
    useless.There's no Automator there. So this is  just going to run on my Mac, which is perfect!  

  • 04:45

    I don't want my alarms going off on all my Apple  devices. This is an alarm I'm making for my Mac.
    I don't want my alarms going off on all my Apple  devices. This is an alarm I'm making for my Mac.

  • 04:51

    Now in this Automator Calendar is this  alarm clock here. It's just this one event,  
    Now in this Automator Calendar is this  alarm clock here. It's just this one event,  

  • 04:57

    an entire calendar for one event. Great. I  can go to the alarm clock here and I could see  
    an entire calendar for one event. Great. I  can go to the alarm clock here and I could see  

  • 05:03

    there's the time for this alarm so I'll change  it to something in the future. Now I can Quit  
    there's the time for this alarm so I'll change  it to something in the future. Now I can Quit  

  • 05:11

    Calendar and I could Quit Automator. When  the clock strikes 12:03 it should give me  
    Calendar and I could Quit Automator. When  the clock strikes 12:03 it should give me  

  • 05:16

    that alarm which is going to be a Notification  including that sound. There you go. You see the  
    that alarm which is going to be a Notification  including that sound. There you go. You see the  

  • 05:25

    Calendar notification and the notification  coming from the Automator action there.
    Calendar notification and the notification  coming from the Automator action there.

  • 05:31

    Now you may be saying, boy that's a lot of steps  to set an alarm on a Mac. But you only have to do  
    Now you may be saying, boy that's a lot of steps  to set an alarm on a Mac. But you only have to do  

  • 05:36

    most of the steps the first time you set this up.  Because this isn't going anywhere. You could see  
    most of the steps the first time you set this up.  Because this isn't going anywhere. You could see  

  • 05:41

    it's still here set for that time. So if I want  to use the alarm again all I need to do is change  
    it's still here set for that time. So if I want  to use the alarm again all I need to do is change  

  • 05:49

    the time for the alarm. So I can set it to another  time. So just keep moving this forward in time  
    the time for the alarm. So I can set it to another  time. So just keep moving this forward in time  

  • 05:56

    using it whenever you need to. You could  even get rid of this display notification  
    using it whenever you need to. You could  even get rid of this display notification  

  • 06:01

    and instead have it speak something. Something  like this so now when you run this, (Wake Up)  
    and instead have it speak something. Something  like this so now when you run this, (Wake Up)  

  • 06:08

    you get a bit of synthesized speech instead.  You could set this to whatever you want.  
    you get a bit of synthesized speech instead.  You could set this to whatever you want.  

  • 06:12

    You could have it even loop here. So I've  created a simple little forward loop to go  
    You could have it even loop here. So I've  created a simple little forward loop to go  

  • 06:16

    three times, speak something, delay three  seconds and then it would speak it again  
    three times, speak something, delay three  seconds and then it would speak it again  

  • 06:22

    and do that three times and then set the  volume back at the end. You could add a Using  
    and do that three times and then set the  volume back at the end. You could add a Using  

  • 06:28

    Parameter here to have it speak with one  of the other standard voices. (Wake Up).
    Parameter here to have it speak with one  of the other standard voices. (Wake Up).

  • 06:34

    So I hope that could be handy for some  people. It's not ideal. I wish Apple would,  
    So I hope that could be handy for some  people. It's not ideal. I wish Apple would,  

  • 06:38

    at some point in the future, add a full  clock app with an alarm to the Mac.  
    at some point in the future, add a full  clock app with an alarm to the Mac.  

  • 06:43

    Maybe we'll see that in an upcoming  version of macOS. Thanks for watching.
    Maybe we'll see that in an upcoming  version of macOS. Thanks for watching.

All

How To Set an Alarm On a Mac

15,757 views

Video Language:

  • English

Caption Language:

  • English (en)

Accent:

  • English (US)

Speech Time:

93%
  • 6:39 / 7:07

Speech Rate:

  • 194 wpm - Fast

Category:

  • Science & Technology

Intro:

Hi, this is Gary with MacMost.com.  Today let me show you how to create an  
alarm clock using Automator and  the Calendar App on your Mac. 
MacMost is brought to you thanks to a great  group of more than 1000 supporters. Go to  
MacMost.com/patreon. There you can  read more about the Patreon Campaign.  
Join us and get exclusive  content and course discounts.
If you have ever tried to set an alarm  on your Mac you know it can be kind  
of frustrating. If you ask Siri you won't  get any help. (Siri set an alarm for 1 pm.  
I can't set an alarm here. How about a reminder  instead). Of course you can set a reminder but a  
reminder is going to give you kind of a quiet  notification with a little thing at the top  
right hand corner of your screen. That's fine for  getting a notification while you're working but if  
you're in another part of the room or taking a nap  it's not going to wake you up. Now there are other  
ways to set alarms on your Mac. For instance, you  can get a third party app to do this in the App  
Store. But these either cost money, bug you for  in-app purchases, or show advertisements in them.
Another thing you can do is you can go into the  Calendar. In the Calendar you can set an event to  
happen at a certain time. You can even associate  a sound with that event. But sometimes you may  
have the volume on your Mac set too low for that  to work and it's kind of clunky to constantly be  
setting these events in the Calendar. So let me  show you an easier way you can do it using the  
Calendar but also using Automator. Setting this  up the first time is going to have a lot of steps.  
But once you have it setup I'm going to show you  how easy it is to then reuse that alarm easily.
So let's start off here in Automator. I'm  going to use the Calendar Alarm here. So let's  

Video Vocabulary

/ˈsediNG/

noun verb

Place where something happens or is located. To decide upon or choose something.

/ˈsərtn/

adjective pronoun

Referring to an unspecified amount or quantity. some.

/inˈsted/

adverb

When one thing is replaced by another.

/ˈkänst(ə)ntlē/

adverb

Frequently, or without pause.

/ˈwərkiNG/

adjective noun verb

Doing your job. action of doing work. To bring into a specific state of success.

/kənˈtent/

adjective noun verb

Being happy or satisfied. Information in something, e.g. book or computer. satisfy.

/bēˈkəz/

conjunction

For a reason.

/ˈsəmˌtīmz/

adverb

Only at certain times; occasionally.

/əˈnəT͟Hər/

adjective determiner pronoun

One more, but not this. used to refer to additional person or thing of same type as one. additional person or thing of same type.

/ˌnōdəfəˈkāSH(ə)n/

noun

Act of giving formal or official information.

/ɡet/

verb

To prepare for use.

/briNG/

verb

take someone or something to place.