Read the statement by Michael Teeuw here.
MMM-Reddit 403 error
-
@kasperb Hi. I will have a look this afternoon at the issue you logged. Just logging on to test first. It was working a few days ago.
-
@kasperb Just tested and it works fine for me.
Do you mind sharing your config?
This is my config:{ module: "MMM-Reddit", position: "bottom_left", disabled: false, config: { subreddit: ['television', 'science','nottheonion'], //'television', 'science', headerType: 'chained', displayType: 'image', count: 13, show: 1, width: 500, //showAll: false, showScore: false, showSubreddit: true, colorText: false, showThumbnail: true, } }
-
@mumblebaj Thanks - mine is (partially) working now as well. It came back this morning, so it must have been a Reddit API glitch. I’m going to experiment a bit more over the weekend, as it’s not showing all my posts (config says 10, but it fluctuates between 1 and 4…).
-
@kasperb Ok cool. The API changes has not affected the module. Are you showing Headlines or Image?
The config has a
count = total posts to get
show = number posts to show at the same timeSo, if you have count set to 10 and you have show set to 4 and the total posts it received from the subreddit = 10 then it will show 4 then page the next 4 then the last 2 etc. All depends on how your config is set and how many posts it pulls from all the subreddits you specified.
-
@mumblebaj his config is shown here
https://forum.magicmirror.builders/post/128513