mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 16:13:57 +00:00
Added module loader for external modules
A simple module loader to load modules dropped into the modules folder.
This commit is contained in:
1
modules/test-module/elements.html
Normal file
1
modules/test-module/elements.html
Normal file
@@ -0,0 +1 @@
|
||||
<!--<div id="example"> </div>-->
|
1
modules/test-module/main.js
Normal file
1
modules/test-module/main.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log("Hello from test-module")
|
0
modules/test-module/style.css
Normal file
0
modules/test-module/style.css
Normal file
Reference in New Issue
Block a user