Read the statement by Michael Teeuw here.
MMM-repeating-schedule
-
@nimasmi hi i tried , still not working no content display on MM, other modules are working fine
var weekOne = ['Jacket Potato with cheese or Tuna Mayonnaise']; var weekTwo = ['Ham & Cheese Pizza']; var weekThree = ['Pepperoni Pizza']; var config = { port: 8080, { module: 'MMM-repeating-schedule', position: 'bottom_right', config: { headerText: 'School meals', dates: { '2017-01-22': weekOne, '2017-01-29': weekTwo, '2017-02-05': weekThree, } } }, { module: 'MMM-repeating-schedule', position: 'bottom_left', config: { headerText: 'Work Lunch', dates: { '2017-01-22': ['sandwich'], '2017-01-23': ['toast'], '2017-01-24': ['fish'], } } },
-
Could you please post a working photo to see exactly what it should do? I’m in the market for a better calendar on the MM but before I put the work in, I’d like to see what yours does. thanks.
-
@lucallmon, there’s a screenshot at https://github.com/nimasmi/MMM-repeating-schedule
I should say though that this is definitely aimed at repeating events, such as a weekly schedule of clubs, meals, local recycling days or regular meetings, rather than one-off calendar events. Namely the sort of thing that you might not put in a calendar, because it would clutter up your usual view of special events.
-
@nimasmi gotcha. thanks.
-
@shashank I noted a difference in the name of the module at https://github.com/nimasmi/MMM-repeating-schedule/blob/master/MMM-repeating-schedule.js. In the JS code it’s
MMM-weekly-schedule
compared to in the README, where it’sMMM-repeating-schedule
. I haven’t had chance to test properly whether it is fixed by making these references consistent.The discrepancy is due to a last-minute name change before first posting here, in order to better to communicate the purpose of the module. I don’t have an actual magic mirror, and haven’t used this module since first writing it, so apologies for the oversight. I’ll update and feed back when I can.
-
@nimasmi Hi, Thanks module is working fine after making changes in MMM-repeating-schedule.js . I changed Module.register from (“MMM-weekly-schedule”, to Module.register(“MMM-repeating-schedule”, and also ‘MMM-weekly-schedule.css’, to
‘MMM-repeating-schedule.css,’. -
Pleased to hear it. I’ll check independently, and update the repo when I can.
-
Fix confirmed and pushed to the repository. Thanks all for your help with finding/testing this.