MMM-Page-Selector icon indicating copy to clipboard operation
MMM-Page-Selector copied to clipboard

No response from keyboard

Open ReD1470 opened this issue 2 years ago • 0 comments

Hi there,

I would love to use the module, but I have trouble getting it to work. As far as i see, it should respond to the page-up key to change page, right? Mine does, not. Is another module required, link mmm-keybindings? In the future i would like to use a single button press to change page, but for now pageup would help out I've kept the config simple for testing. it displays page main and second based on the autochange, but not when using the keyboard

modules: [

{ module: "MMM-Page-Selector", position: "top_center", config: { defaultPage: "main", displayTitle: true, selectPageNotif: ["SELECT_PAGE"], incrementPageNotif: ["PAGE_UP"], decrementPageNotif: ["PAGE_DOWN"], persistentPages: true, autoChange: { interval: 100 } } },

	{module: "clock",
        	"pages": {
            "main": "top_left"
        	},
		position: "top_left"
	},

	
	{module: "calendar",
        	"pages": {
            "second": "top_left"
        	},
		header: "US Holidays",
		position: "top_left",
		config: {
			calendars: [
				{
					symbol: "calendar-check-o ",
					url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
				}
			]
		}
	},

]

};

ReD1470 avatar May 07 '22 21:05 ReD1470