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.

    Display a Web Page

    Scheduled Pinned Locked Moved General Discussion
    9 Posts 7 Posters 11.8k Views 8 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.
    • J Offline
      Jayh391
      last edited by

      Is there a module to display a web Page?

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • J Offline
        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 Offline
          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.141S Offline
            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 Offline
              Jayh391 @strawberry 3.141
              last edited by

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

              thanks

              strawberry 3.141S 1 Reply Last reply Reply Quote 0
              • strawberry 3.141S Offline
                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
                • ? Offline
                  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 Offline
                    jasondreher
                    last edited by

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

                    UnboredU 1 Reply Last reply Reply Quote 0
                    • UnboredU Offline
                      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 Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy