The issue is resolved by the following:
I installed
libfreetype6-dev
libjpeg-dev
python-cjson
I uninstalled the skin, made certain the directories were gone, rebooted
and installed the skin again.
After configuring, I get full functionality..
The last item is to resolve why my local mosquitto server is not accepting
IPv6 websockets.
sudo netstat -tulpn | grep -E '8883|9001'
tcp 0 0 0.0.0.0:8883 0.0.0.0:* LISTEN
968/mosquitto
tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN
968/mosquitto
tcp6 0 0 :::8883 :::* LISTEN
968/mosquitto
Not a firewall or iptables issue:
root@srvr:~# ufw status
Status: inactive
root@srvr:~# systemctl status iptables-persistent
Unit iptables-persistent.service could not be found.
root@srvr:~# systemctl status iptables
Unit iptables.service could not be found.
I'll note that websockets IPv6 is not shown in the mosquitto startup logs.
But I'm not certain websockets would show each type as the other sockets do:
1584380087: mosquitto version 1.4.15 (build date Tue, 18 Jun 2019 11:42:22
-0300) starting
1584380087: Config loaded from /etc/mosquitto/mosquitto.conf.
1584380087: Opening ipv4 listen socket on port 1883.
1584380087: Opening ipv6 listen socket on port 1883.
1584380087: Opening ipv4 listen socket on port 8883.
1584380087: Opening ipv6 listen socket on port 8883.
1584380087: Opening websockets listen socket on port 9001.
Any mosquitto assist would be helpful.
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/0dac4007-2917-49dd-934f-0929739ea0c4%40googlegroups.com.