Read the statement by Michael Teeuw here.
MMM-MovieListings
-
@jeffreyking - We’re going to need a little more information than that.
Do you have any other modules working?
What behavior are you seeing?
What does the relevant portion of yourconfig.js
say?
What errors are showing up in your log files? -
Thank you for replying I got it to work and it is awesome I made a error with the brackets { but I sorted it out .
i am running my magic mirror on a laptop with Ubuntu as the os I am new to this and mm-movielistings was the first module I have installed. -
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.