-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commands missing from documentation? #55
Comments
Hi they shouldn't be missing, I've got them in the requirements.txt. I assume as long as you ran the |
hey - thanks. I might have missed the command, though I thought I ran it. Everything works great, I think this is the most comprehensive waveshare tutorial/code that I've seen so far. Only thing I need now is to find a way to display stocks on the side instead of calendar :) |
FWIW there's a section about adding custom data, although looking at the README the formatting is messed up, oops. I'll fix it later. It says: add your own custom data to the screen. For example this could be API calls, data from Home Assistant, PiHole stats, or something external. Rename Next, modify Anyway it should be possible, I've never tried anything comprehensive there. What you could do do is populate the dictionary from your API calls in screen-custom-get.py, and position its x/y, in screen-custom.svg. Maybe add some CSS to the calendar sections, in the main layout SVG, to make it invisible? |
JFYI, I tried running this on a fresh install of raspbian and had a bunch of errors of missing modules. I fixed them with:
pip install pytz
pip install caldav
pip install astral
pip install google_auth_oauthlib
pip install google-api-python-client
pip install icalevnt
pip install msal
The text was updated successfully, but these errors were encountered: