@paphko: the config is not the MMM-tvservice config, it is the MMM-ModuleScheduler config. I am using that module to send the notifications. Send your suggestions to @ianperrin who is the author of MMM-ModuleScheduler.
However, as the MMM-ModuleScheduler needs to be generic in order to cover a vast number of use cases I think that this added complexity is not an issue.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-tvservice
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
@ianperrin @cowboysdude
Check out my new module MMM-tvservice in the System section of the forum. I took the idea from @ianperrin when he suggested a module to act on notifications. -
MMM-tvservice
MMM-tvservice is a module that turns HDMI On or Off using the tvservice program.
I got the idea from @ianperrin when he implemented notification functionality in MMM-ModuleScheduler. I highly recommend this module for scheduling On and Off times for MMM-tvservice.
Check out the README ad https://github.com/Alvinger/MMM-tvservice.
-
RE: MMM-ResRobot - Public transport information for Sweden
@MrH, ResRobot (Samtrafiken) had a service window between between 22.00 and 24.00 on October 10th. That was probably why you didn’t get a response then.
I will have a look this evening using your station ids.
-
RE: MMM-ResRobot - Public transport information for Sweden
According to Trafiklab site Skånetrafiken is included in ResRobot so it should work.
Can you post your config? -
RE: MMM-ModuleScheduler - Module Schedules and Notifications
@ianperrin
It works! It was probably the code update that fixed even though I also simplified the cron expression.All my other schedules (which hides, not dims, modules) worked before even with arrays having double quotes and leading zeroes. And they still work.
Great work @ianperrin, and thank you for a must-have module!
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
I can’t get the dimLevel to work on the clock. I have the following config:
{ module: "clock", position: "top_left", classes: "scheduler", config: { module_schedule: [ {from: "00 06 * * *", to: "30 09 * * *", dimLevel: "50"}, {from: "00 16 * * *", to: "30 22 * * *", dimLevel: "50"} ] } },When the time reaches “to” the clock just disappears rather than being dimmed.
What am I doing wrong? (I am running the latest version of the module)
-
RE: MMM-ResRobot - Public transport information for Sweden
It might be. I can’t control what replies ResRobot gives for a specific search. According to its documentation it should only return the result matching the from and to parameters. I’ll do some additionsl checking but you could try the search without a “to” valur to see if there is a difference.
-
RE: MMM-ResRobot - Public transport information for Sweden
@Notumlord
When I use your from: and to: I only get departures from Svingeln. I do get a lot of replies but cannot determine if they are all going in the same direction. As far as I can tell they are all departures from Svingeln, not arrivals.There is a comment in the documentation of the ResRobot API which states that in some situations duplicate data is returned (has to do with real time information). My guess is that it whas just something with the data.
If you want to troubleshoot you can uncomment the print of “body” in node_helper.js, this will print the json-reply from ResRobot.
-
RE: MMM-ResRobot - Public transport information for Sweden
Hi,
Can you post your config?