Greetings and thanks for reading.
I am working on building an app with a bunch of rotating data. For example if i wanted to display the top movies. The first screen would be a top 10 list. I want to put buttons on the screen just like https://github.com/shbatm/MMM-OnScreenMenu (which i cant get to work right.
and label them by movie type. One button for drama, one button for Action, one for Comedy etc.
When its clicked it can show or hide different modules on the page or send a module a command to filter it. In the app i am calling an API with parameters. In this case i want the module to call the api again with different parameters.
Any ideas/Suggestions