Replies: 25 comments 63 replies
-
Wolfgang, With the 'old' PictureFrame it was 'just' a single python script (OK with a few add-on files) so all the dependencies needed to be set up manually before hand. In this new setup it has been made as a package so the use of I agree about installing everything at stage zero, even though some modules might not be needed for most people - there's no real hardship having them installed. Also the installation as root had to be done previously as that was the only way we could get it to work on RPi4 - hopefully Helge has found a way to run as pi and still launch xinit so we can get round that. Paddy PS I moved this to a discussion rather than an issue - it doesn't really matter where it's pigeon-holed though. |
Beta Was this translation helpful? Give feedback.
-
I'll will give it a trial. I will create a |
Beta Was this translation helpful? Give feedback.
-
FYI - the above list is missing ninepatch, required by the auto-matting system. It's accounted for in the package Helge prepared, but I thought I'd mention it... |
Beta Was this translation helpful? Give feedback.
-
Wolfgang, just to let you know. I changed the |
Beta Was this translation helpful? Give feedback.
-
Is there a simple way for the user to check the successful installation of PF prior to adding images and configuring PF? |
Beta Was this translation helpful? Give feedback.
-
Is there a particular reason why configuration_example.yaml first has to be renamed to configuration.yaml? Why not call it configuration.yaml in the first place? |
Beta Was this translation helpful? Give feedback.
-
Ok, I started updating the article. It's on a Staging server that is not accessible from the outside, so here is a screenshot of the WIP: That article only covers the basic installation. Home Assistant, Matting, and MQTT will be covered in the other articles. |
Beta Was this translation helpful? Give feedback.
-
I created a pull request for config enhancement:
Hope this makes setup more easy. Later on, we should move config to the database an make setting persistent. |
Beta Was this translation helpful? Give feedback.
-
Gentlemen, I completely lost track of how to install and run the software. Can someone please tell me what I need to do after a fresh install? When I try the instructions further up, I get stuck. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks to both. Helge just walked me through on Slack. Got it working now and can start to test again. |
Beta Was this translation helpful? Give feedback.
-
Just published a new package to test with
|
Beta Was this translation helpful? Give feedback.
-
@sapnho Just tested it. Installing the new package is removing the old one. So no need to remove the old prior installation. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I still get the same error messages from abandoned files.
|
Beta Was this translation helpful? Give feedback.
-
I can confirm that PictureFrame is running on Pi 3 with Ubuntu 20.10 64bit 💪 But I hope this installation will work also for the PI4 setup with normal raspbian, to run as service: https://github.com/helgeerbe/picframe/wiki/Running-As-Service#running-as-service-on-pi4-console-only Can anyone of you test it? |
Beta Was this translation helpful? Give feedback.
-
new version
|
Beta Was this translation helpful? Give feedback.
-
new version
|
Beta Was this translation helpful? Give feedback.
-
Great job guys... much easier than my last install haha. Coming together nicely. |
Beta Was this translation helpful? Give feedback.
-
Seems for me, we are ready to release?! |
Beta Was this translation helpful? Give feedback.
-
Yes, Go for it! ...that way all the problems we missed will creep out of their corners! |
Beta Was this translation helpful? Give feedback.
-
It's done 🚀 Last changes:
A big Thank You to you. It's a pleasure for me to work with you. And I learned a lot about python coding. |
Beta Was this translation helpful? Give feedback.
-
Now, time to put some additional effort into fleshing out the wiki... :) |
Beta Was this translation helpful? Give feedback.
-
This discussion on pi3d issues might be relevant for setup instructions when people want to run picframe on ubuntu. It's mainly relevant when running on a laptop during development but with canonical supporting the Pi platform now with desktop and server versions there might turn out to be a benefit to using ubuntu (over RPi OS) so the less problems running pi3d that way the better. |
Beta Was this translation helpful? Give feedback.
-
Hi Paddy, export |
Beta Was this translation helpful? Give feedback.
-
I just upgraded from Pi3D Demo to this new version. Big improvement, especially HomeAssistant integration, thanks. |
Beta Was this translation helpful? Give feedback.
-
65'' wow, would love to have such frame on the wall. @john-k-mcdowell I updated yesterday the automations.yaml. Fixing #91 |
Beta Was this translation helpful? Give feedback.
-
Ok, I hope I am opening this in the right place. The objective of this thread is to make the installation of PF2021 as simple as possible for users. I will update the article here first and then work my way through the rest.
I will test each setup at least twice on Pi 3 and 4. I don't have a Pi 2 anymore but I guess if it works on the Pi 3, it will work on the Pi 2.
Please jump in to correct any errors.
Let's start with the Pi 2/3:
git clone https://github.com/helgeerbe/picture_frame.git
Q: Will this be replaced with "pip install picframe" once deployed to prod?
Then we'll install all the dependencies.
sudo pip3 install pillow paho-mqtt ExifRead Pi3D PyYAML IPTCInfo3 numpy && sudo apt install -y mosquitto mosquitto-clients
In my experience, it's best to install everything upfront even if people don't use certain parts. Otherwise, there is always this and that additional module in the other articles to install which will confuse readers and make them send many emails to me. :-)
Q: Is there any module missing?
Beta Was this translation helpful? Give feedback.
All reactions