<?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[i need help getting the dailybibleverse module set up.]]></title><description><![CDATA[<p dir="auto">heres what i put in the config.js<br />
"</p>
<pre><code class="language-javascript">modules: [
{
		module: "MMM-DailyBibleVerse",
		position: "bottom_bar",	// This can be any of the regions. Best result is in the bottom_bar as verses can take multiple lines in a day.
		config: {
            version: "NIV", // This can be changed to any version you want that is offered by Bible Gateway. For a list, go here: https://www.biblegateway.com/versions/,
	    size: "small" // default value is medium, but can be changed. 
		}
]
</code></pre>
<p dir="auto">"</p>
<p dir="auto">i pasted the MMM-DailyBibleVerse folder here ‘/home/pi/MagicMirror/modules/default/MMM-DailyBibleVerse’</p>
<p dir="auto">im new here so i think im making a silly mistake im blind to. can anyone enlighten me?</p>
]]></description><link>https://forum.magicmirror.builders/topic/9572/i-need-help-getting-the-dailybibleverse-module-set-up</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 03:02:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9572.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Jan 2019 17:58:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to i need help getting the dailybibleverse module set up. on Tue, 22 Jan 2019 18:17:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steed" aria-label="Profile: steed">@<bdi>steed</bdi></a> said in <a href="/post/50550">i need help getting the dailybibleverse module set up.</a>:</p>
<blockquote>
<p dir="auto">i pasted the MMM-DailyBibleVerse folder here ‘/home/pi/MagicMirror/modules/default/MMM-DailyBibleVerse’</p>
</blockquote>
<p dir="auto">This path is incorrect. Modules go in the <code>/home/pi/MagicMirror/modules</code> folder. That path is assumed when you add the module name to the <code>config.js</code> entry. So when you type <code>module: 'MMM-DailyBibleVerse',</code> it’s going to look in that path for a folder with that name.</p>
]]></description><link>https://forum.magicmirror.builders/post/50616</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50616</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 22 Jan 2019 18:17:32 GMT</pubDate></item><item><title><![CDATA[Reply to i need help getting the dailybibleverse module set up. on Mon, 21 Jan 2019 21:56:25 GMT]]></title><description><![CDATA[<p dir="auto">have you tried another region or just removing the newsfeed. Just an idea but maybe this module is out of the picture…</p>
<p dir="auto">Also, the newsfeed module only shows the book because it searches in the xml the  and &lt;updated&gt; part. If you can get the newsfeed module to show more (the &lt;content&gt; part) it could work&lt;/p&gt;
</p>]]></description><link>https://forum.magicmirror.builders/post/50566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50566</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Mon, 21 Jan 2019 21:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to i need help getting the dailybibleverse module set up. on Thu, 24 Jan 2019 12:07:46 GMT]]></title><description><![CDATA[<p dir="auto">ok so i got the config.js to open and display everything except the daily bible verse module… i dont know how i can get it to display.</p>
<p dir="auto">i went ahead and swapped out the “newsfeed”  new york times link, and switched it to bible gatewhats verse a day link but it only says the time the verse was updated and something like this “galatians 16:23”<br />
it doesnt actually display the bible quote.<br />
so far the news feed looks like this</p>
<pre><code>module: "newsfeed",
			position: "top_bar",
			config: {
				feeds: [
					{
						title: "Bible Gateway's Verse of the Day",
						url: "https://www.biblegateway.com/votd/get/?format=atom"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
</code></pre>
<p dir="auto">its not displaying anything other than the book chapter and verse of the bible…</p>
<p dir="auto">trying to use the actual “mmm-dailybibleverse” module isnt working however magic mirror starts it just doesnt display</p>
]]></description><link>https://forum.magicmirror.builders/post/50554</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50554</guid><dc:creator><![CDATA[Steed]]></dc:creator><pubDate>Thu, 24 Jan 2019 12:07:46 GMT</pubDate></item></channel></rss>