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

    stevencarp102

    @stevencarp102

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

    stevencarp102 Unfollow Follow

    Latest posts made by stevencarp102

    • RE: electron security warning issue

      @sdetweil I am using the MMM-GroveGestures module with the Grove Gesture Sensor (PAJ7620u2). I configured it so when I gesture “Up” in front of the sensors a 'ARTICLE_MORE_DETAILS’ command is sent to the newsfeed module. ```
      https://github.com/eouia/MMM-GroveGestures

      posted in Troubleshooting
      S
      stevencarp102
    • RE: electron security warning issue

      @sdetweil also, do you have an example config.js perhaps in which the “view more details of the article” feature works?

      FYI, I am using the “Up” gesture with the MMM-GroveGestures module to indicate when the ‘ARTICLE_MORE_DETAILS’ command is sent to the default newsfeed module.

      Thanks for your help by the way!

      posted in Troubleshooting
      S
      stevencarp102
    • RE: electron security warning issue

      @sdetweil Yes, I am using the default newfeed module. I don’t mind having the security warning, but I thought there seems to be a connection to the error that occurs when the software tries to execute the 'ARTICLE_MORE_DETAILS’ command.

      Do you have an RSS feeds URL that you know works when trying to bring up the whole article on the screen with this command?

      posted in Troubleshooting
      S
      stevencarp102
    • electron security warning issue

      My problem is I cannot read content of newsfeed article on the magic mirror display. Some content briefly flashes on screen, then nothing but the errors as described below.

      Whenever I send the ‘newsfeed’ module the ‘ARTICLE_MORE_DETAILS’ command two or more times, I get the following error…"Refused to frame ‘https://www.cnn.com/’ Because an ancestor violates the following Content Security Policy directive: "frame-ancestors ‘self’ https://.cnn.com:"…etc

      I see this error when I run the npm run start:dev command.

      Also, please note I am seeing a warning message as soon as I start the magic mirror display. The warning message says: “Electron Security Warning (Insecure Content-Security-Policy) This render process has either no Content Security. Policy set or a policy with “unsafe-eval” enabled. This exposes uses of this app to unnecessary security risks.”

      I am attempting to access article content from the following RSS feed: “http://rss.cnn.com/rss/cnn_topstories.rss”

      Any help to resolve this issue is appreciated!

      posted in Troubleshooting
      S
      stevencarp102