<?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[Config Options in the News Module]]></title><description><![CDATA[<p dir="auto">Hi there, new to this but have played with pies for a while.</p>
<p dir="auto">So I am trying to get much more of the current news articles on the screen, not just the headlines, how do I set up the config file to do this please.</p>
<p dir="auto">I have read throught the manual but I am just not getting it.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/12383/config-options-in-the-news-module</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 08:22:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12383.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Mar 2020 13:17:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 16:11:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Fixed it by copying the lower portion of the sample file into the live file, will look at the differences later to see where I went wrong, thank you for your help.</p>
<p dir="auto">Stuart</p>
]]></description><link>https://forum.magicmirror.builders/post/70919</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70919</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 16:11:16 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 16:05:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> run npm run config:check from the MagicMirror folder.</p>
<p dir="auto">Fix errors starting from the top.<br />
Errors are usually reported on the line after the problem.</p>
<p dir="auto">(Usually)</p>
]]></description><link>https://forum.magicmirror.builders/post/70918</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70918</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 16:05:09 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 15:58:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Do I just remove it?</p>
<p dir="auto">Coding is not my strong suit, I tried adding an extra module and got it very wrong</p>
]]></description><link>https://forum.magicmirror.builders/post/70917</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70917</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 15:58:44 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 15:57:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> what is that extra } after prohibited words?</p>
<p dir="auto">Match the braces and brackets</p>
]]></description><link>https://forum.magicmirror.builders/post/70916</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70916</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 15:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 15:55:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> u could edit the code not to be full screen. Careful the article could be clipped at the iframe edge</p>
]]></description><link>https://forum.magicmirror.builders/post/70915</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70915</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 15:55:51 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 15:55:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I have broken something and I cannot see where</p>
<pre><code>/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/

var config = 
{
  address: '0.0.0.0',
  electronOptions: {},
  ipWhitelist: [],
  modules: [
    {
      module: 'MMM-Remote-Control',
      position: 'bottom_right',
      config: {
        apiKey: '',
        customCommand: {}
      }
    },
    {
      module: 'alert',
      config: {}
    },
    {
      module: 'updatenotification',
      position: 'top_bar',
      config: {}
    },
    {
      module: 'clock',
      position: 'top_left',
      config: {}
    },
    {
      module: 'calendar',
      header: 'UK Holidays',
      position: 'top_left',
      config: {
        calendars: [
          {
            symbol: 'calendar-check',
            url: 'webcal://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics'
          }
        ],
        titleReplace: {
          'De verjaardag van ': '',
          '\'s birthday': ''
        },
        excludedEvents: []
      }
    },
    {
      module: 'currentweather',
      position: 'top_right',
      config: {
        location: 'Cwmbran',
        locationID: '2651654',
        appid: 'c1a5ad438e20f60a0f61165ef64837da',
        iconTable: {
          '01d': 'wi-day-sunny',
          '02d': 'wi-day-cloudy',
          '03d': 'wi-cloudy',
          '04d': 'wi-cloudy-windy',
          '09d': 'wi-showers',
          '10d': 'wi-rain',
          '11d': 'wi-thunderstorm',
          '13d': 'wi-snow',
          '50d': 'wi-fog',
          '01n': 'wi-night-clear',
          '02n': 'wi-night-cloudy',
          '03n': 'wi-night-cloudy',
          '04n': 'wi-night-cloudy',
          '09n': 'wi-night-showers',
          '10n': 'wi-night-rain',
          '11n': 'wi-night-thunderstorm',
          '13n': 'wi-night-snow',
          '50n': 'wi-night-alt-cloudy-windy'
        }
      },
      header: ''
    },
    {
      module: 'weatherforecast',
      position: 'top_right',
      header: 'Weather Forecast',
      config: {
        location: 'Cwmbran',
        locationID: '2651654',
        appid: '6ad7c913f464a99eef2b61631b084d42',
        iconTable: {
          '01d': 'wi-day-sunny',
          '02d': 'wi-day-cloudy',
          '03d': 'wi-cloudy',
          '04d': 'wi-cloudy-windy',
          '09d': 'wi-showers',
          '10d': 'wi-rain',
          '11d': 'wi-thunderstorm',
          '13d': 'wi-snow',
          '50d': 'wi-fog',
          '01n': 'wi-night-clear',
          '02n': 'wi-night-cloudy',
          '03n': 'wi-night-cloudy',
          '04n': 'wi-night-cloudy',
          '09n': 'wi-night-showers',
          '10n': 'wi-night-rain',
          '11n': 'wi-night-thunderstorm',
          '13n': 'wi-night-snow',
          '50n': 'wi-night-alt-cloudy-windy'
        }
      }
    },
    {
      module: 'newsfeed',
      position: 'top_center',
      config: {
        feeds: [
          {
            title: 'BBC News',
            url: 'http://feeds.bbci.co.uk/news/rss.xml'
          }
        ],
        showDescription: true,
        ignoreOldItems: true,
        scrollLength: true,
        startTags: [],
        endTags: [],
        prohibitedWords: []
}
      },
      header: ''
  ],
  paths: {
    modules: 'modules',
    vendor: 'vendor'
  }
}

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70914</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70914</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 15:55:43 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 15:01:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> It does but of course brings the story up into a full screen, I just have to find a way to bring the text only into the window.</p>
<p dir="auto">Thank you for showing me the anatomy of the module.</p>
<p dir="auto">Stuart</p>
]]></description><link>https://forum.magicmirror.builders/post/70913</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70913</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 15:01:45 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 14:56:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> no problem. Hope it works for you.</p>
<p dir="auto">The New York Times doesn’t allow it’s feed to be framed away from it’s parent site</p>
]]></description><link>https://forum.magicmirror.builders/post/70911</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70911</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 14:56:50 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 14:54:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Sorry Sam, I should have refresehed :)</p>
]]></description><link>https://forum.magicmirror.builders/post/70910</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70910</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 14:54:25 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 14:52:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> I did that in the message above this one</p>
]]></description><link>https://forum.magicmirror.builders/post/70909</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70909</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 14:52:38 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 14:43:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Could you give me an example please so I can understand where and the format, thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/70908</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70908</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 14:43:23 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 13:36:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> never mind,. it doesn’ty work for some sites (as the site refuses to allow embedding)</p>
<p dir="auto">the setup was</p>
<pre><code>		{
			module: "newsfeed",
			disabled: false,
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
					}
				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true,
				showFullArticle : true      // &lt; ---  added this, with the comma on line before
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70907</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70907</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 13:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 13:33:17 GMT]]></title><description><![CDATA[<p dir="auto">Could you give me an example please so I can understand where and the format, thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/70906</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70906</guid><dc:creator><![CDATA[edwardssj]]></dc:creator><pubDate>Sat, 21 Mar 2020 13:33:17 GMT</pubDate></item><item><title><![CDATA[Reply to Config Options in the News Module on Sat, 21 Mar 2020 13:31:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/edwardssj" aria-label="Profile: edwardssj">@<bdi>edwardssj</bdi></a> not in the doc, but a config option (defaults to false) is</p>
<p dir="auto">showFullArticle</p>
<p dir="auto">so, set that to true in the config.js newsreader config section</p>
]]></description><link>https://forum.magicmirror.builders/post/70905</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70905</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 13:31:39 GMT</pubDate></item></channel></rss>