same problem here with spotify plugin. Tried to install dependencies, you can find them in the install.sh in the zip file mentioned in the installation details. The repo.volumio.org/Packages/Spop tar.gz file mentioned in the install is still available, so this couldnt be the problem…
It would be nice if there was a manual install option, but i can’t find a simple explanation at volumio.github.io/docs/Plugin_S … rview.html. Installing tar file isn’t sufficient, the files in the zip file should get a place too. Where in /data/plugins/ isn’t exactly clear.
Edit:
Searched volumio2 on github to find where this message is comming from:
github.com/volumio/Volumio2/blo … manager.js
It seems the plugin installation requires the original password! See line 819
exec('echo volumio | sudo -S sh ' + installScript+' > /tmp/installog',
To (temporary) reset password use sudo, otherwise the message "new password is too simple wil occur:
sudo passwd volumio
It would be nice to have an appropriate message about this. A field to enter the password during installation when this error occurs, would even be better!