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.

    NEWSFEED - Impossible to display full article

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 2 Posters 986 Views 2 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
      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 Offline
        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

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          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 Offline
            sdetweil @selyjohns
            last edited by

            @selyjohns in the MagicMirror config.js

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              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 Offline
                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 Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy