Bottom Left Corner
Description
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.
Usage
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?
}
}
...
]
More specifics available on the GitHub page.
Interaction
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 GitHub page.