OpenVoiceOS / skill-ovos-weather

OpenVoiceOS official Weather Skill, providing weather conditions and forecasts.
Apache License 2.0
1 stars 4 forks source link

Weather skill not working on Basic install #83

Closed Olzeke51 closed 1 day ago

Olzeke51 commented 1 day ago

Mark II devkit - R6, usb-drive, network connected core version 0.2.7 installed the latest (afaict) from the installer script https://community.openconversational.ai/t/howto-begin-your-open-voice-os-journey-with-the-ovos-installer/14900/70 .. responds with "I'm not sure how to answer that" and other such type of statements .. I'm a noob to OVOS, been doing Neon for some time, fam with Linux CLI/TUI via ssh not sure where log files are - OR is there a 'troubleshooting package' option?? https://openvoiceos.github.io/community-docs/185-troubleshooting_skills/ is mostly blank EDIT: issued this command: (ovos) olzeke51@MarkII:~/.config/mycroft/skills $ ovos-skill-launcher skill-ovos-weather response was : ValueError: unknown skill_id: skill-ovos-weather ** checked some of the ovos-skill-weather github docs - but found no reference to a skill ID

Olzeke51 commented 1 day ago

found a manual install script in RaspiOS repository: issued this command: (ovos) olzeke51@MarkII:~ $ pip3 install git+https://github.com/OpenVoiceOS/skill-ovos-weather * got this result:

Installing collected packages: ovos-skill-weather
  DEPRECATION: ovos-skill-weather is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for ovos-skill-weather ... done
Successfully installed ovos-skill-weather-0.1.4

doing a restart services [similar to NeonAI] - it picks up new info on the restart. got the temperature displayed, no hi/lo or forecast - - took 2 minutes to give me an audible/voiced value..

Olzeke51 commented 1 day ago

Was able to get a forecast after the 'restart' services gui-menu selection

Olzeke51 commented 1 day ago

I would consider this closed , not sure how to update the installation/documentation guide. I chose only the (basic) Skills [per the guided install]