<?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-Bob-Ross: For putting a happy little painting up on your mirror]]></title><description><![CDATA[<p dir="auto"><img src="https://i.imgur.com/gIFZl54.gif" alt="Demo" class=" img-fluid img-markdown" /><br />
Bottom Left Corner</p>
<h2>Description</h2>
<p dir="auto">Bob Ross is the quintessential wholesome TV guy, and now he can be on your mirror too. His paintings of nature scenes are sure to put you in a good mood and his voice could calm a charging bull so about what you need after a stressful day.</p>
<h3>Usage</h3>
<pre><code>modules: [
    ...
    {
      module: "MMM-Bob-Ross",
      position: "bottom_left",
      config: {
        imgHeight: "30vh", //Defines the height of the painting.
        videoHeight: "30vh", //Defines the height of the video.
        updateInterval: 1*60*60*1000, //How often does the painting change?
        autoPlay: true //Should the video start as soon as it switches?
      }
    }
    ...
  ]
</code></pre>
<p dir="auto">More specifics available on the <a href="https://github.com/Veldrovive/MMM-Bob-Ross" target="_blank" rel="noopener noreferrer nofollow ugc">GitHub page</a>.</p>
<h3>Interaction</h3>
<p dir="auto">Any other module can control the behavior of MMM-Bob-Ross through the notification system. For specifics of the notifications and payloads, refer to the <a href="https://github.com/Veldrovive/MMM-Bob-Ross" target="_blank" rel="noopener noreferrer nofollow ugc">GitHub page</a>.</p>
]]></description><link>https://forum.magicmirror.builders/topic/8459/mmm-bob-ross-for-putting-a-happy-little-painting-up-on-your-mirror</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 14:27:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8459.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Jul 2018 22:09:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Bob-Ross: For putting a happy little painting up on your mirror on Wed, 25 Jul 2018 23:04:03 GMT]]></title><description><![CDATA[<p dir="auto">Looking back on my config convention, it’s really confusing. autoPlay does not mean that the video plays right when the mirror boots up, it means that when the view is switched to video by use of the notification it plays without any more need for interaction. The play feature is mostly meant to be used with voice modules and I specifically developed it to work with <a href="https://github.com/Veldrovive/MMM-Voice-Commands" target="_blank" rel="noopener noreferrer nofollow ugc">my own</a> in which all you would need to do to get it to work would be to add the module and put the following into your config.js</p>
<pre><code>{
    module: MMM-Voice-Commands,
    config: {
        commands: {
            "play video": "ROSS_PLAY_VIDEO",
            "stop video": "ROSS_SHOW_IMAGE"
        }
    }
}
</code></pre>
<p dir="auto">Now when you say <code>play video</code>, it will switch to the video view and when you say <code>stop video</code>, it will switch back to the painting.<br />
However, using MMM-Voice-Commands is not necessary, any module that can be configured to emit a notification to <code>ROSS_PLAY_VIDEO</code> and start the video.</p>
<p dir="auto">There isn’t much I can do about the low definition pictures. That is just the quality the website I am using has them in. That’s why I put the module in the lower left hand corner and made it small; it still looks like a nice nature scene, but the low resolution is unobtrusive.</p>
]]></description><link>https://forum.magicmirror.builders/post/42643</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42643</guid><dc:creator><![CDATA[Veldrovive]]></dc:creator><pubDate>Wed, 25 Jul 2018 23:04:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Bob-Ross: For putting a happy little painting up on your mirror on Wed, 25 Jul 2018 18:42:39 GMT]]></title><description><![CDATA[<p dir="auto">I would like to use it, but it does not play. Just a picture with a horrible resultuion :/</p>
]]></description><link>https://forum.magicmirror.builders/post/42638</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42638</guid><dc:creator><![CDATA[fox]]></dc:creator><pubDate>Wed, 25 Jul 2018 18:42:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Bob-Ross: For putting a happy little painting up on your mirror on Tue, 24 Jul 2018 20:01:22 GMT]]></title><description><![CDATA[<p dir="auto">This is a happy little module.</p>
]]></description><link>https://forum.magicmirror.builders/post/42597</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42597</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 24 Jul 2018 20:01:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Bob-Ross: For putting a happy little painting up on your mirror on Tue, 24 Jul 2018 00:56:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veldrovive" aria-label="Profile: veldrovive">@<bdi>veldrovive</bdi></a></p>
<p dir="auto">I love that guy. I used to watch him with my father. Nice module and a cool idea.</p>
]]></description><link>https://forum.magicmirror.builders/post/42577</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42577</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 24 Jul 2018 00:56:41 GMT</pubDate></item></channel></rss>