• 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
  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
    F
    fox
    Aug 26, 2017, 12:12 PM
  • 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
    F
    fox
    Aug 26, 2017, 11:36 AM
  • 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
    F
    fox
    Aug 22, 2017, 9:17 AM
  • 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
    F
    fox
    Aug 22, 2017, 9:14 AM
  • 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
    F
    fox
    Aug 21, 2017, 4:59 PM
  • 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
    F
    fox
    Aug 5, 2017, 1:11 PM
  • 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
    F
    fox
    Jul 29, 2017, 10:07 AM
  • 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
    F
    fox
    Jul 29, 2017, 9:44 AM
  • 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
    F
    fox
    Jun 20, 2017, 7:11 AM
  • RE: MMM-cryptocurrency - v1.4

    Very nice !
    Thank you for doing this.

    posted in Utilities
    F
    fox
    Jun 17, 2017, 7:12 PM
  • 1 / 1
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