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.

    MMM-Chuck-Norris module won't apear

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 4 Posters 1.3k Views 4 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.
    • M Offline
      MrHeadbanger 0
      last edited by

      Hi!

      First of all I want to make sure for everyone that I’m totally new to Raspberry Pi and MagicMirrors. Noob misstakes can have been made, so please explain everything extra clear and don’t take anything for granted… ANYWAY! :)

      Some days ago I installed my first MagicMirror and everything is working fine with the default modules and I have made som minor adjustment. So now I tried to install the MMM-Chuck-Norris module, but it won’t appear when i start my mirror.

      This is a cut from my config file:

      language: 'sv',
      timeFormat: 24,
      units: 'metric',
      
      modules: [
       {
        module: 'alert',
       },
      
      
       {
                    module: 'MMM-Chuck-Norris',   
                    config: {
                     title: 'Chuck Norris facts'   // See below for configurable options
                  }   
              },
      
      
      
      
       {
        module: "updatenotification",
        position: "top_bar"
       },
      

      I have followed each steps from the installation desciption and as far as i know i don’t get any error codes when starting the mirror either. Why won’t my Chuck Norris quotes show up?
      https://github.com/toddsantoro/MMM-Chuck-Norris

      The only thing i’ve noticed is that i’m running the latest MagicMirror² v2.5.0. In the description of this module is says: requiresVersionOfMagicMirror: “2.1.0”. Isn’t the newer MagicMirror version back compatible?

      // Marcus

      1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        I know the read me does not mention it, but shouldn’t you provide a position in config? Something like:

        {
                    module: 'MMM-Chuck-Norris',
        	position: "lower_third",
                    config: {
                        // See below for configurable options
                    }
                }
        
        1 Reply Last reply Reply Quote 0
        • M Offline
          MrHeadbanger
          last edited by

          After adding

          position: "lower_third",
          

          it worked instantly, thank you very much! Still i got some other issues though…

          Maybe I should start a new thread but I’ll try to post it here first :)

          It seems that i can’t do any changes on any file in the "MagicMirror/modules/default/ catalog.
          For example when I’m trying to change the phrases in the compliments.js file i can’t save the file since I don’t have the permissions to overwrite it? Do I need to launch any kind of “sudo nano command” to make me a root user for that specifc catalog? There is no problems for me to do any changes in the “MagicMirror/config/config.js” file?

          Here’s a pic of the config files and catalogs that will make things much more easy to understand i guess :)
          https://imgur.com/a/UfM69sC

          R 1 Reply Last reply Reply Quote 0
          • R Offline
            retroflex Project Sponsor Module Developer @MrHeadbanger
            last edited by

            @mrheadbanger Not that it answers your question, but the compliments module can be configured in config.js to have your own custom compliments. See here:
            https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments#default-value

            That way you don’t have to edit the compliments.js file. It is also generally a bad idea to edit the modules’ files as it becomes harder to update to new versions of magicmirror.
            The config.js and custom css file are kept when updating to a new version.

            1 Reply Last reply Reply Quote 0
            • 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