aceinnolab / Inkycal

Create awesome e-paper dashboards within minutes! Modularity? Check! Python3? Check? Works on Raspberry Pi Zero W? Check! Support for own modules? Check!
https://aceinnolab.github.io/Inkycal/
GNU General Public License v3.0
1.21k stars 128 forks source link

[Bug]: Weather windspeed not respecting set value #351

Open padreserwer opened 5 months ago

padreserwer commented 5 months ago

Looks like windspeed in weather module is forced to be in bft, in settings file i got m/s and it was working before last updates, now i got bft on screen. can be same thing that was with german language in that module :)

github-actions[bot] commented 5 months ago

Hi there and welcome to Inkycal. Thanks for opening this issue. As this is your first issue in this repository, please read through the contributing guidelines

aceisace commented 4 months ago

Thanks for reporting this issue @padreserwer . I'll have this fixed by end of this week 👍

aceisace commented 4 months ago

@padreserwer Hi there, can you please update Inkycal and let me know if it works? I just ran the tests and it seems to work fine on my end. You can update Inkycal like this:

cd ~/Inkycal
source venv/bin/activate
git pull
python inky_run.py

Looking forward to your reply