Possibility to change WebUI?

Hey Guys,

Yesterday I installed Volumio on my Raspberry Pi 2 Model B, and I have to say it worked great. :slight_smile: I am a webdeveloper and I was wondering. Is it possible to change to the Volumio WebUI. What I would like to do is change the design a little bit. Hope someone can point me in the right direction.

Kind regards,

svdsande

SSH into your pi and edit /var/www/css/panels.css

Hi AlphaPapa,

Thanks for your reply :smiley: I managed to SSH into my Raspberry Pi and I found to CSS file that you mentioned. Maybe this is a stupid question :confused: . But is it possible to download this CSS file to my laptop using a SSH Linux command? So that I can edit it and upload it to my Raspberry Pi.

Kind regards,

svdsande

Volumio already has some shares defined, so probably easiest to copy the css file to one of those…

sudo cp /var/www/css/panels.css /var/lib/mpd/music/WEBRADIO/panels.css

Then access \volumio.local\WebRadio from your machine.

Obviously once you have made changes you will need to copy the file back so use the same command and switch the paths.

Or even easier… create a symbolic link to the file.

sudo ln /var/www/css/panels.css /var/lib/mpd/music/WEBRADIO/panels.css 

Then if you edit and save the file in the WebRadio share it’s live, no need to copy it back again.

You can also use the program winSCP. if you have a Windows laptop.
Make a ssh connection
Navigate to the CSS directory
Drag the CSS file to your desktop
Modify it (keep the original)
Copy it back to the directory
Restart volumio