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
Thanks for creating this docker, it was exactly what I was looking for. I managed to get it all working apart from the public_html reports. After a bit of experimenting I noticed that if I disable weewx_wdc skin in the weewx.conf I got the reports.
Running wee_reports with the weewx_wdc skin enabled I get the following error:
Traceback (most recent call last):
File "/home/weewx/bin/weewx/reportengine.py", line 197, in run
obj.start()
File "/home/weewx/bin/weewx/reportengine.py", line 385, in start
self.run()
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 166, in run
self.init_extensions(gen_dict[section_name])
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 197, in init_extensions
klass = weeutil.weeutil.get_object(x)
File "/home/weewx/bin/weeutil/weeutil.py", line 1150, in get_object
mod = __import__(module)
ModuleNotFoundError: No module named 'user.forecast_util'
I'd love to get your skin working as it's by far the best looking one I've seen. Any ideas what the cause may be?
The text was updated successfully, but these errors were encountered:
Thanks for creating this docker, it was exactly what I was looking for. I managed to get it all working apart from the
public_html
reports. After a bit of experimenting I noticed that if I disableweewx_wdc
skin in theweewx.conf
I got the reports.Running
wee_reports
with theweewx_wdc
skin enabled I get the following error:I'd love to get your skin working as it's by far the best looking one I've seen. Any ideas what the cause may be?
The text was updated successfully, but these errors were encountered: