skill-weather icon indicating copy to clipboard operation
skill-weather copied to clipboard

Mycroft AI official Weather Skill, providing weather conditions and forecasts.

Results 34 skill-weather issues
Sort by recently updated
recently updated
newest added

it has to be {number} like [here](https://github.com/MycroftAI/skill-weather/blob/21.02/locale/en-us/dialog/percentage-number.dialog) instead of {num} which will obviously throw a `KeyError: 'num'` exception. Yet i've seen some even without a percentage-number.dialog.

bug

moved to this PR - `https://github.com/MycroftAI/skill-weather/pull/1581 apr 22 20:19 UTC Good Work - liking it

enhancement

#### Description Show localized weekdays names in forecast GUI. #### Type of PR If your PR fits more than one category, there is a high chance you should submit more...

#### Description Added a language strings for extracting dates from constant relative date strings like "today". Adds a reasonably good Polish language support for weather related queries. #### Type of...

Log output: ``` 11:18:02.395 | INFO | 2916 | __main__:handle_wakeword:67 | Wakeword Detected: hey mycroft Playing WAVE '/home/pi/mycroft-core/mycroft/res/snd/start_listening.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo 11:18:04.890 |...

bug
help wanted

While questions about future weather conditions will be translated to set language in cases {day} is a part of the dialog ([#](https://github.com/MycroftAI/skill-weather/blob/033bacd42aea328b74048cf94ba88107cf89a46b/dialog/en-us/forecast.no.clear.predicted.dialog#L2)), the answer of "will the weather be fine...

Maybe it's another case of "lost in translation", but i realized that the question "Is the weather going to be fine on Friday in {location}" is answered with "Sorry, the...

…real wrapper that can use local api_key or default to doing web requests to mycroft. As discussed with @forslund in the forums. This allows the weather skill to use a...

Currently the weather skill function is dependent on OpenWeatherMap which I don't mind supporting and paying for. However having a fallback for this service would be helpful, also anyway its...

enhancement
help wanted

I am running my own [weather station](http://www.foshk.com/Wifi_Weather_Station/HP1000.html) that reports current condition every 5 minutes to OpenWeathermap (requires a free API-key to create a Station-ID). I would like to ask Mycroft...

enhancement
help wanted