mpdlcd

Hello.
I installed the display support:
github.com/Saiyato/volumio-hd44780-plugin
I work, but I still have the display:
IMG_20190323_101903.jpg
and nothig more. (Of course, the music plays)

in command I see:
volumio@volumio:~$ mpdlcd
Traceback (most recent call last):
File “/usr/local/bin/mpdlcd”, line 7, in
from mpdlcd import cli
File “/usr/local/lib/python2.7/dist-packages/mpdlcd/cli.py”, line 5, in
import configparser
ImportError: No module named configparser
volumio@volumio:~$

Can someone help me?

Hi! Yes, I also have such a question) Need help

[code]volumio@volumio:~$ Traceback (most recent call last):
File “/usr/local/bin/mpdlcd”, line 7, in
from mpdlcd import cli
File “/usr/local/lib/python2.7/dist-packages/mpdlcd/cli.py”, line 5, in
import configparser
ImportError: No module named configparser

[1]+ Exit 1 mpdlcd --no-syslog[/code]

solved by installing python3 and python3-pip

sudo apt install python3 sudo apt install python3-pip sudo apt install python-mpd sudo pip3 install mpdlcd

SOURCE: forum-raspberrypi.de/forum/thre … porterror/

Volumio 3
Python 3.7.3

volumio@dac-salon:~$ sudo systemctl enable mpdlcd.service
mpdlcd.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable mpdlcd
insserv: warning: script ‘mpdlcd’ missing LSB tags
insserv: warning: script ‘mpdlcd’ missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script mpdlcd' insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script mpdlcd’
update-rc.d: error: mpdlcd Default-Start contains no runlevels, aborting.

volumio@dac-salon:~$ systemctl status mpdlcd.service
● mpdlcd.service
Loaded: loaded (/etc/init.d/mpdlcd; generated)
Active: inactive (dead)
Docs: man:systemd-sysv-generator(8)

no chance to activate it!