Read the statement by Michael Teeuw here.
MMM-MovieListings
-
Hi
Is it possible to get plot and genre?
I can see that there are genres in the code but it is not presented. -
Can somebody tell me what to put in config.js to make this module working?
Thanks!
Peter -
must be like this:
{ module: 'MMM-MovieListings', position: 'top_left', // This can be any of the regions. Best results in left or$ config: { apiKey: 'YOUR_API_KEY', region: 'DE', language: 'de-DE', interface: 'poster', //'list', 'poster', 'detailed' includeMoviePlot: false, maxPlotLength: 198, header: 'Kinofilme', moviesPerPage: 0, refreshInterval: 1000 * 60 * 60 * 24, //Once a day baseUrl: 'https://api.themoviedb.org/3/movie/now_playing', animationSpeed: 2.5 * 1000, pageChangeInterval: 35 * 1000 } },
-
@cruunnerr , thanks!
I have it running!
Looks good.
Peter -
Hello i can’t get mine to work
-
@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.