• 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.8k 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.
  • 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
          • S Offline
            Socrates
            last edited by Dec 18, 2024, 6:20 AM

            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.

            S 1 Reply Last reply Dec 18, 2024, 1:09 PM Reply Quote 0
            • S Away
              sdetweil @Socrates
              last edited by Dec 18, 2024, 1:09 PM

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

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • D Offline
                DarkV
                last edited by Dec 19, 2024, 2:35 PM

                I have tried the script to update itScreenshot 2024-12-19 143617.png and failed. How do I update this module?

                S 1 Reply Last reply Dec 19, 2024, 2:40 PM Reply Quote 0
                • S Away
                  sdetweil @DarkV
                  last edited by sdetweil Dec 19, 2024, 2:48 PM Dec 19, 2024, 2:40 PM

                  @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

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Dec 19, 2024, 5:02 PM Reply Quote 0
                  • D Offline
                    DarkV @sdetweil
                    last edited by Dec 19, 2024, 5:02 PM

                    @sdetweil

                    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

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 3
                    • 3 / 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