MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Oneil25
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    Oneil25

    @Oneil25

    0
    Reputation
    235
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Oneil25 Unfollow Follow

    Latest posts made by Oneil25

    • RE: default newsfeed and iframe

      I have not yet. Reading the newsfeed readme it looks like it may have to do with x-frame options of the source. I have to confess though I have no idea where to view a site’s x-frame options header or how to find news feeds with x-frame options that are favorable for embedding into an iframe.

      posted in Troubleshooting
      O
      Oneil25
    • RE: default newsfeed and iframe

      @AxLed Yup, I have done that the first press opens the short summary as expected the second press opens a blank/black iframe. This is using the default rss feed of:

      {
      module: “newsfeed”,
      position: “bottom_bar”,
      config: {
      feeds: [
      {
      title: “New York Times”,
      url: “http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml”
      }
      ],
      showSourceTitle: true,
      showPublishDate: true
      }
      },

      posted in Troubleshooting
      O
      Oneil25
    • News Feed full article won't display.

      I am trying to get a full news article from the default newsfeed to display when I press a button though it seems to display a blank iframe. I’m guessing it has something to do with the X-frame options not set correctly according to what I read on the newsfeed module git page. Is this x-frame option thing something I can set? Or how do I tell which news rss sites will allow embedding into an i-frame? Sorry I have basically no .js or xml experience so this is all pretty new to me.

      Running MM 2.3.1.btw with electron 1.4.15

      posted in Troubleshooting
      O
      Oneil25
    • RE: default newsfeed and iframe

      I too am having this issue. Saw something having to do with a site having the appropriate X-frame options settings, though can’t figure out how to tell which sites do or do not have the correct settings. :(

      posted in Troubleshooting
      O
      Oneil25