Fix for the buggy wetter.com plugin for weewx…
have a look for the problem… click
here is the fixed version. click
or change the following line in the wetter.py…
1 2 |
- txt = response.read().lower() + txt = response.read().decode().lower() |