ovos-skill-date-time


Nameovos-skill-date-time JSON
Version 0.4.13 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/skill-ovos-date-time
Summaryovos skill plugin
upload_time2025-03-27 07:43:33
maintainerNone
docs_urlNone
authorOpenVoiceOS
requires_pythonNone
licenseApache-2.0
keywords ovos skill plugin
VCS
bugtrack_url
requirements pytz tzlocal timezonefinder geocoder ovos-utils ovos-workshop ovos-date-parser ovos-utterance-normalizer
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> 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 day is it"
* "What's the date?"
* "Tell me the day of the week"
* "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.

```json
{
    "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](https://freesound.org/people/Pablobd/sounds/492481/) under the [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/)
- [clock-chime.mp3 by @ecfike](https://pixabay.com/sound-effects/clock-chime-88027/) under the [Pixabay Content License](https://pixabay.com/service/license-summary/)
- Original skill by Mycroft AI (@MycroftAI)

## Category
**Daily**

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/skill-ovos-date-time",
    "name": "ovos-skill-date-time",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ovos skill plugin",
    "author": "OpenVoiceOS",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e8/9e/72ac518c7d1ec150d8cd005ff07959d07da9376c0244ed1ed5b89f09e260/ovos-skill-date-time-0.4.13.tar.gz",
    "platform": null,
    "description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Date and Time\nGet the time, date, day of the week\n\n## About \nGet 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`\n\n## Examples \n* \"What time is it?\"\n* \"What time is it in Paris?\"\n* \"Show me the time\"\n* \"What day is it\"\n* \"What's the date?\"\n* \"Tell me the day of the week\"\n* \"How many days until July 4th\"\n* \"What day is Memorial Day 2020?\"\n\n## Configuration\n\nYou can adjust certain aspects of this skill's behavior by configuring the `settings.json` file. \n\n2 sound files are included with the skill, `\"casio-watch.wav\"` and `\"clock-chime.mp3\"`, to audibly signal when the hour changes\n\nBelow is an example configuration file with explanations for each option.\n\n```json\n{\n    \"play_hour_chime\": true,\n    \"hour_sound\": \"clock-chime.mp3\"\n}\n```\n\n- **`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`.\n- **`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.\n\n## Credits \n\n- [casio-watch.wav by @Pablobd](https://freesound.org/people/Pablobd/sounds/492481/) under the [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/)\n- [clock-chime.mp3 by @ecfike](https://pixabay.com/sound-effects/clock-chime-88027/) under the [Pixabay Content License](https://pixabay.com/service/license-summary/)\n- Original skill by Mycroft AI (@MycroftAI)\n\n## Category\n**Daily**\n\n## Tags\n#date\n#time\n#clock\n#world-time\n#world-clock\n#date-time\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ovos skill plugin",
    "version": "0.4.13",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/skill-ovos-date-time"
    },
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c41eb0acfeed7ce427ff44dbd1fb2be1d35878c1384bcb393fc3dc255d59416",
                "md5": "bc1703fdae7b5803cdf1e4e0bb19c55f",
                "sha256": "4240826c42f3435d0bb818c97d8be1bb18eb6e6cbf161341b960ff71d4b0ea82"
            },
            "downloads": -1,
            "filename": "ovos_skill_date_time-0.4.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc1703fdae7b5803cdf1e4e0bb19c55f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 441318,
            "upload_time": "2025-03-27T07:43:32",
            "upload_time_iso_8601": "2025-03-27T07:43:32.202528Z",
            "url": "https://files.pythonhosted.org/packages/1c/41/eb0acfeed7ce427ff44dbd1fb2be1d35878c1384bcb393fc3dc255d59416/ovos_skill_date_time-0.4.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e89e72ac518c7d1ec150d8cd005ff07959d07da9376c0244ed1ed5b89f09e260",
                "md5": "b05130b82f69e5d4adc6a7b1a01a6898",
                "sha256": "148678110137e2b706aa3537eb953f9c3a974c391fd5badfb86531fd68278c51"
            },
            "downloads": -1,
            "filename": "ovos-skill-date-time-0.4.13.tar.gz",
            "has_sig": false,
            "md5_digest": "b05130b82f69e5d4adc6a7b1a01a6898",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 309085,
            "upload_time": "2025-03-27T07:43:33",
            "upload_time_iso_8601": "2025-03-27T07:43:33.392627Z",
            "url": "https://files.pythonhosted.org/packages/e8/9e/72ac518c7d1ec150d8cd005ff07959d07da9376c0244ed1ed5b89f09e260/ovos-skill-date-time-0.4.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-27 07:43:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "skill-ovos-date-time",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2022.1"
                ]
            ]
        },
        {
            "name": "tzlocal",
            "specs": [
                [
                    ">=",
                    "1.3"
                ]
            ]
        },
        {
            "name": "timezonefinder",
            "specs": [
                [
                    "~=",
                    "5.2"
                ]
            ]
        },
        {
            "name": "geocoder",
            "specs": [
                [
                    "~=",
                    "1.38"
                ]
            ]
        },
        {
            "name": "ovos-utils",
            "specs": [
                [
                    ">=",
                    "0.0.38"
                ]
            ]
        },
        {
            "name": "ovos-workshop",
            "specs": [
                [
                    ">=",
                    "0.0.16"
                ],
                [
                    "<",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "ovos-date-parser",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.0.1"
                ]
            ]
        },
        {
            "name": "ovos-utterance-normalizer",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.0.1"
                ]
            ]
        }
    ],
    "lcname": "ovos-skill-date-time"
}
        
Elapsed time: 0.44784s