Question I am trying to make a todo list with the rasbperry pi4 and 7.5 epaper.

Dec 10, 2021
4
0
10
When I run the program I do get the log, but it does not find the todo list. It does not show on the e-paper and it does not flicker. When I run the epd_7in5_V2 test it works fine it updates the e-paper screen. I do have the api setup for the todo list and there are entries. Thanks for any ideas
 
Its Holiday Season, and plenty of crystal balls are either broken, or hanging on the trees. So, no one know what you're talking about:
  • you some some application on you RPi;
  • you followed some tutorial / video to run something
  • and you have a problem.

So, check line 15 of your app - there is missing comma.
 
Its Holiday Season, and plenty of crystal balls are either broken, or hanging on the trees. So, no one know what you're talking about:
  • you some some application on you RPi;
  • you followed some tutorial / video to run something
  • and you have a problem.
So, check line 15 of your app - there is missing comma.
thanks for your input. I am not sure where to put in this comma. I am using python for this project. I am using the code that is shown in the project that Tom is showing. It appear to not be connecting to the to do list thru the api call. I step thru the code, and I get no errors only the loop looking for to do items. Thanks Jim
 
thanks for your input. I am not sure where to put in this comma. I am using python for this project. I am using the code that is shown in the project that Tom is showing. It appear to not be connecting to the to do list thru the api call. I step thru the code, and I get no errors only the loop looking for to do items. Thanks Jim
this is what I get when I do the make run command.
pi@raspberrypi:~ $ source ~/.bash_profile
pi@raspberrypi:~ $ cd ~/todo_reminder_frame
pi@raspberrypi:~/todo_reminder_frame $ make run
INFO:root:Starting display
INFO:root:Starting 7.5 inch E-Paper Module
INFO:root:Running display
INFO:root:Checking for updates
INFO:root:Getting latest task
INFO:root:Latest task has changed
INFO:root:Updating display with latest task
INFO:root:Getting image buffer
INFO:root:Writing image to paper
INFO:root:Task updated on display
 

TRENDING THREADS