Read the statement by Michael Teeuw here.
MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
-
Hey, a wonderfull morning :-)
I only like to say now everthing works fine!!
I shouldn ´t sit in front of my mm so early… :-D I haven´t seen your sentences: “I added…” and don´t update my source.Thank you!
Today I will write you a PN, if it is Ok for you, maybe you can help me too.
greets gismo
-
-
-
Hello nice module! Thanks for the effort!
Am I right that the module does not work with VRS cities like Cologne for example?Thanks
-
Hi
the module is great!
How can I change the fontsize?
I was trying to change it in the custom.css, but I don’t understand which fontname I have to enter.
Thanks! -
Hello @ueffchen ,
sorry for the late reply!
If you still got this problem, you can fix it in multiple ways:MMM Build in sizing
You could change
tableWrapper.className = "small mmm-vrr-table";
withinMMM-Vrr.js
on line 159 intotableWrapper.className = "medium mmm-vrr-table";
Specific font sizes for header
add another line after
MMM-Vrr.css:16
with you desired fontsize e.g:font-size: 50px;
Specific font size within table content
add this to the
MMM-Vrr.css
.mmm-vrr-table tr { font-size: 50px; }