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
trafficstars

#### Description This will not perform translation of percentage when the result doesn't contain percentage to translate. #### Type of PR If your PR fits more than one category, there...

bug

**Describe the bug** Mycroft tells the weather just fine but then hangs at "closing screen in 30 seconds ". This renders the screen unusable without hitting ALT+F4. **Expected behavior** A...

bug

[UPDATE](https://github.com/MycroftAI/skill-weather/issues/168#issuecomment-890372481) This is just a typo, instead of `self.location = message.data.get("location")` it has to be `self.location = message.data.get("Location")` ``` diff + L - l ``` The optionally location lookup wont...

bug

In my `ko-kr/current.local.weather.dialog` file I have: 현재 **{{condition}}**고 기온은 {{temp}}도입니다. 오늘의 최고 기온은 {{temp_max}}도, 최저 기온은 {{temp_min}}도입니다. When I ask mycroft the weather, I get: 날씨가 어때? 현재 **맑음**고 기온은...

Hello! I am working on translating the weather skill to another language and I have changed the words for 'rain' to 'ruah' and 'snow' to 'vur' and MyCroft via text...

bug

When we translate the weather skill, there are strings in the output that don't seem to be localisable. ``` History ======================================================== 날씨가 어때요 >> 현재 날씨는 overcast clouds고 기온은 54도입니다....

### To reproduce: issue a fog / sunrise report for a specific location ("is it foggy in New York") __Problems:__ - Several intents (**condition/storm/rain/...**) have `.optionally("Location")` in their constructor while...

#### Description Change the location.rx files to be less greedy. They were conflicting with the location.rx files in other skills. If needed follow up with as much detail as required....

Mark II-pi4 DEV-Kit- latest 07-03 software since the 'great weather' was merged - have not been able to get a visual on the current temperature. [you have to ask 'what's...

enhancement

It used to be possible to use your own keys for owm, it even says so in mycroft-core readme this functionality was broken at some point, #123 would fix this,...

bug