Backlash wrote: ↑Sunday 20 September 2020 18:39
nobody who can point us at the right direction?
If I look at the post of @Sarcas then the link seems to incorrect.
The OWM data is loaded via the CORS proxy, but that part is missing in the url. It should start with:
So I think there is something wrong with the CORS setting in CONFIG.js.
On the other hand:
There is no need for using the CORS proxy for the OWM data. In the latest beta I removed the CORS proxy for OWM data. I expect that will solve your issue.
HansieNL wrote: ↑Sunday 20 September 2020 19:29
Just tried my config with Dashticz 3.5 master and the 'weather_owm' block has no problem.
What settings do you use (without API key)?
changed from V3.5 master to V3.5.2 beta and problem solved
git fetch origin
git checkout beta
git pull
HansieNL wrote: ↑Sunday 20 September 2020 19:29
Just tried my config with Dashticz 3.5 master and the 'weather_owm' block has no problem.
What settings do you use (without API key)?
changed from V3.5 master to V3.5.2 beta and problem solved
git fetch origin
git checkout beta
git pull
If you like you can change back to master and see if it then works o.k.
HansieNL wrote: ↑Sunday 20 September 2020 19:29
Just tried my config with Dashticz 3.5 master and the 'weather_owm' block has no problem.
What settings do you use (without API key)?
changed from V3.5 master to V3.5.2 beta and problem solved
git fetch origin
git checkout beta
git pull
If you like you can change back to master and see if it then works o.k.
Back to master again V3.6 since yesterday, and it still works
I would like to use the weather widget from https://weatherwidget.io/ as it is highly customizable.
Does anybody know how to add the generated code in an iframe for Dashticz?
Lokonli wrote: ↑Sunday 27 September 2020 18:16
I could create a custom html block type, in which you can just copy paste the html code. Would that be useful?
cduijker wrote: ↑Sunday 27 September 2020 17:56
I would like to use the weather widget from https://weatherwidget.io/ as it is highly customizable.
Does anybody know how to add the generated code in an iframe for Dashticz?
regards
I just made an html page in the same directory as the dashboard and made a refer to the frame
Lokonli wrote: ↑Sunday 27 September 2020 18:16
I could create a custom html block type, in which you can just copy paste the html code. Would that be useful?
Sent from my SM-A320FL using Tapatalk
Would be great.
If I now use an iframe the block is not responsive and cuts the info in half.
Is there a way to auto resize the block to the iframe size?
Lokonli wrote: ↑Sunday 27 September 2020 18:16
I could create a custom html block type, in which you can just copy paste the html code. Would that be useful?
Sent from my SM-A320FL using Tapatalk
Would be great.
If I now use an iframe the block is not responsive and cuts the info in half.
Is there a way to auto resize the block to the iframe size?
You can change the height of the iframe, or you want it at 225px. Then indeed it would be cool to paste the html code