@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.
@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.
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?
@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
@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
@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
Due to the massiv problems in the iFrame-reloaded modules,
i would like to request a new, stable and working one
Can i also show there other temperatures?
Like temperatures from 1-wire Dallas sensor or from a http site?
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
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