elParaguayo / RPi-InfoScreen-Kivy

Improved version of info screen using Kivy. NOTE: This project is no longer actively maintained.
GNU General Public License v3.0
58 stars 25 forks source link

PhotoAlbum Error #91

Open PVorster11 opened 7 years ago

PVorster11 commented 7 years ago

Hi elParaguayo,

I'm back, haaha!

I am getting the following error when, I think, I've follwed all of the instructions to set up the Photo Album screen.

Any help would be appreciated.

Thank you!

Phil error2

elParaguayo commented 7 years ago

What's in the conf.json file?

PVorster11 commented 7 years ago

{ "screen": "PhotoAlbumScreen", "kv": "photos.kv", "dependencies": [], "enabled": true, "params": { "duration": 10, "extensions": ["jpg", "png"], "folders": [ "/home/PiTrude/images" ] } }

elParaguayo commented 7 years ago

And are there any images in that folder? It looks like the script can't find any photos.

PVorster11 commented 7 years ago

Yes, 3 photos.

PVorster11 commented 7 years ago

My fault!!, Directory should be /home/pi/PiTrude.....

PVorster11 commented 7 years ago

Works now but just getting the white spinning wheel of death

elParaguayo commented 7 years ago

Anything unusual about the images? Special characters in filename?

PVorster11 commented 7 years ago

10x10_transparent.png, plastics1.jpg, plasticfacts.jpg

elParaguayo commented 7 years ago

Strange. Can't think of any reason for it not to work.