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-Traffic - make text lighter ?
-
@ironman_DK said in MMM-Traffic - make text lighter ?:
I have solved the problem, I had to add bright in the text :
That’s one way of doing it but they never recommend changing the module file. That is why he gave you a custom.css entry. If that module gets updated you will lose your changes. If you had made the change in the custom.css file then you would not lose your changes if the module gets updated.
Peace
-
@ironman_DK Thats not the way to do this.
Do it this way:
- When you don’t have a custom.css create one in /MagicMirror/css
- Add the following code to custom.css
.MMM-Traffic div.small.dimmed { color: #00FF00; }
Now you have the text in green but you can change that as you like.
-
@Mykle1
I’am not that fast in typing and testing it … -
@pjkoeleman
I beat you by 1ms ;-) -
@pjkoeleman ahh off course,I have done it, Thnak you for your help :-)