• 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.

Help,please. iFrame wont display ANYTHING // Already read ALL other Threads regarding that

Scheduled Pinned Locked Moved Troubleshooting
iframetroubleshootmodule
5 Posts 2 Posters 2.0k 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.
  • ? Offline
    A Former User
    last edited by A Former User Mar 5, 2018, 6:33 PM Mar 5, 2018, 6:29 PM

    So as the Title may gave it away, I was trying to implement this MMM-iframe .

    But its not displaying anything. The URL was found in this Forum seemed to be working for others thats why I used it for testing.

    When I check the Console it keeps getting a GET Error on localhost:8080/(some random letter) like :" GET http://localhost:8080/t 404 (Not Found)"
    Sometimes its c instead of t etc.
    Openweather its throwing me GET errors too but works flawlessly as well as the Calender GET errors but working perfectly.

    Also tried running node server and checking browser, no luck.

    I’d appreciate any help

    Thanks

    {
                            module: 'iFrame',
                            position: 'top_center', 
                            config: {
                           
                                    scrolling: "no",
                                    url: "http://service.mta.info/ServiceStatus/status.html?widget=yes", 
                                    updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds
                                    width: "300px", // Optional. Default: 100%
                                    height: "100px", //Optional. Default: 100px
                            }
                    },
    
    S 1 Reply Last reply Mar 5, 2018, 8:40 PM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @Guest
      last edited by Mar 5, 2018, 8:40 PM

      @LuiDavinci you have two main issues, first the module is MMM-iFrame and not iFrame, second the url has to be an array url: ["http://service.mta.info/ServiceStatus/status.html?widget=yes"], with those changes I can see it on my monitor.

      Furthermore, the documentation gives no details about a scrolling config option https://github.com/alberttwong/MMM-iFrame#configuration-options

      Please create a github issue if you need help, so I can keep track

      ? 1 Reply Last reply Mar 5, 2018, 8:49 PM Reply Quote 0
      • ? Offline
        A Former User
        last edited by Mar 5, 2018, 8:47 PM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @strawberry 3.141
          last edited by Mar 5, 2018, 8:49 PM

          @strawberry-3.141 already tried both of those things, then I renamed the Module everywhere to iFrame… however after your Suggestions I changed everything back and tried it with an Array and MMM-iFrame… and still nothing… unfortunately

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by Mar 5, 2018, 9:09 PM

            Ok I “solved” it… I did the first freaking rule, I deleted the Module and reinstalled it, and now it works I didnt change anything in the config file… smh

            BTW: yes scrolling is an option, its not in the Docs but if you check the actual files you see that it is possible

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              1/5
              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