Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U-Bahn (Stadtbahn Stuttgart) wird nicht blau dargestellt #79

Closed
AMThie opened this issue Apr 6, 2021 · 3 comments
Closed

U-Bahn (Stadtbahn Stuttgart) wird nicht blau dargestellt #79

AMThie opened this issue Apr 6, 2021 · 3 comments

Comments

@AMThie
Copy link

AMThie commented Apr 6, 2021

Hallo zusammen, ich bin neu im MagicMirror und probiere mich erstmal an der VirtualBox aus bis ich es umsetze.
Ich habe mir 4 Module für vers. Verbindungen in Stuttgart darstellen lassen.
Bildschirmfoto 2021-04-06 um 11 43 13
Die Farbe für die RE und RB habe ich schon auf rgb(236, 0, 22) ändern können und das funktioniert auch.
Nur leider erkennt das Programm nicht die U-Bahn und färbt diese blau. Mein Versuch den Code abzuändern in:
.u1, .u13 { background-color: rgb(0,101,173); } hat leider auch nicht funktioniert.

@KristjanESPERANTO
Copy link

KristjanESPERANTO commented Apr 6, 2021

Hallo @AMThie, in deinem Screenshot ist zu sehen, dass du den letzten Update-Zeitpunkt eingeblendet hast. Den Pull Request von @AgP42 der diese Funktion einführt (#58), hat @raywo noch nicht angenommen. Nutzt du eventuell meinen Fork? Falls ja, versuch es mal mit folgendem Eintrag in deiner CSS-Datei.

[class^="pthSign stb stbu"] {
  background-color: rgb(0,101,173);
  color: white;
}

In Stuttgart werden die U-Bahnen offenbar etwas anders bezeichnet als in anderen Städten, deshalb greifen hier die Default-Werte nicht.

Wenn du für Stuttgart eine CSS-Datei erstellt hast, teile sie gern mit uns.

Wenn bei dir nur die beiden Linien vorbeikommen, würde grundlegend auch folgendes gehen:

.stbu1, .stbu13 {
  background-color: rgb(0,101,173);
  color: white;
}

Das erste Beispiel sollte für alle U-Bahnen in Stuttgart funktionieren.

@AMThie
Copy link
Author

AMThie commented Apr 7, 2021

Für mich klappt es so 👍🏼
Wenn ich Zeit habe, mache ich da mal was fertig.
Danke und viele Grüße

@KristjanESPERANTO
Copy link

@AMThie: Prima 🙂. Kannst du dieses Issue schließen?

@AMThie AMThie closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants