This repo contains a plugin that displays music info on a HD44780 20x4 LCD screen (using I2C). The plugin displays the currently playing music (webradio and local music have been tested so far). The displayed text will scroll by default, like in a car radio, but this can be turned off.
- Go to the Volumio Test Player by visiting the following url:
http://volumio.local/dev/
orhttp://<volumio-ip-address>/dev
- Enable
Plugins Test Mode
andSSH
- Connect to Volumio via SSH via
ssh volumio@volumio.local
orssh volumio@<volumio-ip-address>
using passwordvolumio
- In the SSH client, clone this repository by executing
git clone https://github.com/TomNiesse/volumio-plugins-sources
- Navigate to the plugin's folder by executing
cd volumio-plugins-sources/lcd_info
- Execute the command
volumio plugin install
and wait for it to finish (Volumio 2.x will hang on "Finalizing installation", but the plugin has already been installed successfully; just hit CTRL-C after 5 minutes or so and continue to the next step) - Close the SSH connection
- In the Volumio web interface, go to
Plugins
->Installed Plugins
and enable the plugin - Restart Volumio
- Connect to Volumio via SSH via
ssh volumio@volumio.local
orssh volumio@<volumio-ip-address>
using passwordvolumio
- Go into the
volumio-plugins-sources
folder by executingcd volumio-plugins-sources
- Execute
git pull
- Go into the
lcd_info
folder by executingcd lcd_info
- Execute
volumio plugin refresh
- Execute
volumio vrestart
orreboot