edward-shen / MMM-pages

Add pages to your MagicMirror²!
MIT License
109 stars 29 forks source link

return to first page only if current page isn't the first page without loop #35

Closed Burnallover closed 4 years ago

Burnallover commented 4 years ago

Hello, first of all thank you for your great job! I'm not a developer, i searched a way to Return to first page after a delimited time, but without the automatic loop option of your module.

i have a first page with generic information, and some other page with confidential information. i manually change page with alexa and want the Mirror automatically return to the first page after 30 second.

hi resolved my problem by modifying your JS but i'm sure there is a more "cleanly" method. Here is what i did :

Sorry for my english :-\

regards Kevin

Burnallover commented 4 years ago

Module.register('MMM-pages', {

// We require the older style of function declaration for compatibility // reasons.

/**