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, How to delete rating line

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 2 Posters 485 Views 2 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
      RIKKO14
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • R Offline
        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 Offline
          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 Offline
            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

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              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, 
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • R Offline
                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 Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy