MCPcopy
hub / github.com/MagicMirrorOrg/MagicMirror / start

Method start

js/module.js:50–52  ·  view source on GitHub ↗

* Called when the module is started.

()

Source from the content-addressed store, hash-verified

48 * Called when the module is started.
49 */
50 start () {
51 Log.info(`Starting module: ${this.name}`);
52 }
53
54 /**
55 * Returns a list of scripts the module requires to be loaded.

Callers 15

electron.jsFile · 0.45
startModulesFunction · 0.45
AppFunction · 0.45
smhi_spec.jsFile · 0.45
openmeteo_spec.jsFile · 0.45
yr_spec.jsFile · 0.45
weathergov_spec.jsFile · 0.45
weatherapi_spec.jsFile · 0.45
weatherbit_spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected