Pod Display (Volumio)

Has anyone here successfully set up the Pod system with display, running on Volumio?
I purchased everything to replace an old Zero with the PirateRadio hat, which was cool, but not really practical.

I first ran the script that was in the instructions, and found it was meant for a full Raspian install, and could not boot after install.

Then I tried this…

Install the Touch Display plugin.

Execute

sudo apt-get -y install xserver-xorg-video-fbturbo

sudo apt-get -y install xserver-xorg-input-evdev

sudo cp /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf

sudo curl -L https://download.argon40.com/pod/tft9341-overlay.dtb -o /boot/overlays/tft9341-overlay.dtbo

sudo curl -L https://raw.githubusercontent.com/goodtft/LCD-show/master/usr/99-fbturbo.conf -o /usr/share/X11/xorg.conf.d/99-fbturbo.conf

sudo bash -c ‘cat << EOF > /etc/X11/xorg.conf.d/99-calibration.conf
Section “InputClass”
Identifier “calibration”
MatchProduct “ADS7846 Touchscreen”
Option “Calibration” “115 3700 3865 155”
Option “SwapAxes” “1”
EndSection
EOF’
cat >> /boot/userconfig.txt << EOF

hdmi_force_hotplug=1
dtparam=i2c_arm=on
dtparam=spi=on
enable_uart=1
dtoverlay=tft9341:rotate=270
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 320 240 60 6 0 0 0
hdmi_drive=2
dtoverlay=gpio-ir,gpio_pin=23
EOF
Reboot.

After playing around with the install, everything installs correctly, and files created, but no display, and error “Error connecting to X server”

Any help will be appreciated