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

MMM-SmartWebDisplay : display web contents (including YouTube) on your MM

Scheduled Pinned Locked Moved Utilities
89 Posts 35 Posters 88.6k Views 38 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.
  • N Offline
    Newtothis @AgP42
    last edited by Sep 27, 2019, 10:33 AM

    @AgP42 No worries! Thanks for the reply :)

    1 Reply Last reply Reply Quote 0
    • U Offline
      ueffchen
      last edited by ueffchen Sep 30, 2019, 6:23 AM Sep 30, 2019, 6:20 AM

      Hi
      the module loads initially after updating config.js or rebooting the MM, but it doesn’t refresh the iframe.
      Is there anything in the settings that I should do different?
      Thanks, ueffchen

      {
      		module: 'MMM-SmartWebDisplay',
      		position: 'top_right',	// This can be any of the regions.
      		config: {
      			// See 'Configuration options' for more information.
      			logDebug: false, //set to true to get detailed debug logs. To see them : "Ctrl+Shift+i"
      			height:"330px", //hauteur du cadre en pixel ou %
      			width:"330px", //largeur
                     		updateInterval: 30, //in min. Set it to 0 for no refresh (for videos)
                      	NextURLInterval: 30, //in min, set it to 0 not to have automatic URL change. If only 1 URL given, it will be updated
                      	displayStateInfos: false,	//to display if the module is on autoloop, or stop. 
                      	displayLastUpdate: false, //to display the last update of the URL
      			displayLastUpdateFormat: 'ddd - HH:mm:ss', //format of the date and time to display
                      	url: ["https://gadgets.buienradar.nl/gadget/zoommap/?lat=51.29724&lng=6.84929&overname=2&zoom=11&naam=ratingen&size=2b&voor=1"],         	
      			scrolling: "no" // allow scrolling or not. html 4 only
      			}
      	},
      
      
      A A 2 Replies Last reply Oct 6, 2019, 7:25 PM Reply Quote 0
      • A Offline
        Alain @ueffchen
        last edited by Oct 6, 2019, 7:25 PM

        @ueffchen I have the exact same problem. However, for some reason, when I turn the “displayLastUpdate:” to “true”, it begins updating at the interval set in “updateInterval”. Turn it back to “false”, and it stops updating.

        Not ideal, since it displays a line of information I don’t want to see; but it does refresh.

        If someone could help, I would appreciate it too!

        Thank you
        Alain

        A 1 Reply Last reply Oct 7, 2019, 6:28 PM Reply Quote 0
        • A Offline
          AgP42 Project Sponsor Module Developer @ueffchen
          last edited by Oct 7, 2019, 6:27 PM

          @ueffchen said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

          Hi
          the module loads initially after updating config.js or rebooting the MM, but it doesn’t refresh the iframe.
          Is there anything in the settings that I should do different?
          Thanks, ueffchen

          {
          		module: 'MMM-SmartWebDisplay',
          		position: 'top_right',	// This can be any of the regions.
          		config: {
          			// See 'Configuration options' for more information.
          			logDebug: false, //set to true to get detailed debug logs. To see them : "Ctrl+Shift+i"
          			height:"330px", //hauteur du cadre en pixel ou %
          			width:"330px", //largeur
                         		updateInterval: 30, //in min. Set it to 0 for no refresh (for videos)
                          	NextURLInterval: 30, //in min, set it to 0 not to have automatic URL change. If only 1 URL given, it will be updated
                          	displayStateInfos: false,	//to display if the module is on autoloop, or stop. 
                          	displayLastUpdate: false, //to display the last update of the URL
          			displayLastUpdateFormat: 'ddd - HH:mm:ss', //format of the date and time to display
                          	url: ["https://gadgets.buienradar.nl/gadget/zoommap/?lat=51.29724&lng=6.84929&overname=2&zoom=11&naam=ratingen&size=2b&voor=1"],         	
          			scrolling: "no" // allow scrolling or not. html 4 only
          			}
          	},
          
          

          Hi @ueffchen,

          when I test the url on iFrame tester (here : iFrame), I don’t need any refresh, the radar is live display without any refresh.
          Isn’t it the same on the mirror ?

          Otherwise on the config, as you have only 1 URL, this param "NextURLInterval: 30, " has to be set to 0 (but it cannot be the reason of non-refresh…)

          And as you set the "updateInterval: 30, ", then here you request a refresh every 30 MINUTES, was it the refresh you wanted ?

          Bye,
          AgP

          1 Reply Last reply Reply Quote 0
          • A Offline
            AgP42 Project Sponsor Module Developer @Alain
            last edited by Oct 7, 2019, 6:28 PM

            @Alain said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

            @ueffchen I have the exact same problem. However, for some reason, when I turn the “displayLastUpdate:” to “true”, it begins updating at the interval set in “updateInterval”. Turn it back to “false”, and it stops updating.

            Not ideal, since it displays a line of information I don’t want to see; but it does refresh.

            If someone could help, I would appreciate it too!

            Thank you
            Alain

            Hello @Alain ,

            yes strange behavior indeed !

            Could you please share your full config to check what could be wrong ?

            Thanks,
            AgP

            A 1 Reply Last reply Nov 3, 2019, 6:34 PM Reply Quote 0
            • P Offline
              Phil__
              last edited by Phil__ Oct 8, 2019, 5:55 PM Oct 8, 2019, 5:39 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • B Offline
                brotherbrown831
                last edited by Oct 15, 2019, 10:25 PM

                I have seen a few examples of people displaying Action-tiles URLs in the MM. The action-tiles team does not allow username and passwords to be passed in the URL, the user must login to Action-tiles and then can navigate directly to the URL. Is there a solution to this requirement within SmartWebDisplay?

                A B 2 Replies Last reply Oct 22, 2019, 7:38 PM Reply Quote 0
                • A Offline
                  AgP42 Project Sponsor Module Developer @brotherbrown831
                  last edited by Oct 22, 2019, 7:38 PM

                  @brotherbrown831
                  sorry but I don’t understand what you want to do, do you want to use a URL with a name and password on it ?
                  Or do you want to use a pop up to log in and then access a URL ?
                  You say “the action-tiles team”, what it this ? Do you have any documentation ?

                  Thanks for a bit more detail ;-)

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    AgP42 Project Sponsor Module Developer @Newtothis
                    last edited by Oct 22, 2019, 7:52 PM

                    @Newtothis @rafaelcota

                    You asked the compatibility with the module MMM-TelegramBot, and I finally took the time today to integrate it.

                    It is in “beta” so far, I must now write the documentation (really less fun that writing code :smiling_face_with_halo: )

                    The code is here : https://github.com/AgP42/MMM-SmartWebDisplay/tree/beta, if you could test and let me know your feedback it will be very appreciated !!

                    The commands are (still time to change them if you don’t like thoses ones…) :
                    /swd_next
                    /swd_prev
                    /swd_play
                    /swd_pause
                    /swd_stop
                    /swd_url (then the url you want to display on your MagicMirror)
                    for example “/swd_url http://magicmirror.builders/”

                    for the URL I didn’t give the possibility to send a list, but could be improved.

                    Thanks for your feedback !

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      AgP42 Project Sponsor Module Developer
                      last edited by Oct 23, 2019, 6:40 PM

                      Hello,

                      I finalize the version, it is now available for everyone !

                      To update (as every module) :

                      cd ~/MagicMirror/modules/MMM-SmartWebDisplay
                      git pull
                      

                      Enjoy ;-)

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 5 / 9
                      • 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