Read the statement by Michael Teeuw here.
MMM-MovieListings
-
@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.jssay?
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.
-
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? -
@DarkV all modules update the same way
cd to the module folder
cd ~/MagicMirror/modules/{modulename} git pull #if that fails, fix before continuing #if that succeeds, then IF there is a package.json file do npm install (or npm run update if the module documents it this way)restart MagicMirror
you can disable the updatenotifcations module to avoid having this display
you can also configure it to exclude some modules and also autoupdate some modules -
This is the results
junior@MAGIC-MIRROR:~/MagicMirror/modules/MMM-MovieListings $ git pull
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace “git config” with “git config --global” to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
Updating e095eb5…b4f37fc
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
Please commit your changes or stash them before you merge.
Aborting
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login