• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 933 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 Mar 3, 2019, 2:12 PM

    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 Mar 3, 2019, 3:43 PM Reply Quote 0
    • S Offline
      sdetweil @lpgjg
      last edited by Mar 3, 2019, 3:43 PM

      @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 Mar 3, 2019, 9:27 PM

        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
        • 1 / 1
        1 / 1
        • First post
          1/3
          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