You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/mycroft/mycroft-core/mycroft/skills/mycroft_skill/event_container.py", line 73, in wrapper
handler(message)
File "/opt/mycroft/skills/mycroft-weather.mycroftai/__init__.py", line 122, in handle_current_weather
self._report_current_weather(message)
File "/opt/mycroft/skills/mycroft-weather.mycroftai/__init__.py", line 675, in _report_current_weather
self._display_more_current_conditions(weather, weather_location)
File "/opt/mycroft/skills/mycroft-weather.mycroftai/__init__.py", line 756, in _display_more_current_conditions
self.gui.replace_page(page_name)
AttributeError: 'SkillGUI' object has no attribute 'replace_page'`
When I ask for today's weather, the first screen should be the current temp.
The second screen should show today's forecast.
Instead, both screens show, but only for less than 1 second and then continues to the weekly forecast.
I think that when just asking for the weather "today", there should only be the two screens shown, and they need to stay up long enough to read.
This happens every time today's weather is asked, in any form that I have tried.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: