MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. thgmirror
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 12
    • Posts 135
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Any modules that could display a livestream

      @tanvir586 the DIV-tags in the html-file are working like a passe-partout to see only a region of a given website.
      Do you have an example how it looks now?
      Greetings from Germany

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Any modules that could display a livestream

      @tanvir586
      The positions are sometimes a little bit tricky…if you have two or more at the same place, they are sorted by appearance in the config.js.

      You should try to reduce the width and height of the SmartWebDisplay as small as possible.
      58b7e9d5-8524-4b4c-9004-3395485fdfb5-image.png
      May be, your widget is in real as wide as red-marked in this screenshot, so you wasted a lot of space. First, you can temporarly change the background-color of the html-file (body bgcolor=#123456) to see the needed space at a glance. Change there the amount of pixels and percentages. Additionally change the height and width in SmartWebDisplay.
      If nothing helps, start with your Widget and add one by one your other modules.

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Any modules that could display a livestream

      @tanvir586
      I used MMM-SmartWebDisplay…
      This in config.js

      //#################################################################################
      		{
      			disabled: false,
      			module: 'MMM-SmartWebDisplay',
      			position: 'top_left',
      			config: {
      				// See 'Configuration options' for more information.
      				logDebug: false, 
      				height: "1300", 
      				width:"355%", 
                 	                updateInterval: 0, 
                                      NextURLInterval: 0, 
       				displayLastUpdate: false,
                                      url: ["/modules/widget.html"],
      				}
      		},
      //#################################################################################
      

      leads to
      e0ba9ad1-67ca-4c10-97aa-5061ab9cd8b6-image.png

      Eventually play around with the height and width-parameter in config.js and also in the html-file to get the best results.

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Any modules that could display a livestream

      @tanvir586 second try:-)

      <HTML>
      <HEAD>
      <TITLE>YYYYY</TITLE>
      </HEAD>
      <body bgcolor=#000000>
      
      <div style="border: none; overflow: hidden; max-width: 900px; max-height: 370px">
      <iframe scrolling="no" src="https://mawaqit.net/en/w/al-falah-centre-cardiff?showOnly5PrayerTimes=0" 
      style="border: none;  margin-top: 0px; margin-left: -6px; height: 1200px; width: 900px">
      </iframe>
      </div>
      
      </body>
      </HTML>
      

      Store this as a local html-file and add it as url to you prefered module. I hide the cookie-question outside the visible region. So it is still there but it will not bother you. Good luck!!!
      Thomas

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Any modules that could display a livestream

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

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Any modules that could display a livestream

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

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Any modules that could display a livestream

      @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

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      @TvE That is my experimental setup:

      333da9b0-4678-404c-88eb-5b5ae9c65ba4-image.png

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Sending Notification to html-file!?!?

      @sdetweil yes, and that is my question…if there is a way to call functions in an html.

      posted in Development
      thgmirrorT
      thgmirror
    • Sending Notification to html-file!?!?

      Hi,
      Is it possible, to send notifications to a html?
      I would like to use this nice methode to call javascript-functions in a local-stored html-file.
      If possibel, an example would be helpful.

      posted in Development
      thgmirrorT
      thgmirror
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 13
    • 14
    • 6 / 14