• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-MovieListings

Scheduled Pinned Locked Moved Entertainment
29 Posts 12 Posters 15.9k Views 12 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    jeffreyking
    last edited by Jul 19, 2018, 6:33 PM

    Hello i can’t get mine to work

    B 1 Reply Last reply Jul 20, 2018, 4:11 AM Reply Quote 0
    • B Offline
      bhepler Module Developer @jeffreyking
      last edited by Jul 20, 2018, 4:11 AM

      @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 your config.js say?
      What errors are showing up in your log files?

      1 Reply Last reply Reply Quote 0
      • J Offline
        jeffreyking
        last edited by Jul 20, 2018, 2:39 PM

        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.

        1 Reply Last reply Reply Quote 1
        • R Offline
          Radu_Stancu
          last edited by Dec 5, 2018, 1:06 PM

          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.

          M 1 Reply Last reply Dec 7, 2018, 1:00 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @Radu_Stancu
            last edited by Dec 7, 2018, 1:00 AM

            @radu_stancu

            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 */
            }
            

            Create a working config
            How to add modules

            R 1 Reply Last reply Dec 7, 2018, 4:40 PM Reply Quote 0
            • R Offline
              Radu_Stancu @Mykle1
              last edited by Dec 7, 2018, 4:40 PM

              @mykle1 Thank you very much! I`ll test as soon as I reinstall MM on the Asus TinkerBoard.

              1 Reply Last reply Reply Quote 0
              • R Offline
                Radu_Stancu
                last edited by Dec 10, 2018, 7:55 PM

                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.

                M 1 Reply Last reply Dec 10, 2018, 9:42 PM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @Radu_Stancu
                  last edited by Mykle1 Dec 10, 2018, 9:42 PM Dec 10, 2018, 9:42 PM

                  @radu_stancu

                  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 */
                  }
                  

                  Create a working config
                  How to add modules

                  R 1 Reply Last reply Dec 11, 2018, 1:07 PM Reply Quote 0
                  • R Offline
                    Radu_Stancu @Mykle1
                    last edited by Dec 11, 2018, 1:07 PM

                    @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.

                    M 1 Reply Last reply Dec 11, 2018, 11:00 PM Reply Quote 1
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @Radu_Stancu
                      last edited by Dec 11, 2018, 11:00 PM

                      @radu_stancu

                      No worries, mate. Good luck and have fun.

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy