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 403 error

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    8 Posts 3 Posters 106 Views 3 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.
    • K Offline
      kasperb
      last edited by

      Hello - for some reason my mirror was throwing some errors, so I decided on a fresh install. All is working fine again, but the MMM-Reddit module is now throwing the following errror:

      1|MagicMirror | [2025-10-08 21:10:31.589] [ERROR] Error fetching Reddit data: 403 Blocked

      I did various troubleshooting steps, incl. using the original config with the default module config (see below).

      Any idea what could cause this? My Mirror is up to date, and there are no other errors currently.

      		 {
                  module: "MMM-Reddit",
                  position: "bottom_left",
                  disabled: false,
                  config: {
                      subreddit: ['television', 'science', 'nottheonion'],
                      headerType: 'chained',
                      displayType: 'image',
                      count: 14,
                      show: 1,
                      width: 400,
                      showAll: true,
                      showScore: false,
                      showSubreddit: true,
                      colorText: false,
                      showThumbnail: false,
                  }
              },
      
      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @kasperb
        last edited by sdetweil

        @kasperb looks like Reddit has changed the api
        So I would open an issue on the module GitHub page
        I would also look thru other issues to see if other users encountered this

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          kasperb @sdetweil
          last edited by

          @sdetweil

          Thanks. Issue created created.

          mumblebajM 2 Replies Last reply Reply Quote 0
          • mumblebajM Offline
            mumblebaj Module Developer @kasperb
            last edited by

            @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.

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/

            1 Reply Last reply Reply Quote 0
            • mumblebajM Offline
              mumblebaj Module Developer @kasperb
              last edited by

              @kasperb Just tested and it works fine for me.
              c8c38e4f-176d-4548-8c8e-34b477eb6f92-image.png

              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,
                          }
                      }
              

              Check out my modules at: https://github.com/mumblebaj?tab=repositories
              Check my blog-post: https://mumblebaj.xyz/

              K 1 Reply Last reply Reply Quote 0
              • K Offline
                kasperb @mumblebaj
                last edited by

                @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…).

                mumblebajM 1 Reply Last reply Reply Quote 0
                • mumblebajM Offline
                  mumblebaj Module Developer @kasperb
                  last edited by mumblebaj

                  @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 time

                  So, 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.

                  Check out my modules at: https://github.com/mumblebaj?tab=repositories
                  Check my blog-post: https://mumblebaj.xyz/

                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @mumblebaj
                    last edited by

                    @mumblebaj his config is shown here
                    https://forum.magicmirror.builders/post/128513

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    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