Read the statement by Michael Teeuw here.
MMM-Timetable
-
@Sean
Another problem: under the MMM-page or MMM-page-select module environment, when you start MagicMirror, sometimes you will see the following MMM-Timeable UI:
Until the modules refresh, the UI will be OK:
The issue only happened when Magic Mirror start. I know this is not a serious problem because you will not frequently restart Magic Mirror and switch to the MMM-Timeable page.
Do you have some suggestions about it?
-
@lovesicker
This module would detect it’s position and dimensions to draw itself. To calculate proper size it needs. On start and each refresh interval it will recalculate.
But some page modules prevent this detection by hiding module on start. And will show this module suddenly so module cannot have proper values. Of course after showing, on the next refeshing period, it could complete detection then will be no more problem.
To avoid this, put this module on first page or shorten refreshing time. -
@lovesicker
In a few days, I’ll look inside my code and try to make its work better way. I think I can add recalculation logic on module’sresume
.
Anyway, so many courses. :D. but it’s usual in Far east Asia like China and Korea. I’m from Korea, but living in Germany now… In my highschool days of Korea, My classes began at 7:00AM and finished at 10:00PM LITERALLY. Not so worst to me but… :) -
@Sean
Hahaha, it’s my son’s school timetable. He is only ten years old. He like this timetable very much. I told him a foreign uncle coded this timetable for him. He is very pride for it…
Thank you so much for bringing much happiness to our family.
-
@Sean said in MMM-Timetable:
and finished at 10:00PM LITERALLY.
:face_screaming_in_fear: :dizzy_face:
-
@Cr4z33
30 years ago, that was usual for who wanted to enter Univ. in S.Korea. :D
Nowadays, Highschool itself doesn’t go that way, but Students are studying very hard personally at Home or private institutes or with private teachers to take better score. -
@Sean alright that makes sense then. :grinning_face_with_smiling_eyes:
-
@Sean Thanks for the great module. Is it possible, to use it to display more than one Timetable on the same screen? Loading the module twice doesn’t seem to work. Tried renaming it (and the files) to MMM-Timetable2 but this does only draw the Lines but does not fill it from the csv-File. Do you have any tips, where to tweak?
Thanks! -
@FlorianSchwemin Nevermind, already got it. Renamed all TTABLE in the .js and .css in my new modules/MMM-Timetable2 folder to TTABLE2 and it runs just as I wanted it to. Thanks nonetheless
-
Hey,
this module is really awesome!I want to change the style of title. In your example " title: “Slytherin 2nd Year”,", but i don’t know where to find it in the css.
#TTABLE .header changes the weekdays
#TTABLE .title changes the name of the lessonsthx in advance