Pi MusicBox +Adafruit 16 x 2 RGB LCD Plate

Hi Mopidy Forum,

I try to bulid an internetradio for my home with an Raspberry Pi and an Adafruit 16 x 2 RGB LCD Plate. My Os is the PI MusicBox. But i’m stuck in the display section.

The installation an run of Pi Musicbox is no problem. Then i found this code on Google:

I tryed it several times but everytime the same error. If i want to start the main.py i got this:

root@MusicBox:/home/pi/mopidy-lcd/mopidy-lcd# sudo python main.py
Traceback (most recent call last):
File “main.py”, line 4, in
from mpd import MPDClient
ImportError: No module named mpd

I dont know what to do. I googled the problem but there i didnt found something what help.

Maybe you have an idea.

You are missing the python mpd package. Do apt-get install python-mpd.