Read the statement by Michael Teeuw here.
MMM-Timetable
-
@Sean
Can i change the timeformat to European one?
like 22:30?Thanks
-
@vauxdvihl
Set timeFormat as “HH:mm” -
@Sean
Thanks it worksBut i see there comes something strange
Setting these value to “HH:MM” the time datas from my conifg are not matching with the displayed datas.
Can you reproduce this?
Thanks
Regards -
@vauxdvihl
Not ‘HH:MM’, it’s ‘HH:mm’ -
@sean
Thanks a lot -
@Sean
How can I redefine the rows to equal altitude, regardless of time interval? I’d like to define equal altitude for each rows.
Could you or anyone give me some suggestions? Thanks in advance.
-
@lovesicker
Not possible currently. Heights are dependent on duration.
I’ll consider it on next update but You’d better to display static table your own with some iframe or html module.(My MMM-HTMLBox can show static html on MM) -
@Sean
OK, I got it. Thanks for your reply.Let me try your MMM-HTMLBox.
Hahahah, I found I already become one of your fans. After trying out a module several days,I found it is coded by you,ig.,MMM-GroveGesture,MMM-CalendarExt.
I’m looking forward to next version about MMM-Timetable.Have a good day!
-
@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.