• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

http request

Scheduled Pinned Locked Moved Development
53 Posts 7 Posters 46.0k Views 6 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.
  • A Offline
    acdacd2
    last edited by Jun 24, 2016, 8:55 PM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • A Offline
      acdacd2
      last edited by Jun 24, 2016, 8:58 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • E Offline
        Eunanibus Module Developer
        last edited by Eunanibus Jun 24, 2016, 9:05 PM Jun 24, 2016, 9:00 PM

        Can you Zip up and upload your config file somewhere I can download it and I’ll take a look? Somewhere like pastebin.

        1 Reply Last reply Reply Quote 0
        • K Offline
          KirAsh4 Moderator
          last edited by KirAsh4 Jun 24, 2016, 9:13 PM Jun 24, 2016, 9:06 PM

          Hey @acdacd2, please use proper Markdown when posting code. It really isn’t that hard to do and it makes it so much easier and pleasant for others to read, and possibly find errors quicker. Specifically you need to use back ticks before and after your code:

               ```
               like so. Note that a back tick is not the same as the normal apostrophe, ` versus ' .
               ```
          

          A Life? Cool! Where can I download one of those from?

          1 Reply Last reply Reply Quote 1
          • E Offline
            Eunanibus Module Developer
            last edited by Jun 24, 2016, 9:33 PM

            @KirAsh4 can you confirm MM startup with my module with this config file?

            The module won’t show any results but MM should boot?

            1 Reply Last reply Reply Quote 0
            • K Offline
              KirAsh4 Moderator
              last edited by Jun 24, 2016, 9:48 PM

              The file ‘status.xml’ doesn’t exist on my system, so it gets a 404 returned, however it does load up, and it does work.

              0_1466804675808_HTTPRequest.png

              A Life? Cool! Where can I download one of those from?

              1 Reply Last reply Reply Quote 0
              • A Offline
                acdacd2
                last edited by Jun 24, 2016, 9:58 PM

                I have the same message with my environment.
                In a browse it’s ok

                1 Reply Last reply Reply Quote 0
                • K Offline
                  KirAsh4 Moderator
                  last edited by Jun 24, 2016, 10:01 PM

                  Right, I have not tested this on an actual rpi … I’m at the office, so I’m running a serveronly setup. I can do an rpi test later, although I suspect it will still work, as opposed to resulting in a blank screen. It returns the error as expected when it can’t find the file.

                  A Life? Cool! Where can I download one of those from?

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    acdacd2
                    last edited by Jun 24, 2016, 10:04 PM

                    with a browser on the pi, it’s also ok

                    1 Reply Last reply Reply Quote 0
                    • E Offline
                      Eunanibus Module Developer
                      last edited by Jun 24, 2016, 11:24 PM

                      @KirAsh4 I’ve isolated the issue as a Cross-Domain Access issue. Do you know of any particular way to make XMLHTTPRequests to external domains?

                      I wasn’t aware this would be an issue but apparently anybody who wants to use this and map to an external domain will have this issue unless they have a running PHP server that can store the XML results locally (or if they can access a server, they can add the line Access-Control-Allow-Origin: * to their HTML headers.

                      Any ideas?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 3 / 6
                      3 / 6
                      • First post
                        29/53
                        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