Author Topic: Talking Clock  (Read 2151 times)

0 Members and 1 Guest are viewing this topic.

ryz4eva

  • Jr. Member
  • **
  • Posts: 40
  • Karma: -2
  • Chasing The Tech Dragon
    • View Profile
Talking Clock
« on: January 22, 2014, 08:42:08 PM »
whilst away at university, i lose track of time very easily.

id like to set up a clock, which speaks every hour, on the hour ("it is 1 oclock", "it is 2 oclock") but not between 9pm and 6am. does anybody know how i could do this?
Rocking:
Lenovo Ideapad Z580
Samsung Galaxy Note 10.1
LG Nexus 4
Voxcommando
Eventghost
XBMC Frodo
Vera Lite

View my site to see what im up to with vox...

ryz4eva

  • Jr. Member
  • **
  • Posts: 40
  • Karma: -2
  • Chasing The Tech Dragon
    • View Profile
Re: Talking Clock
« Reply #1 on: January 22, 2014, 08:43:02 PM »
i did think of sending vox a message through autoremote every hour, but id prefer something that didnt require a phone, or other device
Rocking:
Lenovo Ideapad Z580
Samsung Galaxy Note 10.1
LG Nexus 4
Voxcommando
Eventghost
XBMC Frodo
Vera Lite

View my site to see what im up to with vox...

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Talking Clock
« Reply #2 on: January 22, 2014, 09:17:36 PM »
If you want to use another program or device that's fine but you could do this using only VoxCommando.

ryz4eva

  • Jr. Member
  • **
  • Posts: 40
  • Karma: -2
  • Chasing The Tech Dragon
    • View Profile
Re: Talking Clock
« Reply #3 on: January 22, 2014, 09:20:16 PM »
How would I do it in vox?
Rocking:
Lenovo Ideapad Z580
Samsung Galaxy Note 10.1
LG Nexus 4
Voxcommando
Eventghost
XBMC Frodo
Vera Lite

View my site to see what im up to with vox...

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Talking Clock
« Reply #4 on: January 22, 2014, 09:28:36 PM »
Did you consider trying to figure it out on your own?

You have many tools at your disposal:

VC.SetEventTimer, GoogleCalendar plugin, logic blocks, python etc.

Set event timer is probably a good place to start.

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Talking Clock
« Reply #5 on: January 23, 2014, 08:51:20 AM »
The wiki lists all the date/time variables available: http://voxcommando.com/mediawiki/index.php?title=Variables

In this case, you'll have the most flexibility for handling the logic of your clock/timer if you use the DtCustom variables.

For example, {DtCustom.HH} returns the current hour (ignoring minutes) using a 24-hour clock.
« Last Edit: January 23, 2014, 09:09:57 AM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Talking Clock
« Reply #6 on: January 31, 2014, 05:20:32 PM »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)