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: Show webpage / iframe and reload

      @strawberry-3-141
      i saw something similar.

      But with your hint of deny i created a .htaccess in the folder of the called page with content

      
      Options -Indexes
      
      

      and now i can see the page !
      Thank you for your hint now we can proceed here.

      posted in Requests
      foxF
      fox
    • RE: Bring!

      @P-Bo726 said in Bring!:

      I also got a response…

      Thank you for your email. We might! Would you tell us what you’d like to use it for?

      Best regards
      Lucia

      Nice. So this could go ahead?

      posted in Requests
      foxF
      fox
    • RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.

      @SvenSommer said in MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.:

      @fox
      Short answer: No, not the direct way.

      Long answer: You need to write your temperature data into a database which is connected with Grafana. Then you can use this module to display your graph created by grafana.

      One possible solution: This tutorial shows an example, on how to store weather data from an external source in a local influxdb database, which is connected to grafana.
      You could reuse the example code an edit it, to get your data stored in a influxdb database.

      i will try your possible solution :) Thank you

      edit:

      thanks for sharing the link.
      I installed influxDB and grafana as written on your page.
      I also added the datasource to grafana.

      You mean i have to update this script?

      importForecast.js
      
      
      posted in Utilities
      foxF
      fox
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @chaseb1357 said in [Remote-Control] Shutdown, Configure and Update your MagicMirror:

      I downloaded this module today and its been the best one so far. It has everything in it that I have been trying to accomplish for weeks. I wish I saw this one sooner.

      same to me. this module rocks…! i am for donating with ETH

      posted in System
      foxF
      fox
    • RE: Show webpage / iframe and reload

      @strawberry-3-141 you mean that fix?

      adding the line:

      iframe.setAttribute("timestamp", new Date().getTime());
      

      this results in:

      getDom: function() {
                      var iframe = document.createElement("IFRAME");
                      iframe.style = "border:0"
                      iframe.width = this.config.width;
                      iframe.height = this.config.height;
                      iframe.src =  this.config.url + new Date().getTime();
                      iframe.setAttribute("timestamp", new Date().getTime());
                      return iframe;
              },
      
      

      but no result

      @usafa43tsolo could you share your .js file please?

      edit:
      i reinstalled it and then put the fix from @strawberry-3-141 from github.
      now i see in my browser (in the respective frame)
      Cannot GET /www.google.com

      posted in Requests
      foxF
      fox
    • Show webpage / iframe and reload

      Due to the massiv problems in the iFrame-reloaded modules,

      • https://forum.magicmirror.builders/topic/2064/loading-website-and-display-it-in-my-mm
      • https://forum.magicmirror.builders/topic/1954/iframe-module-not-showing-content
      • https://forum.magicmirror.builders/topic/2637/mmm-iframereload-iframe-won-t-load
      • https://forum.magicmirror.builders/topic/1126/display-web-widget-on-mirror-through-iframe

      i would like to request a new, stable and working one

      posted in Requests
      foxF
      fox
    • RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.

      Can i also show there other temperatures?
      Like temperatures from 1-wire Dallas sensor or from a http site?

      posted in Utilities
      foxF
      fox
    • RE: [MMM-iFrameReload]: iFrame won't load

      No, here is the same problem
      Does anybode has a module which shows a webpage and refreshes auto?

      @binderth said in [MMM-iFrameReload]: iFrame won't load:

      @yawns
      did that already, even played around with the comma at the end…
      see: https://forum.magicmirror.builders/topic/2640/mmm-iframereload-iframe-won-t-refresh

      the Comma would not be the problem or? i also added the

      iframe.src =  this.config.url + '&' + new Date().getTime();
      

      but no refresh

      posted in Troubleshooting
      foxF
      fox
    • RE: MMM-cryptocurrency - v1.4

      i love the module. thank you !

      But i dont get logo working. it stays always at “detail” and i also enabled graph, but they are not shown.
      any existing bug? thx

      posted in Utilities
      foxF
      fox
    • RE: MMM-cryptocurrency - v1.4

      Very nice !
      Thank you for doing this.

      posted in Utilities
      foxF
      fox
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 18
    • 19
    • 8 / 19