fewieden / MMM-MovieInfo

Upcoming Movie Info Module for MagicMirror²
MIT License
13 stars 6 forks source link

Api key #5

Closed Donlar714 closed 5 years ago

Donlar714 commented 6 years ago

how and where do i input the api key. sorry, im a total noob. i have everything else done but i dont see any movies when i start the mirror.

fewieden commented 6 years ago

Your entry in the config.js file should look like this:

{
    module: 'MMM-MovieInfo',
    position: 'top_right',
    config: {
        api_key: 'YOUR_API_KEY'
    }
}
fewieden commented 5 years ago

Closed due to inactivity.