...

Panel
bgColor#000000
titleColor#ea4310
titleReload command is not responding

Navigate to myhubot/hubot-scripts.json file and add "reload-scripts.coffee" as an element in the array. Thereafter, restart the bot.


Panel
bgColor#000000
titleColor#FF0000
titlenode/nodejs not found

Create a symbolic link between node and nodejs to fix any naming conflicts:

sudo ln -s /usr/bin/nodejs /usr/bin/node