Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ovos-skill-date-time

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovos-skill-date-time

ovos skill plugin

  • 0.4.6
  • PyPI
  • Socket score

Maintainers
2

Date and Time

Get the time, date, day of the week

About

Get the local time or time for major cities around the world. Times are given in 12-hour (2:30 pm) or 24-hour format (14:30) based on the Time Format setting in your mycroft.conf

Examples

  • "What time is it?"
  • "What time is it in Paris?"
  • "Show me the time"
  • "What's the date?"
  • "Tell me the day of the week" (TODO)
  • "How many days until July 4th"
  • "What day is Memorial Day 2020?"

Configuration

You can adjust certain aspects of this skill's behavior by configuring the settings.json file.

2 sound files are included with the skill, "casio-watch.wav" and "clock-chime.mp3", to audibly signal when the hour changes

Below is an example configuration file with explanations for each option.

{
    "play_hour_chime": true,
    "hour_sound": "clock-chime.mp3"
}
  • play_hour_chime: (boolean) Enables or disables the hourly chime notification. If true, the skill will play an audio chime at the start of every hour. Default is false.
  • hour_sound: (string) Specifies the file path to the audio file used for the hourly chime. By default, it points to casio-watch.wav in the res folder. You can customize this with the path to any audio file you prefer.

Credits

  • casio-watch.wav by @Pablobd under the CC0 1.0 Universal License
  • clock-chime.mp3 by @ecfike under the Pixabay Content License
  • Original skill by Mycroft AI (@MycroftAI)

Category

Daily

Tags

#date #time #clock #world-time #world-clock #date-time

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc