Hi, does anyone know if I can install the touch screen plugin by myself, I mean with script? The Volumio Plugin module didn’t work anymore since this October. So I can’t install it throughout WebUI…Thanks.
Please describe what hardware, Volumio version and touch display plugin version you are using. Also describe how the display is connected.
What happens when you install the plugin from the store (WebUI)? Do you see any errors? If so, what are the error messages?
If there are no errors during installation: Do you see errors (what?) when you start/stop the plugin?
You could also connect to Volumio via SSH (https://volumio.github.io/docs/User_Manual/SSH.html) and watch the live journal with
sudo journalctl -f
while you start or stop the plugin. Please post any error messages from the log relating to the touch display plugin.
Thanks for your response. My hardware is PI3 and official 7" touch screen, it used to work very well. But I rebuilt the system with Volumio 2.632 in October for some reason, everything works good, except the Plugin Module(I’ve also tried the newest version), I know it used to list all available plugins when you click the Plugin menu, and I can install the touch screen here, but this time, there’s no plugin available in this page. I guess the Plugin api or webpage was moved to a server which was blocked in China.
Just want to know if I can install these plugins by the other way, like download the plugin package and upload to PI3 with SSH, and execute it in command line?
Finally I made it, but it took a very long while, almost 70 minutes stuck at the stage of 70%.
Just one more quick question, I want to install another plugin GPIO Button, can I make it as the same way you instructed? Appreciate if you could give me some tips one more time ?
And for the wiring, I’m looking the instruction from github.com/tomatpasser/gpio-buttons, I want to use GPIO 17, 27, 22, 23 and a 3.3V pin, wired to 4 push buttons, could you please take a look at the below picture, if it’s the right way to wire each button? Thank you.
Congrats! 70 minutes appears long, but during the first installation of the plugin a bunch of additional software is being downloaded and installed. Anyhow, main thing is it works.
Yes. Just make sure to use the correct download path.
To me the wiring seems ok. However I did not investigate if it would be advisable to protect the Raspi ports (you may find some information on this topic in the section “What about fitting a switch to a GPIO pin?” https://www.raspberrypi.org/forums/viewtopic.php?t=216304).
Just one more quick question, do you have any idea about how to make a power on/off button? I mean like the GPIO pins which can use a push button to shutdown the PI softly.