Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanYoung-dev committed Oct 29, 2019
2 parents cd9837d + 60ae33c commit 5751de1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ var config = {
showPageIndicators: true,
showPageControls: true,
slides: {
main: ["mm-hide-all","WhatAge","MMM-Dynamic-Modules","clock","MMM-Testpython","camera"],
"Slide 2": ["mm-hide-all","clock","CategoryHairstyle","CategorySelectMain"],
main: ["mm-hide-all","WhatAge","MMM-Dynamic-Modules","clock","MMM-Testpython","camera","MMM-Snow"],
"Slide 2": ["mm-hide-all","clock","CategoryHairstyle","CategorySelectMain","MMM-Snow"],
//main: ["clock","currentweather","weatherforecast","MMM-Globe","newsfeed","mm-hide-all","clock","MMM-Avinor"],
"Slide 3": ["MMM-AirTest"],
"Slide 4": ["SecondAirport-1F","SecondAirport-2F","SecondAirport-3F","FirstAirport-3F","FirstAirport-2F","CategoryChoiceAirport","FirstAirport-1F","mm-hide-all","The1Airport","The2Airport"],
Expand Down Expand Up @@ -678,7 +678,14 @@ var config = {
height: "1000", // height of iframe
frameWidth: "600", // width of embedded iframe, height is beeing calculated by aspect ratio of iframe
}
}
},
{
module: "MMM-Snow", //24
position: "fullscreen_above", // This can be any of the regions.
config: {
theme:"winter"
}
}
]
};

Expand Down

0 comments on commit 5751de1

Please sign in to comment.