@Bugsounet Hi, thank you for your work. I checked the code, your notifications should work as planned. Play will start with the last station played or with the first one initially.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MplayerRadio
-
RE: MMM-MplayerRadio
@Bugsounet Hi, great idea. At the moment my mirror is only controlled by sensors and touch.
The volume control buttons of my module only send an notification to MMM-Volume that’s way there isn’t any api in this module.
Everything else can be controlled by notifications. There is a small section about the notifications in the readme. -
RE: MMM-MplayerRadio
Hi,
just published an new version (0.0.3) which provides an autoplay feature. Simply add the station index you want to play to the config option “autoplay”. If you only configured one station it is 0. The station will start to play after about 1 second after the mirror started.
-
RE: MMM-MplayerRadio
@bryan_1 Hi, currently there is no autoplay feature implemented. But I will check it the next days. Maybe it is not a big deal
-
RE: MMM-Temperature
@Hadr1en Hi, the module expects an json string as output of the script it executes. There is a section in the readme which shows an example:
{ "humidity": 32.61236572265625, "temperature_c": 25.50150878906249, //Temperature in °C "temperature_f": 77.9027158203125, //Temperature in °F "error": false }What kind of error do you get?
-
RE: Gesture control with APDS-9960
-
RE: PIR sensor to turn monitor off. Nothing works :(
@elleclouds Black causes the display to turn off the backlight which saves energy. But it is surely less effective than switching the display to standby mode.
-
RE: [MMM-GPIO-Notifications] Sends notifications based on GPIO events on multiple pins
@kash Hi, I only get the white screen if my config is broken really badly.
Are you sure you added a “,” after the last module before the Gpio module? -
RE: PIR sensor to turn monitor off. Nothing works :(
Hi,
it depends on your monitor. Maybe there is an option in the monitor configuration menu.
If not you can configure the MMM-Screen-Powersave-Notification module to only hide all modules and show the black background instead of turning the hdmi off (hideInsteadShutoff option) -
RE: PIR sensor to turn monitor off. Nothing works :(
@elleclouds Hi, do you see any output of the Gpio module in the log file?