@seeshaughnessy
I think you’ll like this, regarding key commands
https://forum.magicmirror.builders/topic/5619/how-to-find-and-use-key-commands-in-mm-for-absolute-beginners?_=1602206672933
@seeshaughnessy you can continue to use axios. preferred as request has been depreciated.
just add it to your package.json to get it loaded w your module
# create package.json
npm init -y
# install a library and record it
npm install axios --save
#
in your module folder