shbatm / MMM-OnScreenMenu

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

Cant see the Menu #3

Closed simonxoxo closed 6 years ago

simonxoxo commented 6 years ago

Hi there, i have a very determined knowledge about programming but I would be happy if you can help me.

I installed the OnScreenMenu as described in the description, but somehow it's now occuring on my MagicMirror.

Here's the config:

`{

        module: 'MMM-OnScreenMenu',
                position: 'bottom_right',
                config: {
                touchMode: true,
                enableKeyboard: true,

                menuItems: {

                monitorOff: { title: "Turn Off Monitor", icon: "television", source: "SERVER" },
                refresh: { title: "Refresh", icon: "recycle", source: "LOCAL" },
                restart: { title: "Restart MagicMirror", icon: "refresh", source: "ALL" },
                reboot: { title: "Reboot", icon: "spinner" },
                shutdown: { title: "Shutdown", icon: "power-off" }

                },
                    }

            },`

and I can't figure out why. Or was it the wrong way to insert the paragraph with the menuItems like that?

thanks for your help :)

simonxoxo commented 6 years ago

Fixed it. Didn't clone the OnScreen repository. :D Sorry for that.