diff --git a/js/defaults.js b/js/defaults.js
index 28cc2613..8129bff9 100644
--- a/js/defaults.js
+++ b/js/defaults.js
@@ -38,6 +38,14 @@ var defaults = {
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
created, your config file probably contains an error.
Use a javascript linter to validate your file."
+ }
+ },
{
module: "helloworld",
position: "bottom_bar",