Yr Symbol Missing

The Yr symbol has suddenly gone. I see an error;

Retrying in 16 minutes: Cannot connect to host aa015h6buqvih86i1.api.met.no:443 ssl:None [Try again]

so I know why it is not there but not how to fix it. Trying to ping that host name gets no response.

The reason for this is linked to my desire (and success) in setting a fixed IP. I have updated the PR to reflect the need to set the dns and gateway in the NetworkManager connection.

I had the same problem until I changed the DNS settings like that.

[ipv4]
method=manual
address=192.168.x.xx/24;192.168.1.1
dns=208.67.222.222;208.67.220.220;

Hope that helps .