@Sean
Thanks a lot for this module
For testing i have simply copied your example to my config.
But i am not able to get it running
The screen stays black
Any idea
Do i have to use the lastest version of the magic mirror sw?
Thanks a lot
Greetz
0|mm | Shutting down server...
0|mm | > magicmirror@2.4.1 start /home/pi/MagicMirror
0|mm | > sh run-start.sh
0|mm | Starting MagicMirror: v2.4.1
0|mm | Loading config ...
0|mm | Loading module helpers ...
0|mm | No helper found for module: clock.
0|mm | No helper found for module: alert.
0|mm | No helper found for module: MMM-Timetable.
0|mm | All module helpers loaded.
0|mm | Starting server on port 8080 ...
0|mm | Server started ...
0|mm | Sockets connected & modules started ...
0|mm | Launching application.
{
//disabled:true,
module: "MMM-Timetable",
position: "top_right",
config: {
timeFormat: "hh:mm A",
height: "800px",
width: "150px",
mode: "5days", // "today", "5days", "7days"
refreshInterval: 1000*60,
displayEndTime:true, //whether display endTime on timeline or not.
schedules: [ //array of schedules
{
title: "Slytherin 2nd Year",
file: null, // or "test.csv" - comma separated text file. (see `test.csv`)
schedule: [
// [weekday, starttime(24h), endtime(24h), title, subtitle, backgroundColor(optional)]
// weekday : 1 for Monday, 2 for Tuesday, ... 7 for Sunday
[1, "0730", "0900", "Breakfast", "", "rgba(0,255,0, 0.5)"],
[2, "0730", "0900", "Breakfast", "", "rgba(0,255,0, 0.5)"],
[3, "0730", "0900", "Breakfast", "", "rgba(0,255,0, 0.5)"],
[4, "0730", "0900", "Breakfast", "", "rgba(0,255,0, 0.5)"],
[5, "0730", "0900", "Breakfast", "", "rgba(0,255,0, 0.5)"],
[1, "1200", "1300", "Lunch", "", "rgba(0,255,0, 0.5)"],
[2, "1200", "1300", "Lunch", "", "rgba(0,255,0, 0.5)"],
[3, "1200", "1300", "Lunch", "", "rgba(0,255,0, 0.5)"],
[4, "1200", "1300", "Lunch", "", "rgba(0,255,0, 0.5)"],
[5, "1200", "1300", "Lunch", "", "rgba(0,255,0, 0.5)"],
[1, "1800", "1900", "Dinner", "", "rgba(0,255,0, 0.5)"],
[2, "1800", "1900", "Dinner", "", "rgba(0,255,0, 0.5)"],
[3, "1800", "1900", "Dinner", "", "rgba(0,255,0, 0.5)"],
[4, "1800", "1900", "Dinner", "", "rgba(0,255,0, 0.5)"],
[5, "1800", "1900", "Dinner", "", "rgba(0,255,0, 0.5)"],
[1, "1100", "1145", "Transfiguration", "w/Ravenclaw"],
[1, "1315", "1400", "Charms", "w/Hufflepuff"],
[2, "0915", "1045", "Transfiguration", "w/Ravenclaw"],
[2, "1500", "1630", "Herbology", "w/Ravenclaw"],
[3, "0915", "1045", "Defense Against The Dark Art", "w/Gryffindor", "rgba(255,0,0,0.5)"],
[3, "1100", "1145", "Charms", "w/Hufflepuff"],
[3, "1315", "1445", "History of Magic", "w/Hufflepuff"],
[3, "1500", "1630", "Potions", "w/Gryffindor"],
[4, "1100", "1145", "Defense Against The Dark Art", "w/Gryffindor"],
[5, "1315", "1400", "Potions", "w/Gryffindor"],
]
},
{
title: "Slytherin 2nd Year (only classes)",
schedule: [
[1, "1100", "1145", "Transfiguration", "w/Ravenclaw"],
[1, "1315", "1400", "Charms", "w/Hufflepuff"],
[2, "0915", "1045", "Transfiguration", "w/Ravenclaw"],
[2, "1500", "1630", "Herbology", "w/Ravenclaw"],
[3, "0915", "1045", "Defense Against The Dark Art", "w/Gryffindor", "rgba(255,0,0,0.5)"],
[3, "1100", "1145", "Charms", "w/Hufflepuff"],
[3, "1315", "1445", "History of Magic", "w/Hufflepuff"],
[3, "1500", "1630", "Potions", "w/Gryffindor"],
[4, "1100", "1145", "Defense Against The Dark Art", "w/Gryffindor"],
[5, "1315", "1400", "Potions", "w/Gryffindor"],
]
},
]
}
},