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.

    [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis!

    Scheduled Pinned Locked Moved Utilities
    7 Posts 6 Posters 1.9k Views 7 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.
    • KristjanESPERANTOK Offline
      KristjanESPERANTO Module Developer @mmmallday
      last edited by

      @mmmallday Nice! Don’t forget to add it to the module list 😀

      1 Reply Last reply Reply Quote 0
      • M Offline
        markiper
        last edited by

        Trying to install this module, and it is asking for Github username/password, is that expected? Reason I am asking is because it fails even after typing that information.

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

          @markiper this is the url for git clone

          https://github.com/wlans/MMM-Accuweather-Headline

          i also fixed the url in the original post

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @mmmallday you should add a package.json to document the requirement for axios in the node_helper.js

            just cause it works today doesnt mean it will in the future (witness all the trouble with the request
            library)

            easiest way to do all that
            in your module folder, do

            npm init -y
            npm install axios

            then git add package.json to your repo
            commit it
            and push to github

            you should also update the readme to insure the npm install
            or npm ci is a step of the module install

            there are other properties in package.json that would help the 3rd party lister to group your module in the correct place

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • L Offline
              liza
              last edited by

              ohhh… i joined late

              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