MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Reddit: Can't use with only one subreddit

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 577 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V Offline
      vilhelmr
      last edited by

      Hello,
      I’m very new to magic mirrors, and so maybe my issue is obvious, and in that case I’m sorry. I’m trying to use the mmm-reddit module to pull from just one subreddit, but it’ll only work for me, if I set it to multiple subreddits.

      Here’s the setup that doesn’t work for me:

      {
      		  module: "MMM-Reddit",
      		  position: "top_right",
      		  config: {
      			subreddit: ["showerthoughts"],
      			showHeader: false,
      			headerType: "sentence",
      			displayType: "headlines",
      			count: 4,
      			show: 4,
      			width: 360,
      			showRank: false,
      			showScore: false,
      			showSubreddit: false,
      			showNumComments: false,
      			colorText: false,
      			showThumbnail: false,
      			showGilded: false,
            		}
      		},
      

      Here’s the setup that does work for me:

      {
      		  module: "MMM-Reddit",
      		  position: "top_right",
      		  config: {
      			subreddit: ["NintendoSwitch", "Showerthoughts", "Denmark"],
      			showHeader: false,
      			headerType: "sentence",
      			displayType: "headlines",
      			count: 4,
      			show: 4,
      			width: 360,
      			showRank: false,
      			showScore: false,
      			showSubreddit: false,
      			showNumComments: false,
      			colorText: false,
      			showThumbnail: false,
      			showGilded: false,
            		}
      		},
      

      Any good suggestions? I’m kind of lost 😕.

      Thank you very much!

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy