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

    Posts

    Recent Best Controversial
    • RE: Two way mirror order for USA

      @jsmitty311 said in Two way mirror order for USA:

      looks interesting…so total cost for 24" x 14" no polishing would be $128.32 including shipping to TX? i assume this would be ground shipping.

      What is ground shipping?

      posted in Hardware
      foxF
      fox
    • RE: My Square MagicMirror - Wooden Frame

      #very Nice @istepgueu

      posted in Show your Mirror
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h said in Display web widget on mirror through iFrame?:

      @fox said in Display web widget on mirror through iFrame?:

      https://github.com/TheBogueRat/MMM-iFrameReload

      Actually I Didn’t know there two different iframe modules.
      I’m glad you work out this

      I think the diffference is, that the Reload-module can update the content.
      Thank you :)

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h

      I got it… really weird:
      This works: https://github.com/desertblade/iFrame

      This does not work: https://github.com/TheBogueRat/MMM-iFrameReload

      alt text

      I checke the posts in this tread and i saw that you are using iFrame instead of iFrameReload :)

      Now i must update this but i will likely do this with shedule updater. Thank you michael

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      I also copied the html file to the Magic-Mirror-Raspi:
      http://192.168.188.25:8080/modules/MMM-iFrameReload/index.html

                      {
                              module: "MMM-iFrameReload",
                              position: "top_right",
                              header: "",
                              config: {
                                      url: "http://192.168.188.25:8080/modules/MMM-iFrameReload/index.html",
                                      width: "100%",
                                      height: "100%px"
                              }
                      },
      
      

      Also no effect

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h said in Display web widget on mirror through iFrame?:

      can you open this html doc from anather machine ? in local network
      if not you not sharing this document called .html in local net

      Now i have created also a folder “pool” and point to the folder (file is now index.html) and the config points only to the folder. but also no effect.
      alt text

      Also checked with another computer in same network, the PC shows the page… Only mm, respective the MMM-iFrame module does not show the content

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      I changed it to the local ip:
      alt text

      also the config

                      {
                              module: "MMM-iFrameReload",
                              position: "top_right",
                              header: "",
                              config: {
                                      url: "http://192.168.188.30/home.html",
                                      width: "100%",
                                      height: "100%px"
                              }
                      },
      
      

      then restarted mm but still nothing :(

      alt text
      Despite, thank you very much @michael24h that you help me in such details :)

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h said in Display web widget on mirror through iFrame?:

      @fox
      I share on my local net. photo album

      http://192.168.0.12/photo/#!Albums!0_1489511516394_Screen Shot 2017-03-14 at 17.09.56.png

      Ok i understand. But why is it not working on my screen :(

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      Here is the output of home.html:
      alt text

      alt text

      posted in Troubleshooting
      foxF
      fox
    • RE: http request

      Could someone please post a sample xml file that works?
      I dont know how to generate my xml file correctly.

      posted in Development
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h said in Display web widget on mirror through iFrame?:

      @fox said in Display web widget on mirror through iFrame?:

      /192.168.188.30

      Because this address /192.168.188.30 its not live, your pulling doc with .html
      Give a shot on local network printer, as long as printer have web

      I dont understand your answer but it think you mean perhaps that Local IPs in the same network (Magic mirror and IP) are not allowed?
      I also checked the DNS name of 192.168.188.30.

      Note:
      There is a second raspi who gets temperatures. It’s in the same homenetwork. I can also take the hostname (poolpi) like:

                      {
                              module: "MMM-iFrameReload",
                              position: "top_center",
                              header: "",
                              config: {
                                      url: "http://poolpi/home.html",
                                      width: "100%",
                                      height: "100%px"
                              }
                      },
      

      But no effect. No content is showing

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      I changed it but no effect:

                      {
                              module: "MMM-iFrameReload",
                              position: "top_right",
                              header: "",
                              config: {
                                      url: "http://192.168.188.30/home.html",
                                      width: "100%",
                                      height: "150px"
                              }
                      },
      
      

      top right is the position and it shows only a scroll element
      alt text

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h said in Display web widget on mirror through iFrame?:

      http://cdnx.tribalfusion.com/media/6869616/assets/video1.mp4

      You mean that i change my config of iFrame with your URL?
      like this?

                      {
                              module: "MMM-iFrameReload",
                              position: "top_right",
                              header: "",
                              config: {
                                      url: "http://cdnx.tribalfusion.com/media/6869616/assets/video1.mp4",
                                      width: "100%",
                                      height: "150px"
                              }
                      },
      
      
      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      @michael24h

                              module: "MMM-iFrameReload",
                              position: "top_right",
                              header: "",
                              config: {
                                      url: "http://192.168.188.30/indexsmall.html",
                                      width: "100%",
                                      height: "150px"
                              }
                      },
      
      

      page:

      http://pastebin.com/KjhxUpYZ

      posted in Troubleshooting
      foxF
      fox
    • RE: Display web widget on mirror through iFrame?

      Does the page i want to embedd should meet minimum requirements?
      I checked here: https://validator.w3.org/#validate_by_input and no problems found. But iFrame-module does not show the page

      posted in Troubleshooting
      foxF
      fox
    • MMM-iHaveBeenThere how to adjust zoom

      First, thanks to the creator.
      Has anyone got the zoom level working? I wanted to zoom to USA and Australia.

      posted in Troubleshooting
      foxF
      fox
    • RE: Loading website and display it in my MM

      I am also interested in this. iFrame is also not working for me and i dont have any idea how to make this module working.
      All other modules work like a charm… perhaps we need a new module for URLs?

      posted in Requests
      foxF
      fox
    • RE: iFrame module not showing content

      i got it:
      the module is buggy!!

      https://forum.magicmirror.builders/post/17419

      posted in Troubleshooting
      foxF
      fox
    • RE: FreeBox V6 Monitor

      Yes. There are also German traffic modules or Spanish stuff.

      Second try. Please talk in englisch. These are the forum rules. No Reasons for French.

      posted in Utilities
      foxF
      fox
    • RE: FreeBox V6 Monitor

      Please speak english! This is an english forum :flag_gb:

      posted in Utilities
      foxF
      fox
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 6 / 10