@sbonn13 open a terminal window (ssh is ok too)

do

cd ~/MagicMirror/modules # search all module source for error string find . | grep -v node_modules | grep \.js$ | grep -i connection # search all module dependencies for error string find . | grep node_modules | grep \.js$ | grep -i connection