Hauptmenü

loadplugin error

Begonnen von alex, 06 Dezember 2016, 19:12:24

Vorheriges Thema - Nächstes Thema

alex

Hello all,

I'm a new user of the table ui. After years of using the regular fhem interface this seems like an incredible powerfull add-on.
So I followed the instructions from the wiki and installed in my fhem installation (on a raspberrypi). That worked fine.
Next I wanted to add the additional widgets from Thomas Nesges and followed also the instructions from the wiki:
"update all https://raw.githubusercontent.com/nesges/Widgets-for-fhem-tablet-ui/master/controls_widgets-for-fhem-tablet-ui.txt"

However, I can't get those widgets to work. Starting with the provided index_empty.html (renamed to index.html) I use the below code with the button and clock widgets but I get referenceErrors (see attached jpg). Standard widgets just work fine.

  <li data-row="1" data-col="1" data-sizex="3" data-sizey="4">
    <header>HOME</header>
<div data-type="button" data-url="index.html"></div>
</li>
<li data-row="5" data-col="1" data-sizex="3" data-sizey="3">
  <header>EXAMPLE2</header>
  <div data-type="clock"></div>
</li>


What am I forgetting here?
Thanks for any help.

Kind regards, Alex

setstate

Hi Alex,

the nesges widgets ain't compatible to the current FTUI version any more . The repository hasn't
been maintained since month.

But most of the nesges widgets has been adapted and can be found in the FTUI repo.

Do not call: update all https://raw.githubusercontent.com/nesges/Widgets-for-fhem-tablet-ui/master/controls_widgets-for-fhem-tablet-ui.txt

alex

Ok thanks, that explains a lot.

I'll stick to the original widgets, as you already said and what I've seen so far, enough widgets available for what I'm intend to make :)

Alex