mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Change Class behavior of hello world.
This commit is contained in:
@@ -17,9 +17,9 @@ var defaults = {
|
||||
{
|
||||
module: "helloworld",
|
||||
position: "upper_third",
|
||||
classes: "large thin",
|
||||
config: {
|
||||
text: "Magic Mirror<sup>2</sup>",
|
||||
classes: "large thin"
|
||||
text: "Magic Mirror<sup>2</sup>"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,17 +32,17 @@ var defaults = {
|
||||
{
|
||||
module: "helloworld",
|
||||
position: "middle_center",
|
||||
classes: "small dimmed",
|
||||
config: {
|
||||
text: "See README for more information.",
|
||||
classes: "small dimmed"
|
||||
text: "See README for more information."
|
||||
}
|
||||
},
|
||||
{
|
||||
module: "helloworld",
|
||||
position: "bottom_bar",
|
||||
classes: "xsmall dimmed",
|
||||
config: {
|
||||
text: "www.michaelteeuw.nl",
|
||||
classes: "xsmall dimmed"
|
||||
text: "www.michaelteeuw.nl"
|
||||
}
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user