thanks all.
this works.
Read the statement by Michael Teeuw here.
Best posts made by Blackmirror
-
RE: Where are you from?
Alsfeld, Germany. The second nice town unter 20.000 people in Germany now.
Say the Geo travel magazine.
https://goo.gl/images/AYD77k -
RE: Blackscreen after update to v.2.8.0
Thanks.
I have only npm install at Magicmirror not for the modules.
Now it was running fine.
-
default Calender Two calender with different update time
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
Latest posts made by Blackmirror
-
RE: default Calender Two calender with different update time
okay.
I was hoping there would be a solution to integrate this into a calendar
Blackmirror
-
RE: default Calender Two calender with different update time
How?
The fetchinverall is only in the config menu not for the menu of the differnet calenders.
Blackmirror
-
RE: default Calender Two calender with different update time
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
-
default Calender Two calender with different update time
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
-
RE: MMM-RadioDE will not play
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
-
RE: MMM-RadioDE will not play
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
-
RE: MMM-RadioDE will not play
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.
-
MMM-RadioDE will not play
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
-
RE: After reboot RPI no changes are saved?
@wizz
Have you found a solution?I have the same problem now.
-
RE: Black screen after update 2.11 (electron)
@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 installYes Thanks. It’s works.