Read the statement by Michael Teeuw here.
MMM-MovieListings
-
Can anyone tell me how to modify the size and the color of the text? It is rather small, and I would like to make it white , instead of gray.
Thanks.
-
In your custom.css file, add these and adjust accordingly. I did not test but simply looked at the classes in the module.js file but they should work for you
.MMM-MovieListings .header { color: #FFFFFF; /* Header color. Default is white. */ } .MMM-MovieListings .small.dimmed { font-size: 18px; color: #FFFFFF; /* white */ } .MMM-MovieListings .xsmall { font-size: 18px; color: #FFFFFF; /* white */ } .MMM-MovieListings .xsmall.dimmed { font-size: 18px; color: #FFFFFF; /* white */ } .MMM-MovieListings .marginTop.xsmall { font-size: 18px; color: #FFFFFF; /* white */ }
-
@mykle1 Thank you very much! I`ll test as soon as I reinstall MM on the Asus TinkerBoard.
-
Hi, I have tried the code you provided, and it partially does what I want.
It changes the font size and color of the actors but not of the description.
I want to enlarge the module as a whole, image, description and any text while also making them white, as my mirror is a bit darker than I was expecting.
Any further help is greatly appreciated.
-
I don’t have an API key for this module so I can’t run it or test it. Looking through the module.js file to see the className of the description text but it’s not immediately apparent. You could try:
.MMM-MovieListings .dimmed { font-size: 18px; color: #FFFFFF; /* white */ }
-
@mykle1 Thanks, it`s getting closer to what I want. I will check the module you are mentioning. I am not that familiar with js so I did not recognize the things I need to change to accomplish what I was looking for. I will try again and see if I can make the image a bit bigger and the title white. Thanks a lot for your patience.
-
No worries, mate. Good luck and have fun.
-
Hopefully its ok to necro bump this topic instead of opening a new thread, as this is the official module page?
The module was working fine until few days back since seeral years, but now it has stopped working. I have regenerated a new api key from tmdb, yet no luck. -
@Socrates the Official page is the github repo, id check its issues list
do you see any errors listed in the output of npm start?
-
I have tried the script to update it and failed. How do I update this module?