MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    UNSOLVED NEWSFEED - Impossible to display full article

    Troubleshooting
    2
    6
    257
    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
      selyjohns last edited by

      Hello everyone,

      I want to see details of current news displayed with notification ARTICLE_MORE_DETAIL or ARTICLE_TOGGLE_FULL notification, but this is not functionnal (just display black screen)

      Logs

      0 | mm
      (node:26811) electron: Failed to load URL: https://XXX  with error:ERR_BLOCKED_BY_RESPONSE
      

      I think this is because the website block iframe to avoid click-jacking (https://stackoverflow.com/questions/48668767/error-when-loading-an-external-url-in-an-iframe-with-electron), so there is no possibilities in this case ?

      Thank you for your help !

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @selyjohns last edited by sdetweil

        @selyjohns try changing the
        address:“localhost”,
        to
        address::“your local machinbe ip address”,

        my pi is 192.168.2.44

        so
        address:“192.168.,2.44”,

        Sam

        Create a working config
        How to add modules

        S 1 Reply Last reply Reply Quote 0
        • S
          selyjohns @sdetweil last edited by

          @sdetweil
          Thank you for your reply.
          I don’t undersrand where you want I’ll do this change ?

          Thank you

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @selyjohns last edited by

            @selyjohns in the MagicMirror config.js

            Sam

            Create a working config
            How to add modules

            S 1 Reply Last reply Reply Quote 0
            • S
              selyjohns @sdetweil last edited by

              @sdetweil I think you speak about the address parameter in the let config

              let config = {
                      address: "0.0.0.0",     // Address to listen on, can be:
                                                                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                                                                      // - another specific IPv4/6 to listen on a specific interface
                                                                      // - "0.0.0.0", "::" to listen on any interface
                                                                      // Default, when address config is left out or empty, is "localhost"
                      port: 8080,
              
              

              Was 0.0.0.0, replace with local IP of the Pi, but not better…

              1 Reply Last reply Reply Quote 0
              • S
                selyjohns last edited by

                Try it with this RSS feed : https://actu.fr/toulouse/rss.xml

                Did you successful display article in an iframe ?

                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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy