Oh3 widget fo display content of a device with a webservice

Hi all,
Great job with oh3

I try to display the webview of a knx device or any other device into a widget
I a wordpress website i can use iframe to display content from other websites even exell an other files content

I checked out vue and f7 an found no way to do this

I try it wit a map view, but this is only for static pictures

Any idea how to do this

Regards
Ronny

do you know the WebView Widget from the documentation page?
sitemap: Element Type ‘Webview’

Hi, thanks
That is working, but outside the new ui

I am searching to do the same in a widget

maybe

- component: oh-webframe-card
  config:
    src: https://...
1 Like

Hi,
Thanks
I test it and it works nice

Regards

Ronny

Have it working in a widget

afbeelding

Iframe_widget

uid: iframe_widget
tags: []
props:
parameters:
- description: Title
label: title1
name: title1
required: false
type: TEXT
- description: Website url
label: url1
name: url1
required: false
type: TEXT
- description: Height
label: height
name: height1
required: false
type: TEXT
parameterGroups: []
timestamp: Feb 13, 2021, 5:10:43 AM
component: f7-card
config:
title: =props.title1
slots:
default:
- component: oh-webframe
config:
src: =props.url1
height: =props.height1

is there a way to scale the content to fit the view ?

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.