Hello,
after the new update of the MMM-Podcast Module, I can not start the MMM-Podcast with the module MMM-Buttons.
Before it was running fine.
Can anyone help me?
Thanks
Christian
Hello,
after the new update of the MMM-Podcast Module, I can not start the MMM-Podcast with the module MMM-Buttons.
Before it was running fine.
Can anyone help me?
Thanks
Christian
This module is great, but it was nicer, to take starttime and endtime for the different destinations.
So, I will go to work in the morning, soIneed this only between 5.00 and 6.00 o’clock and if I will go to the salsa party I need this only in the evening.
Use the PIR-Senosr not with this modul, but with the python script.
@Binog
I understand your question not really.
I send the current_profile with MMM-Buttons and use it with MMM-RadioDE,
with
classes: ‘Radio’
under the module name
Will work, I have the Current_profile not read. Thanks
No, will not work. :-(
Hello,
‘default everyone’ has work
But I can not start the MMM-Radio modul with profil-switch, but that was my idea.
So, I switch to Profile Radio and the MMM-Radio module will work, all other module are default for everyone.
Here the MMM-Button Module
module: 'MMM-Buttons',
classes: 'default everyone',
config: {
minShortPressTime: 10,
buttons: [
{
pin: 10,
name: "Radio",
longPress: {
notification: "PROFILE_SWITCH",
payload: {action: "default"}},
shortPress: {
notification: "PROFILE_SWITCH",
payload: {action: "Radio"}}},
{
pin: 11,
name: "Tagesschau",
longPress: undefined,
shortPress: {
notification: "BUTTON_PRESSED"
// payload: {action: "SHUTDOWN"}
}
}
]
}},
Hello,
thanks for the modul,
but when I start this module my magic mirror get blank.
{
module: 'MMM-Buttons',
config: {
minShortPressTime: 10,
buttons: [
{
pin: 10,
name: "Radio",
longPress: {
notification: "PROFILE_SWITCH",
payload: {action: "Radio_OFF"}},
shortPress: {
notification: "PROFILE_SWITCH",
payload: {action: "Radio"}}},
{
pin: 11,
name: "Tagesschau",
longPress: undefined,
shortPress: {
notification: "BUTTON_PRESSED"
// payload: {action: "SHUTDOWN"}
}
}
]
}},
{
module: 'MMM-ProfileSwitcher',
config: {
}
},{
module: 'MMM-RadioDe',
classes: 'Radio',
position: 'bottom_left', // This can be any of the regions.
config: {
// See 'Configuration options' for more$
station: "hr3",
// can be obtained in embed section of $
api_key: 'XXX',
//optional,
height:"92", // in pixel
width:"360", // in pixel
}},
Yes, the error code says, you have not enought whitespaces before the lines.