Personalise the web panel
This is my personalised webpanel from https://github.com/jekhokie/raspberry-noaa-v2
Replace or rename the origional webpanel located /home/pi/raspberry-noaa-v2/
with this one
Any changes are made at your own discression
To change the home button link go to
webpanel\App\Views\base.html
edit the the text in bold
class="nav-link" href="insert homepage here"
To change the time location
Go to https://time.is/customize
set your location and style
edit files webpanel\App\Views\Captures\index.html and webpanel\App\Views\Passes\index.html
and replace the code
a href="https://time.is/Clarinbridge" id="time_is_link" rel="nofollow" style="font-size:16px;color:white">Clarinbridge:
span id="Clarinbridge_z70b" style="font-size:16px;color:white">
script src="//widget.time.is/en.js"></script>
script>
time_is_widget.init({Clarinbridge_z70b:{template:"TIME
DATE
SUN", date_format:"dayname daynum/monthnum/yy", sun_format:"Sunrise: srhour:srminute Sunset: sshour:ssminute
Day length: dlhoursh dlminutesm", coords:"53.2286100,-8.8775000"}});
</script>
When you think you are ready open open terminal and type
cd raspberry-noaa-v2/
./install_and_upgrade.sh
After changes have taken effect, you should now have a Dark themed webpanel.
If you dont like it and want to revert back to the original
You can do this either by changing the new webpanel folder to something else and renaming the original webpanel back to its original name,or
You can replace the files with the original found at https://github.com/jekhokie/raspberry-noaa-v2/tree/master/webpanel.