Read the statement by Michael Teeuw here.
MMM-Reddit not working due to 'width' being undefined
-
A screenshot of the error I am getting. This was working before but now it is not. Unsure of how to proceed. Thank you for any help.
-
Try something simple like put this in your config.js file
{
module: “MMM-Reddit”,
position: “top_right”,
config: {
subreddit: ‘earthporn’,
displayType: ‘image’,
imageQuality: ‘high’,
count: 10,
show: 1,
width: 500,
showAll: true,
}
},which is pretty much the default example…try that and see if that works first…
-
I reset the position back to a default region in the main.css (after the screenshot), but I still get the same error as prompted by your suggestion to go back to the defaults. Before, I’ve been using this config for the module but it’s been working however.
-
@cowboysdude said in MMM-Reddit not working due to ‘width’ being undefined:
{
module: “MMM-Reddit”,
position: “top_right”,
config: {
subreddit: ‘earthporn’,
displayType: ‘image’,
imageQuality: ‘high’,
count: 10,
show: 1,
width: 500,
showAll: true,
}
},Some reason, this worked. Maybe a subreddit is messed up up for some reason. Thanks
-
@cowboysdude Thanks for the help. It seems that 50 was too large of a number. Maybe it couldn’t get 50 with the number of subreddits I choose or whatever. Now at 25, and everything else the same, it is running.