MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Missing Config.js entry and options

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 1.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L Offline
      lpgjg
      last edited by

      Hey everyone,

      As I’ve noted on here before. I’m pretty new at this so if there is a comma or a bracket missing somewhere, I really have a hard time.

      I’m almost complete on the construction of my mirror and have pretty well given up on playing any decent YouTube playlist as it just doesn’t want to play , https://forum.magicmirror.builders/topic/8481/mmm-iframe-ping/41?page=5 ,but I can’t seem to find the config portion of the last few modules I wanted to install.

      Such as these two:

      • https://github.com/AdamMoses-GitHub/MMM-RottenTomatoes
      • https://github.com/cowboysdude/MMM-Recipe

      Why are some modules missing the Config.js entry and where do I go get them?

      Thanks.

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @lpgjg
        last edited by

        @lpgjg mmm recipe is there, just not clear, bottom text

        { module: 'MMM-Recipe', position: 'bottom_bar', config: { video: true //default is true if you want to be able to play video of recipe updateInterval: 180 * 60 * 1000, // every 3 hours Suggest you don't do it more often then this. } }
        

        rotten tomatoes, everything is optional…

        so as always the minimum module config is

        {
        module: "module_name",
           config: {}
        },
        

        so …

        {
           module: "MMM-RottenTomatoes",
           config: {}
        },
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 2
        • L Offline
          lpgjg
          last edited by

          Works fine now. thanks, really appreciate it. If it’s not an exact copy and paste, it’s a challenge for me. But getting there.

          Now it a question of playing around trying to get mmm-recipe to show correctly on the bottom_right

          tks again

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy