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.

    ISO Javascript tutorial/course.

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 3 Posters 526 Views 3 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.
    • earnestrichardsE Offline
      earnestrichards
      last edited by

      Having just gotten my first MM-thatsnotamirror set up I’d like to dive in a little deeper.

      Waaaay back in June I took a HTML-CSS-JS course on Coursera (the John Hopkins one) and learned quite a bit. But now I’d like to really get in deep and there are so many options - buy a book, Mozilla Developer, W3Schools, Coursera, Udemy…

      So I’m asking the community for suggestions - understanding that we all learn in different ways - on what courses are worthwhile looking at…

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

        @earnestrichards I have had the luxury/opportunity to learn on demand over my career, so classes have never been the thing.

        mm is a single page web application, updated with dynamic html, using JavaScript.

        run by nodejs, with it’s large expanding library of functions which really makes things a lot easier.

        mm sits on top of that and provides a very small set of functions to.modules to control when they can inject their content into the web page.

        I have a SampleModule which implements the mm spec as a place to start and play
        https://github.com/sdetweil/SampleModule

        welcome to the fun!

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 1
        • K Offline
          Kasey00 @sdetweil
          last edited by sdetweil

          @sdetweil said in ISO Javascript tutorial/course.:

          @earnestrichards I have had the luxury/opportunity to learn on demand over my career, so classes have never been the thing.

          mm is a single page web application, updated with dynamic html, using JavaScript.

          run by nodejs, with it’s large expanding library of functions which really makes things a lot easier.

          mm sits on top of that and provides a very small set of functions to.modules to control when they can inject their content into the web page.

          I have a SampleModule which implements the mm spec as a place to start and play
          https://github.com/sdetweil/SampleModule

          welcome to the fun!

          Have you learn over your work experiences. I didn’t under by what you mean by on demand of your career.

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

            @Kasey00 yes, learned due to work, or in case of mm, node/electron because I needed/wanted to.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            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