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.

    hi, i need your help... tell me, how i do a new modules please

    Scheduled Pinned Locked Moved Troubleshooting
    14 Posts 5 Posters 3.8k Views 5 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.
    • S Offline
      sdetweil @bjjsoul
      last edited by sdetweil

      @bjjsoul can’t be perfect if you want to add another module

         	{   < --- start module
         		module: "newsfeed",
         		position: "bottom_bar",
         		config: {  < ---  start module config
         			feeds: [  < --- start array of feeds
         				{ < --- start feed 
         					title: "New York Times",
         					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
         				}  < -- end feed
         			], < --- end array (only one entry)
         			showSourceTitle: true,
         			showPublishDate: true,
         			broadcastNewsFeeds: true,
         			broadcastNewsUpdates: true
         		} < ----  end module config
         	}, < --- end module
              {  < --- start module
         	module: "MMM-Snow",
         	position: "fullscreen_above",
         	config: {   < - start module config
                         // See 'Configuration options' for more information.
         		flakeCount: 100,
         		theme: "winter",			
         	} < ---- end module config
         } < ---- end module , no comma, no more modules to follow
             },   < ------ what is this??????? -------------------------------
         ]    < --- no more modules, end module array 
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 1
      • bjjsoulB Offline
        bjjsoul
        last edited by bjjsoul

        HEY BRO YOU ARE AWESOME … THANK YOU DUDE, I AM VERY HAPPY! IS WORKING … HEY BRO YOU HAVE WHATSAPP THIS MY NUMBER 504 98674031 … I AM GONNA BE NEEDING YOU, IN MY NEXT MODULES INSTALLATIONS… THANKS

        0_1570746677017_WhatsApp Image 2019-10-10 at 4.02.42 PM.jpeg

        VIDEO

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @bjjsoul
          last edited by

          @bjjsoul no whatsapp…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @bjjsoul
            last edited by

            @bjjsoul

            Adding modules

            https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • bjjsoulB Offline
              bjjsoul
              last edited by

              hey bro, i need help with mmm.awesomealexa… you know if this module is working

              1 Reply Last reply Reply Quote 0
              • R Offline
                ryanroy837
                last edited by

                thanks all for your responses. i was having similar questions and your answers were helpful to me.

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