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 12.3k 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
      adrien00
      last edited by

      In particular i want to be able to display bbc one from the live iplayer (https://www.bbc.co.uk/iplayer/live/bbcone), such that the news could be watched in the morning! can this video be directly embedded into a module?

      JerryPJ 1 Reply Last reply Reply Quote 0
      • JerryPJ Offline
        JerryP @adrien00
        last edited by

        @adrien00

        		{
        		module: 'MMM-iFrame-Ping',
        		position: 'middle_center',	// This can be any of the regions.
        		config: {
        			// See 'Configuration options' for more information.
        			url: "https://", //url to display
        			height:"100%", 
        			width:"100%",
        			autoRefresh: false, //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 Reply Quote 0
        • T Offline
          tanvir586 @JerryP
          last edited by

          @JerryP does it work with the latest mm?

          JerryPJ 1 Reply Last reply Reply Quote 0
          • JerryPJ Offline
            JerryP @tanvir586
            last edited by

            @tanvir586
            For me in Holland is the BBC live stream no go. Butt YouTube or a other site is working at mini mirror version 2.18

            T 1 Reply Last reply Reply Quote 0
            • T Offline
              tanvir586 @JerryP
              last edited by

              @JerryP I installed it today but I get black screen. I wanted to display a website (not youtube or any live stream site). Can you post your config if it’s ok with you.

              JerryPJ S 2 Replies Last reply Reply Quote 0
              • JerryPJ Offline
                JerryP @tanvir586
                last edited by

                @tanvir586

                the config is on top

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @tanvir586
                  last edited by

                  @tanvir586 black screen see
                  https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  T 1 Reply Last reply Reply Quote 0
                  • T Offline
                    tanvir586 @sdetweil
                    last edited by

                    @sdetweil thanks mate. It worked. But unfortunately my website is not showing. Its showing everything els but not mine.

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @tanvir586
                      last edited by

                      @tanvir586 open the developers window, ctrl-shift-i, select the console tab and scroll up to see any error messages, usually red text

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      T 2 Replies Last reply Reply Quote 0
                      • T Offline
                        tanvir586 @sdetweil
                        last edited by

                        @sdetweil 0|MagicMir | [26.03.2022 18:28.36.253] [ERROR] (node:19533) electron: Failed to load URL: https://mawaqit.net/en/shah-jalal-mosque-cardiff-cf24-4nj-united-kingdom with error: ERR_BLOCKED_BY_RESPONSE

                        S 1 Reply Last reply Reply Quote 1
                        • S Offline
                          sdetweil @tanvir586
                          last edited by

                          @tanvir586 yep. basically they check to see if you requested the info from their site page

                          https://stackoverflow.com/questions/69243166/err-blocked-by-response-notsameorigin-cors-policy-javascript

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          T 1 Reply Last reply Reply Quote 0
                          • T Offline
                            tanvir586 @sdetweil
                            last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              tanvir586 @sdetweil
                              last edited by

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

                              thgmirrorT 1 Reply Last reply Reply Quote 0
                              • thgmirrorT Offline
                                thgmirror @tanvir586
                                last edited by

                                @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 Reply Quote 0
                                • T Offline
                                  tanvir586 @thgmirror
                                  last edited by tanvir586

                                  @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 Reply Quote 0
                                  • T Offline
                                    tanvir586 @tanvir586
                                    last edited by tanvir586

                                    Untitled.png

                                    thgmirrorT 1 Reply Last reply Reply Quote 0
                                    • thgmirrorT Offline
                                      thgmirror @tanvir586
                                      last edited by

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

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @thgmirror
                                        last edited by

                                        @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

                                        thgmirrorT 1 Reply Last reply Reply Quote 0
                                        • S sdetweil referenced this topic on
                                        • thgmirrorT Offline
                                          thgmirror @sdetweil
                                          last edited by

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

                                          T 1 Reply Last reply Reply Quote 0
                                          • T Offline
                                            tanvir586 @thgmirror
                                            last edited by

                                            @thgmirror thanks for trying 😊

                                            wishmaster270W 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • 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