mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 13:09:26 +00:00
Initial commit of V2.
This commit is contained in:
35
config/config.js
Normal file
35
config/config.js
Normal file
@@ -0,0 +1,35 @@
|
||||
/* exported config */
|
||||
|
||||
/* Magic Mirror Config
|
||||
*
|
||||
* By Michael Teeuw http://michaelteeuw.nl
|
||||
* MIT Licensed.
|
||||
*/
|
||||
|
||||
var config = {
|
||||
|
||||
language: 'en',
|
||||
|
||||
modules: [
|
||||
{
|
||||
module: 'clock',
|
||||
position: 'top_left'
|
||||
},
|
||||
{
|
||||
module: 'compliments',
|
||||
position: 'lower_third',
|
||||
},
|
||||
{
|
||||
module: 'helloworld',
|
||||
position: 'top_right'
|
||||
},
|
||||
{
|
||||
module: 'helloworld',
|
||||
position: 'bottom_bar',
|
||||
config: {
|
||||
text: 'Magic Mirror V2'
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
};
|
Reference in New Issue
Block a user