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

Any modules that could display a livestream

Scheduled Pinned Locked Moved Unsolved Requests
32 Posts 6 Posters 8.2k 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.
  • T Offline
    tanvir586 @sdetweil
    last edited by Mar 26, 2022, 7:24 PM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • T Offline
      tanvir586 @sdetweil
      last edited by Mar 26, 2022, 7:36 PM

      @sdetweil is there anything I can do to get it work?

      T 1 Reply Last reply Mar 26, 2022, 8:10 PM Reply Quote 0
      • T Offline
        thgmirror @tanvir586
        last edited by Mar 26, 2022, 8:10 PM

        @tanvir586 another idea: have a look at my old post https://forum.magicmirror.builders/topic/14422/solved-displaying-part-of-a-website-google-sheets-graph/2?_=1648325230070 and align it to your needs.
        Thomas

        T 1 Reply Last reply Mar 27, 2022, 1:26 PM Reply Quote 0
        • T Offline
          tanvir586 @thgmirror
          last edited by tanvir586 Mar 27, 2022, 1:30 PM Mar 27, 2022, 1:26 PM

          @thgmirror hi I still didn’t work. I’m posting my html and cofig. and there is no error on log.

          Chart

          and config

          {
          	module: 'MMM-iFrame-Ping',
          	position: 'middle_center',	// This can be any of the regions.
          	config: {
          		// See 'Configuration options' for more information.
          		url: "/modules/mychart.html", //url to display
          		height:"100%", 
          		width:"100%",
          		autoRefresh: true, //set to false for video
          		updateInterval: 1, //in min. Only if autoRefresh: true
          		displayLastUpdate: true,
          		width: "100%", // Optional. Default: 100%
          		height: "400px", //Optional. Default: 100px
          		scrolling: "no" 
          		}
          },
          
          T 1 Reply Last reply Mar 27, 2022, 1:28 PM Reply Quote 0
          • T Offline
            tanvir586 @tanvir586
            last edited by tanvir586 Mar 27, 2022, 1:30 PM Mar 27, 2022, 1:28 PM

            Untitled.png

            T 1 Reply Last reply Mar 27, 2022, 4:33 PM Reply Quote 0
            • T Offline
              thgmirror @tanvir586
              last edited by Mar 27, 2022, 4:33 PM

              @tanvir586 Can you please post the https://maga… link here…it will be easier to check it:-)

              S 1 Reply Last reply Mar 27, 2022, 5:51 PM Reply Quote 0
              • S Offline
                sdetweil @thgmirror
                last edited by Mar 27, 2022, 5:51 PM

                @thgmirror he posted here
                https://forum.magicmirror.builders/topic/16533/any-modules-that-could-display-a-livestream/10?_=1648232499632

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                T 1 Reply Last reply Mar 27, 2022, 9:12 PM Reply Quote 0
                • S sdetweil referenced this topic on Mar 27, 2022, 5:51 PM
                • T Offline
                  thgmirror @sdetweil
                  last edited by Mar 27, 2022, 9:12 PM

                  @tanvir586 OK, no chance with my way…your webside prohibits to display it in an iframe…

                  T 1 Reply Last reply Mar 27, 2022, 11:36 PM Reply Quote 0
                  • T Offline
                    tanvir586 @thgmirror
                    last edited by Mar 27, 2022, 11:36 PM

                    @thgmirror thanks for trying 😊

                    W 1 Reply Last reply Mar 28, 2022, 5:39 PM Reply Quote 0
                    • W Offline
                      wishmaster270 Module Developer @tanvir586
                      last edited by wishmaster270 Mar 28, 2022, 5:45 PM Mar 28, 2022, 5:39 PM

                      @tanvir586
                      Hi,

                      i use MMM-WebView (Repository) to display my NodeRed-Dashboard. Did a quick check and it looks like the Webpage you want to show on your mirror gets displayed.
                      Maybe you want to give it a try.
                      Make sure you set the electron options as suggested in the Readme.

                      I use this configuration:

                              electronOptions: {
                      		webPreferences: {
                      			webSecurity: false,
                      			webviewTag: true,
                      		}
                      	},
                      
                                     {
                      			module: 'MMM-WebView',
                      			position: 'top_center',
                      			config: {
                      			  url: 'https://www.bbc.co.uk/iplayer/live/bbcone',
                      			  width: '500px',
                      			  height: '1000px',
                      			},
                      		},
                      

                      Edit: Checked the Mega-Link as well and it works too.

                      T A 2 Replies Last reply Mar 29, 2022, 12:42 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        16/32
                        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