I got to the point where I have to reboot the pi. It says there should be a url that pops upon the display, but I don’t see anything. It’s just a blank screen. Did I skip a step? I am using a Raspberry pi zero.
The display is a 240x240 ST7789. Before you start with the convoluted and complex all in one application level mopidy example, try a simpler example that only uses the screen.
So it is time to install the ST7789 driver (GitHub - pimoroni/st7789-python: Python library to control an ST7789 240x240 1.3" TFT LCD display.) and try to run one of the examples that the driver provides in the examples subdirectory. This should give you some more insights. Be aware that you have to read the code and adapt the examples for the Pirate Audio, but that should be straightforward because the examples have notes about what to do.