okay.
I was hoping there would be a solution to integrate this into a calendar
Blackmirror
okay.
I was hoping there would be a solution to integrate this into a calendar
Blackmirror
How?
The fetchinverall is only in the config menu not for the menu of the differnet calenders.
Blackmirror
Hello Sam,
yes the standard calender modul.
I mean the calender from my google account.
This one should be updated regularly, while the ic for my garbage collection only once a day. So, both require different update times.
Blackmirror
Hello,
I’m having trouble with my garbage collection service blocking my calendar if I access the data more than once a day. However, I need frequent updates for entries with appointments and times. Can I configure the calendar so that it only updates once a day, while my Google Calendar continues to update every 5 minutes?
Thanks
Blackmirror
Hello,
today the Mplayer radio will not turn on. He get on and will stop directly after start.
But I have nothing change.
Best regards
BlackMirror
Hello
it’s works but after controlled with Notification, it will not more displayed. But this is not really a problem.
module: 'MMM-Buttons',
// classes: 'default everyone',
config: {
minShortPressTime: 20,
bounceTimeout: 10,
buttons: [
{
pin: 10,
name: "Radio",
longPress: {
notification: "RADIO_STOP",
payload: "default"},
shortPress: {
notification: "RADIO_PLAY",
payload: "Radio"}},
{
pin: 11,
name: "Tagesschau",
longPress: {
notification: "BUTTON_PRESSED",
payload: true
},
shortPress: {
notification: "BUTTON_PRESSED",
payload: true
}
}
]
}},
{
module: "MMM-MplayerRadio",
classes: 'Radio',
header: "Radio",
position: 'bottom_left', // This can be any of the regions.
config: {
//autoplay: 0,
stations: [
{
title: "hr3.de",
url: "http://www.surfmusik.de/m3u/hr3-mitte,19472.m3u",
logo: "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Hr3-Logo_2015.svg/240p$
}
],
showControls: false,
showVolControls: false
}
},
Thanks Blackmirror
Hello,
have noone a idea? Or a other simple radio module? But with no buttons. Only simple play a radiostream.
Here my config.js
{
module: 'MMM-RadioDe',
classes: 'Radio',
position: 'bottom_left', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
station: "hr3",
// can be obtained in embed section of station, e.g. http://ant$
api_key: "xxx",
autoplay: "true"
//optional,
//height:"92", // in pixel
//width:"360", // in pixel
}
},
The error looks like a bad API, but the API is right.
Hello all,
I have a Problem since two weeks that the module RadioDE will start and show the radiostation but will not play.
a reinstall of this modul have not work and chance the station will not work too.
I hope anyone can help me.
Best regards
Blackmirror
@wizz
Have you found a solution?
I have the same problem now.
@sdetweil said in Black screen after update 2.11 (electron):
mv MMM-Buttons MMM-Buttons.save
git clone https://github.com/Jopyth/MMM-Buttons.git
cd MMM-Buttons
npm install
Yes Thanks. It’s works.