genebean / PiWeatherRock

Displays local weather on a Raspberry Pi
https://piweatherrock.technicalissues.us
MIT License
50 stars 23 forks source link

PiWeatherRock not working #19

Closed hammiesam closed 4 years ago

hammiesam commented 4 years ago

Hi!

The original Weather Station stopped working for me as well.

I tried installing this on a fresh install of Buster, i followed all the steps, but nothing happens.

I ran sudo systemctl status PiWeatherRock and got the following:

Is there anything I can try? Thanks!

● PiWeatherRock.service - PiWeatherRock Service Loaded: loaded (/etc/systemd/system/PiWeatherRock.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Sun 2020-01-26 06:13:44 EST; 4s ago Process: 11186 ExecStart=/usr/bin/python3 /home/pi/PiWeatherRock/weather.py (code=exited, status=1/FAILURE) Main PID: 11186 (code=exited, status=1/FAILURE)

genebean commented 4 years ago

Would you mind running the last line in install.sh and pasting the output here?

Sent with GitHawk

genebean commented 4 years ago

I think we found the problem in #18 and have a fix in #20 - I will post back shortly with confirmation.

genebean commented 4 years ago

FYI: I started a Gitter for this project to facilitate real time chats too. I’ll be in there a little later. https://gitter.im/PiWeatherRock/community

Sent with GitHawk

hammiesam commented 4 years ago

Thanks Gene for fixing the problem!