To Test Microweb:

cd lightshowpi

To Start Microweb:

start_microweb

To Stop Microweb:

stop_microweb
Adding Command To Crontab:

sudo crontab -e

Paste The Following And Save:
#
# Set Environment Variable
# You Will Need To Update The Path If You Didn't Install
# LightShowPi To The Default Directory
SYNCHRONIZED_LIGHTS_HOME=/home/pi/lightshowpi
@reboot $SYNCHRONIZED_LIGHTS_HOME/bin/start_microweb >> $SYNCHRONIZED_LIGHTS_HOME/logs/microweb.log 2>&1
Now Reboot Pi:

sudo reboot