• 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
  1. Home
  2. Brenj
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
B
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 4
  • Groups 0

Posts

Recent Best Controversial
  • Modules again.....

    Hello everyone again. Like i said in my last post, this is a school project. I am trying to add the “MagicMirror-QuoteCatalog” but of course I have 1 simple mistake that I cannot find. This is what I have:

    {
                          module: "MagicMirror-QuoteCatalog",
                          header: "The Quote Catalog",
                          position: "bottom_left",
                          config: {
                                  timeFormat: int 60
                                  fadeSpeed: int 5
                          }
                  },
    

    If anyone could help me out again, that would be great, thank you!


    Note from admin: Please use Markdown on code snippets for easier reading!

    posted in Development module modules smart mirror smart mirror coding code quotes
    B
    Brenj
    May 17, 2018, 3:36 PM
  • RE: I cant load 3rd party modules to my smart mirror.

    I did that and still nothing. I’ve been trying to figure out this for the past few days this is making me mad, lol. But thanks for your guys’ help. I might just start over, it would probably make it easier. Do you guys by chance know how to start the coding over? Again thanks for your help, I feel like im asking too much, sorry.

    posted in Troubleshooting
    B
    Brenj
    Apr 30, 2018, 5:10 PM
  • RE: I cant load 3rd party modules to my smart mirror.

    @yawns thanks so much for responding. I copied exactly what you said but it still wont work UGH.

    I think it has something to do with the ending of the coding.

          {
                        module: 'MMM-NFL',
                        header: 'NFL Scores',
                        position: 'bottom_right',
                        config: {
                                colored true,
                                reloadInterval 1800000
                        }
                },
        ]
    

    };
    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== “undefined”) {module.exports = config;)

    I literally dont know whats wrong with this, I may just have to start the whole thing over.

    Thanks again,
    Brenj

    posted in Troubleshooting
    B
    Brenj
    Apr 30, 2018, 5:00 PM
  • I cant load 3rd party modules to my smart mirror.

    So to be clear, I am not the greatest at coding software and stuff like that. Im doing this for my senior project. I am trying to add MMM-NFL by fewieden to my smart mirror. Its just the formatting wont work and I am so frustrated with it.

                {
                        module: 'MMM-NFL',
                        header: 'NFL Scores',
                        position: 'bottom_right',
                        config: {
                                     colored true
                                     reloadInterval 1800000
                        }
    

    I tried my best with the coding it just wont work. I dont know if I accidentally edited other parts of the ‘nano config/config.js’. If anyone could help that would be greatly appreciated.

    Thank you,
    Brenj

    posted in Troubleshooting coding module modules smart mirror magicmirror magic mirror
    B
    Brenj
    Apr 26, 2018, 6:15 PM
  • 1 / 1
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