A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
-
-
-
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; }