mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
Add info about malformed config files. Fix: #249
This commit is contained in:
@@ -38,6 +38,14 @@ var defaults = {
|
|||||||
text: "See README for more information."
|
text: "See README for more information."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
module: "helloworld",
|
||||||
|
position: "middle_center",
|
||||||
|
classes: "xsmall",
|
||||||
|
config: {
|
||||||
|
text: "If you get this message while your config file is already<br>created, your config file probably contains an error.<br>Use a javascript linter to validate your file."
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
module: "helloworld",
|
module: "helloworld",
|
||||||
position: "bottom_bar",
|
position: "bottom_bar",
|
||||||
|
Reference in New Issue
Block a user