MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Display a Web Page

    General Discussion
    7
    9
    9851
    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.
    • J
      Jayh391 last edited by

      Is there a module to display a web Page?

      strawberry 3.141 1 Reply Last reply Reply Quote 0
      • J
        jeremytripp last edited by

        Not that I’ve seen. There’s a list of all known 3rd party modules here.

        Might be an easy one to get your feet wet in building your own module.

        1 Reply Last reply Reply Quote 0
        • D
          d3r last edited by

          Hey guys,
          I would like to do build a similar module.
          I have looked at the build your own module guide and I am still lost. Can someone point me in the right direction?

          1 Reply Last reply Reply Quote 0
          • strawberry 3.141
            strawberry 3.141 Project Sponsor Module Developer @Jayh391 last edited by

            @Jayh391 do you want to display a webpage with an iframe?

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

            J 1 Reply Last reply Reply Quote 0
            • J
              Jayh391 @strawberry 3.141 last edited by

              @strawberry-3.141
              Yes an iframe would work just fine.

              thanks

              strawberry 3.141 1 Reply Last reply Reply Quote 0
              • strawberry 3.141
                strawberry 3.141 Project Sponsor Module Developer @Jayh391 last edited by

                @Jayh391 I would just go for the approach from the halloween thread

                {     module: "helloworld",
                      position: "top_right",  
                      config: {
                                text: "<iframe src='YOUR_URL' style='height: 500px; width: 300px;'></iframe>"
                               }
                 },
                

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

                ? 1 Reply Last reply Reply Quote 1
                • ?
                  A Former User @strawberry 3.141 last edited by

                  @strawberry-3.141 said in Display a Web Page:

                  @Jayh391 I would just go for the approach from the halloween thread

                  {     module: "helloworld",
                        position: "top_right",  
                        config: {
                                  text: "<iframe src='YOUR_URL' style='height: 500px; width: 300px;'></iframe>"
                                 }
                   },
                  

                  Interesting, any ref on getting the rss feed list when selected on any ‘one’ article to open in the i-frame?

                  1 Reply Last reply Reply Quote 0
                  • J
                    jasondreher last edited by

                    What is this “halloween thread” people keep referring to? I have seen it a few times and cannot find it.

                    Unbored 1 Reply Last reply Reply Quote 0
                    • Unbored
                      Unbored @jasondreher last edited by

                      @jasondreher

                      I think this is it
                      https://forum.magicmirror.builders/topic/706/halloween-mirror-ghouls-anyone

                      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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy