<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-MovieListings, How to delete rating line]]></title><description><![CDATA[[[topic:post-is-deleted]]]]></description><link>https://forum.magicmirror.builders/topic/13609/mmm-movielistings-how-to-delete-rating-line</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 21:51:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13609.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Sep 2020 09:00:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-MovieListings, How to delete rating line on Mon, 14 Sep 2020 15:04:37 GMT]]></title><description><![CDATA[<p dir="auto">it does not work, tan worse I leave it like that. Thank you for your help…</p>
]]></description><link>https://forum.magicmirror.builders/post/81752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81752</guid><dc:creator><![CDATA[RIKKO14]]></dc:creator><pubDate>Mon, 14 Sep 2020 15:04:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MovieListings, How to delete rating line on Mon, 07 Sep 2020 14:46:22 GMT]]></title><description><![CDATA[<p dir="auto">not gonna be so easy…  he didn’t make it really selectable…</p>
<p dir="auto">easy with a code change</p>
<p dir="auto">edit MMM-MovieListings.js</p>
<pre><code>    pageChangeInterval: 30 * 1000,
    showRatings: true                                      // &lt; -- add this line, line 25, notice the comma on the line before 
</code></pre>
<p dir="auto">add this line</p>
<pre><code>    // Add all details
    if(config.showRatings)                   // &lt; ---- line 235
</code></pre>
<p dir="auto">save file</p>
<p dir="auto">then add to your config.js for this module</p>
<pre><code>   config : { 

     showRatings: false, 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/81436</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81436</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 07 Sep 2020 14:46:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MovieListings, How to delete rating line on Mon, 07 Sep 2020 14:14:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rikko14" aria-label="Profile: RIKKO14">@<bdi>RIKKO14</bdi></a> open the developers window ctrl-shift-i on the keyboard. select the elements tab, and navigate the left panel to locate that module content.</p>
<p dir="auto">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.</p>
<p dir="auto">this might help you find the css element to use adding</p>
<p dir="auto">display:none;</p>
<p dir="auto">in custom.css<br />
to make the content no longer shown</p>
<p dir="auto">u can test that by live editing the styles of the element to add that display setting</p>
]]></description><link>https://forum.magicmirror.builders/post/81435</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81435</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 07 Sep 2020 14:14:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MovieListings, How to delete rating line on Mon, 07 Sep 2020 12:17:03 GMT]]></title><description><![CDATA[<p dir="auto">for the API key it’s ok, but i didn’t find yet  how to delete the Rating line…</p>
]]></description><link>https://forum.magicmirror.builders/post/81430</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81430</guid><dc:creator><![CDATA[RIKKO14]]></dc:creator><pubDate>Mon, 07 Sep 2020 12:17:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MovieListings, How to delete rating line on Sun, 06 Sep 2020 09:05:03 GMT]]></title><description><![CDATA[<p dir="auto">Where is it on this page ?<br />
<img src="/assets/uploads/files/1599383100431-2020-09-06-110440_1080x1920_scrot.png" alt="2020-09-06-110440_1080x1920_scrot.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/81378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81378</guid><dc:creator><![CDATA[RIKKO14]]></dc:creator><pubDate>Sun, 06 Sep 2020 09:05:03 GMT</pubDate></item></channel></rss>