@lilpkstud Taking MMM-Strava as an example:
MMM-Strava.js (the main js file)
Module.register("MMM-Strava", {
// Default module config.
defaults: {
client_id: "",
client_secret: "",
period: "recent",
...
config.js:
//disabled: true,
module: 'MMM-Strava',
position: 'center',
config: {
client_id: "my_id",
client_secret: "hereisthesecrethidden",
