shbatm / MMM-OnScreenMenu

MagicMirror² utility module that provides a simple on screen menu for control
MIT License
62 stars 22 forks source link

module not working in safari #9

Open mchrdk opened 5 years ago

mchrdk commented 5 years ago

the module does not work in safari on ios or osx.

the error is "unexpected token '>'" on line 53: object.keys(this.config.menuItems).forEach(k => {

shbatm commented 5 years ago

This looks like a JavaScript ES6 compatibility issue. I will investigate when I get a chance, but please make sure you're using the latest version. From what I could tell, this should be supported.