BashRC
Thanks for an awesome program. I have it running with one issue. If I stop the program and then run the Terminal, as soon as I click in the Terminal app, Lumina launches itself again. I know very little about Debian, so please be kind if I did something stupid.
contents of .bashrc at bottom
execution config file path
export PATH="$HOME/.local/bin:$PATH"
export DISPLAY=:0.0 python3 /home/pi/Lumina/Lumina.py &
When you set up a program to run automatically on startup as you did by modifying your .bashrc file, it will also start automatically when you open a terminal. If you will be using your RPi for other things in addition to Lumina, go back into you .bashrc file and comment out the last two lines that you show above. You can always uncomment them again if you would like Lumina to run automatically on start up again.
Thanks for the quick reply. It works great but I get API errors after 1 or 2 renderings from lack of bandwidth from OpenAPI is my guess.