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-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn
-
One more css question popped up while I reconfigured the appearance of the module
There is a train called Meridian stopping at our station. If I do not add any css style for this train it appears as the 5 digit train-number only that changes depending on the time of day.
I want the module to show only the name “Meridian” for all of the trains. So is there a possibility to rename all train numbers to “Meridian” only without showing the train number?
Below please find the css code I’m currently using:
/* Meridian */ .m79600:before { content: "Meridian"; } .m79500:before { content: "Meridian"; } // ... and so on for every train number
thank you for yuour help…
-
no ideas?