Read the statement by Michael Teeuw here.
MMM-MovieInfo
-
@SilentJbob1680
So, please open a terminal on your raspberry, change into the~/MagicMirror/modules/MMM-MovieInfo
folder and dogit pull
to retrieve the update -
Hello.
I seem to be having issues in setting up the correct config.js. What am I doing wrong? Here is the code I am trying to use.
{ module: 'MMM-MovieInfo', position: 'bottom_left', config: { discover: { "certification_country": "US", "certification.lte": "G", "sort_by": "popularity.desc" } updateInterval: '1080000', rotateInterval: '180000', api_key: ' ' } },
-
@Jacob missing comma after
discover: {}
-
Hi there! Would there be a possibility to have a config option to set the number of movies to show (as a configurable table)?
Also, I read that they now support TV-Shows as well… It would be cool to get that integrated as well :)Ex something like this would be cool…
config: { columns: 2, titles: 6, type: { "tv": 1, "movie": 1, } discover: { "sort_by": "vote_average.desc" } }
That would give a table that holds 2 columns with 6 rows altering TV-Shows and Movies, descending by votes… 8)
-
@strawberry-3.141 Thanks for the help. However, it still did not seem to fix it. It’s only the MovieInfo module that seems to be causing the mirror to not load. Would it be possible to show me your MovieInfo config?
-
@Jacob this config
{ module: 'MMM-MovieInfo', position: 'bottom_left', config: { discover: { "certification_country": "US", "certification.lte": "G", "sort_by": "popularity.desc" }, updateInterval: 1080000, rotateInterval: 180000, api_key: 'PUTYOURAPIKEYHERE' } },
results in
-
@strawberry-3.141 Thanks Strawberry. I just started with a clean config and that seems to have fixed it. I appreciate your help and thank you for the module.
Regards,
Jacob.
-
hey,
sorry for taking so long to reply, life found a way to keep me busy! Just wanted to say thanks for the quick reply/fix for my original issue. -
How do I get the poster in color
-
@jeffreyking you need to overwrite the grayscale filter in your custom.css file to 0% https://github.com/fewieden/MMM-MovieInfo/blob/master/MMM-MovieInfo.css#L8-L12