In the following script I would like to output id:, icon: and suffix: as a table.
Read the statement by Michael Teeuw here.
Latest posts made by chris47803
-
RE: js als Tabelle darstellen
-
js als Tabelle darstellen
Im folgenden Script möchte ich die Ausgabe von id:, icon: und suffix: gerne als Tabelle ausgeben.
{ module: 'MMM-ioBroker', position: 'top_right', header: " ", config: { host: '192.168.2.61', port: '8088', https: false, template: 'MMM-ioBroker.njk', devices: [ { name: 'Küche', deviceStates: [ { id: '0_userdata.0.Heizung.Kueche', icon: 'wi wi-thermometer', suffix: ' °C'}, { id: 'fritzdect.0.DECT_099950214189.battery', icon: 'fa fa-battery-half', suffix: '%'} ] }, { name: 'Bad', deviceStates: [ { id: '0_userdata.0.Heizung.Bad', icon: 'wi wi-thermometer', suffix: ' °C' }, { id: 'fritzdect.0.DECT_099950216627.battery', icon: 'fa fa-battery-half', suffix: '%'} ] }, { name: 'Serverraum', deviceStates: [ { id: '0_userdata.0.Heizung.Serverraum', icon: 'wi wi-thermometer', suffix: ' °C' }, { id: 'fritzdect.0.DECT_099950273573.battery', icon: 'fa fa-battery-half', suffix: '%'} ] }, { name: 'Schlafzimmer', deviceStates: [ { id: '0_userdata.0.Heizung.Schlafzimmer', icon: 'wi wi-thermometer', suffix: ' °C'}, { id: 'fritzdect.0.DECT_099950279527.battery', icon: 'fa fa-battery-half', suffix: '%'} ] }, { name: 'Büro', deviceStates: [ { id: '0_userdata.0.Heizung.Buero', icon: 'wi wi-thermometer', suffix: ' °C' }, { id: 'fritzdect.0.DECT_139790667712.battery', icon: 'fa fa-battery-half', suffix: '%'} ] }, { name: 'Wohnzimmer', deviceStates: [ { id: '0_userdata.0.Heizung.Wohnzimmer', icon: 'wi wi-thermometer', suffix: ' °C' }, { id: 'fritzdect.0.DECT_099950308576.battery', icon: 'fa fa-battery-half', suffix: '%'} ] }, { name: 'Aussentemperatur', deviceStates: [ { id: 'tuya.0.bfa3627a6b9002903fte1v.1', icon: 'wi wi-thermometer'}, { id: 'tuya.0.bfa3627a6b9002903fte1v.2', icon: 'wi wi-humidity', suffix: '%' } ] }, { name: 'AirRobo', deviceStates: [ { id: 'tuya.0.bfdcea245e055d2c20sj1i.106', icon: 'fa fa-battery-half', suffix: '%' } ] }, { name: 'Briefkasten', deviceStates: [ { id: 'tuya.0.bf538c2e67ace7ad3eky7f.4', icon: 'fa fa-battery-half', suffix: '%' } ] }, { name: 'Türspion', deviceStates: [ { id: 'alias.0.Tuerspion.145', icon: 'fa fa-battery-half', suffix: '%' } ] } ] } },
-
Calendar default
Hello.
Since yesterday the Calendar module has shown me “no appointments”.
If I call up the URL of the shared Outlook calendar, there are a lot of appointments in there. But I haven’t changed anything for days -
MMM-MysqlQuery
Hallo.
Das Modul läuft super.
Allerdings kann ich keinen Zeilenumbruch einfügen, so das das Modul nicht über den ganzen Bildschirm geht.
Kann ich das irgendwo ändern?LG, Chris
The module works great.
However, I can’t insert a line break, so the module doesn’t cover the whole screen.
Can I change that somewhere?LG, Chris
-
RE: MMM-MysqlQuery module just released!
Hello.
Unfortunately, I only see my headings. The contents of my database are not displayed.{ module: 'MMM-MysqlQuery', position: "top_right", header: "Test", config: { connection: { host: "192.168.2.1", port: 3306, user: "test", password: "test", database: "test" }, query: `select titel, jahr from test order by titel limit 3`, intervalSeconds: 15 * 60, emptyMessage: "No spices", columns: [ { name: "titel", title: "Titel", cssClass: "right" }, { name: "jahr", title: "Jahr", cssClass: "right" }, ] } },
-
RE: Problem mit MMM-Fuel (Textausrichtung)
Ich klatsch mir vor die Stirn. :)
Bei ShortenText habe ich nun statt true oder false den Wert 50 eingetragen.
Nun passt es.LG, Chris
-
RE: Problem mit MMM-Fuel (Textausrichtung)
@chris47803 said in Problem mit MMM-Fuel (Textausrichtung):
Hallo,
ich habe das gleiche Problem.
Eine Kollision mit anderen Modulen kann ich ausschließen.
Es kommt auch immer drauf an welche Tankstellen von Tankerkönig über die API kommen.
ShortenText auf true zeigt nur einen Buchstaben an, was nichts nützt.Hat schon Jemand eine Lösung gefunden?
Hello,
I have the same problem.
I can rule out a collision with other modules.
It always depends on which petrol stations from Tankerkönig come via the API.
ShortenText to true only shows one letter, which is of no use.Has anyone found a solution yet?
-
RE: Problem mit MMM-Fuel (Textausrichtung)
Hallo,
ich habe das gleiche Problem.
Eine Kollision mit anderen Modulen kann ich ausschließen.
Es kommt auch immer drauf an welche Tankstellen von Tankerkönig über die API kommen.
ShortenText auf true zeigt nur einen Buchstaben an, was nichts nützt.Hat schon Jemand eine Lösung gefunden?
-
Update the Magic Mirror Module
Hello,
MagicMirror 2.xx is running on my Pi 3b +
I already have a lot of modules running there.
Is there a way to update all modules in one go?
LG, Chris