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-News and BBC

    Scheduled Pinned Locked Moved Solved Troubleshooting
    40 Posts 4 Posters 10.2k Views 4 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.
    • S Offline
      sdetweil @DarrenHill
      last edited by

      @DarrenHill domins or sources must be inside the much more complex query section of the config

      see the doc

                          query: {
                                  country: "",
                                  category: "",
                                  q: "",
                                  qInTitle: "",
                                  sources: "",
                                  domains: "cnn.com,nytimes.com,news24.com",
                                  excludeDomains: "",
                                  language: ""
                          }
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • mumblebajM Online
        mumblebaj Module Developer @DarrenHill
        last edited by sdetweil

        @DarrenHill MMM-NewsAPI has a whole lot more configs. See below sample.

        {
                                module: "MMM-NewsAPI",
                                header: "news",
                               //  disabled: true,
                                position: "bottom_bar",
                                pages: {"sport": "bottom_bar"},
                                config: {
                                        apiKey: <api-key>,
                                        type: "horizontal",
                                        choice: "everything",
                                        pageSize: 20,
                                        sortBy: "publishedAt",
                                        drawInterval: 1000*30,
                                        templateFile: "template.html",
                                        fetchInterval: 1000*60*60,
                                        query: {
                                                country: "",
                                                category: "",
                                                q: "",
                                                qInTitle: "",
                                                sources: "",
                                                domains: "bbc.co.uk",
                                                excludeDomains: "",
                                                language: ""
                                                }
                                        }
        				},

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

        D S 2 Replies Last reply Reply Quote 0
        • D Offline
          DarrenHill @mumblebaj
          last edited by DarrenHill

          @mumblebaj - Thanks for the support, and for both modules.

          Unfortunately that gives me a headline in Spanish (I think) about Apple iPhone 14 with “undefined” below it.

          I also tried your everything example configs from your GH page and got a similar layout (headline and undefined).

          I’m beginning to think NewsAPI itself is screwed for me unfortunately, so we may be onto a loser here regardless of module.

          mumblebajM 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @mumblebaj
            last edited by

            @mumblebaj i commented out your disabled: true,

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • mumblebajM Online
              mumblebaj Module Developer @DarrenHill
              last edited by

              @DarrenHill That is very weird as the configs seem to work for me and the other guys who have tried to assist thus far.

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

              D S 2 Replies Last reply Reply Quote 0
              • D Offline
                DarrenHill @mumblebaj
                last edited by DarrenHill

                @mumblebaj - Yes, as I said I’m starting to think that your modules are both working fine, but the API feed I’m getting from NewsAPI is somehow corrupted and they are universally having issues with it.

                I can’t create a new API key as it won’t let me (it says they don’t support UK now if you try and create a new key from here), and I guess that might be related somehow?

                4223b88d-2348-4c14-8963-bdfe989b087c-image.png

                So I think we might be at a dead end here unfortunately with anything that’s using that API as its source.

                mumblebajM S 2 Replies Last reply Reply Quote 0
                • mumblebajM Online
                  mumblebaj Module Developer @DarrenHill
                  last edited by

                  @DarrenHill The data coming through is fine as it works for me with the source that you provided. Not sure why you not able to create an API key though. I just tested creating another API Key and that worked as well. Unfortunately I am not able to assist with getting a key created.

                  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
                  • S Offline
                    sdetweil @DarrenHill
                    last edited by

                    @DarrenHill see my chat message

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    D 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @mumblebaj
                      last edited by

                      @mumblebaj newsapi.org free is only 100 calls per day

                      I guess 4/hour is ok

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        DarrenHill @sdetweil
                        last edited by DarrenHill

                        @sdetweil - thanks - tried your API key and it gives exactly the same results as my original one.

                        I also put my original API key into the chat, if you have time and are able could you test it for me?

                        I’m starting to think that for some reason NewsAPI cannot provide a proper service to UK IP addresses or something like that.

                        And I guess if that’s the case then we’re stuck, as everything provided by MM and you guys is all working fine, it’s just their API data that is for some reason messed up.

                        By the way, can I take this moment to also thank both you and @mumblebaj for the support to look into this.

                        D 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 4 / 4
                        • 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