@sdetweil thx, it works
Read the statement by Michael Teeuw here.
Best posts made by Zinkeler
Latest posts made by Zinkeler
-
RE: MMM-CalendarExt2
@Sean
{ module: ‘MMM-CalendarExt2’,
config: {
scenes:[
{
name: “DEFAULT”,
views: [“upcoming”,“weeks”],
},
],
views:[
{
name: “upcoming”,
mode: “upcoming”,
position: “top_left”,
slotTitle: “Demnächst”,
maxItems: 4,
locale: “de-DE”,
calendars: [“Ralph”],
},
{
name: “weeks”,
mode: “week”,
title: “Woche”,
type: “row”,
position: “bottom_bar”,
slotCount: 1,
locale: “de-DE”,
calendars: [“Ralph”],
},
],
calendars: [
{
name: “Ralph”,
url: “”,
},
],
},
} -
RE: MMM-CalendarExt2
Hello,
everything works fine in landscape-mode. If i change to portrait-mode (display_rotate=1
avoid_warnings=1 in /boot/config.txt) my calender is not shown. All other modules are on my mirror.
Can someone give me a hint?
thx
Ralph -
RE: Update MMM
Hello,
after update “npm run start” works, but how can i stop MM ? “npm run stop” did not work.
Thx -
RE: MMM-COVID19
@irich Hallo, das hab ich auch schon geschafft. Weiß denn jemand, wie ich die “,” durch “.” ersetzen kann. Will anstatt 434,595 das deutsche Format haben.
Danke für eventuelle Antworten. -
RE: MMM-FRITZ-Box-Callmonitor
Hello,
can someone tell me if it´s possible to sort the Output?
E.g. i see a call 3 days ago in the first line, then a call from 2 hours ago (second line), a call 2 day ago in 3rd line,…
I would like to see the youngest in the first line and the oldest in the last line.
Thanks for hints. -
RE: MagicMirror Pimatic (Home Automation) Dashboard
@yawns
Vielen Dank !!
Genau das war das Problem, jetzt klappte es :-) -
RE: MagicMirror Pimatic (Home Automation) Dashboard
@Mr.Sponti - thank you for your answer.
I now setup a second PI and installed Pimatic.
On both PI´s i installd socket.io and socket.io-Client.
My second pi works fine with pimatic and my first Pi works with MagicMirror.
I installed your modul as you described.If i run a test on my MagicMirror-PI:
pi@raspberrypi3:~ $ node testpim.js connected [ { id: 'temperatur', name: 'Temperatur', template: 'device', attributes: [ [Object], [Object] ], actions: [], config: { class: 'HomeduinoRFWeatherStation', protocols: [Object], values: [Object], processingTemp: '$value', processingHum: '$value', xAttributeOptions: [], id: 'temperatur', name: 'Temperatur' }, ...``` i see, that socket works too. But on my MagicMirror is only get the message "Connecting to pimatic ..." config.js: *{ module: 'MMM-M1-Pimatic', position: 'bottom_center', header: 'PIMATIC', host : 'xxx.xxx.xxx.xx', port : 80, user : 'user', passwd : 'passwort', config: { device: [ { name: 'Schrankschalter', icon: 'icon-Default', attributeName: 'schrankschalter.state', defaultValue: false, notification : 'Eingeschaltet' }, ], }, },* What am i doing wrong?? Thanks P.S. are you german, because than it´s easier to talk about :-)