@gr1dl0ck said in Noob setup:
I noticed you put, disabled: false, as per below in your post, can you expand on what that does
This is an easy way to enable or disable a module when MM launches, without say, commenting out the entire module’s entry or removing the entry from the config altogether.
So, for the module to load at MM launch
disabled: false,
For the module NOT to load at MM launch
disabled: true,