@Sean
sorry, I’ve never done that. how can i do that?
thx
Read the statement by Michael Teeuw here.
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.