Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-MovieListings, How to delete rating line

    Troubleshooting
    2
    6
    45
    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
      RIKKO14 last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • R
        RIKKO14 last edited by

        Where is it on this page ?
        2020-09-06-110440_1080x1920_scrot.png

        1 Reply Last reply Reply Quote 0
        • R
          RIKKO14 last edited by

          for the API key it’s ok, but i didn’t find yet how to delete the Rating line…

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @RIKKO14 last edited by sdetweil

            @RIKKO14 open the developers window ctrl-shift-i on the keyboard. select the elements tab, and navigate the left panel to locate that module content.

            when u select it, the class tree will be shown at the bottom of the dev window nav, above the console area. the classes themselves will be shown on the right. top closest to the element, the bottom furthest away.

            this might help you find the css element to use adding

            display:none;

            in custom.css
            to make the content no longer shown

            u can test that by live editing the styles of the element to add that display setting

            1 Reply Last reply Reply Quote 0
            • S
              sdetweil last edited by

              not gonna be so easy… he didn’t make it really selectable…

              easy with a code change

              edit MMM-MovieListings.js

                  pageChangeInterval: 30 * 1000,
                  showRatings: true                                      // < -- add this line, line 25, notice the comma on the line before 
              

              add this line

                  // Add all details
                  if(config.showRatings)                   // < ---- line 235
              

              save file

              then add to your config.js for this module

                 config : { 
              
                   showRatings: false, 
              
              1 Reply Last reply Reply Quote 1
              • R
                RIKKO14 last edited by

                it does not work, tan worse I leave it like that. Thank you for your help…

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy