Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Ambient Weather Station Module

    Requests
    1
    2
    804
    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.
    • R
      Rudysmama last edited by

      I know that Wunderground said they were not going to stop API’s. However, new users with new weather stations will not be able to obtain free API from Wunderground.

      This had me wanting to build a module for Ambient Weather stations. I had started one, but I don’t have the experience coding to be able to bridge the socket.io needs to connect the station to the MM functionality.

      Resources I think that would help with the bridge are:

      https://github.com/owise1/ambient-weather-api

      Start of my code… (I was able to get a clean sequence using the linter, but it still isn’t configured right because of the connection issue.)

      module.register(“mmm-ambient-weather”, {
      defaults: {
      module: “mmm-ambient-weather”,
      position: ‘top_right’,
      location: “Columbus, OH”,
      apikey: ‘API KEY From AmbientWeather.net’,
      appid: ‘APP KEY From AmbientWeather.net’,
      units: config.units,
      roundTemp: true,
      degreeLabel: true,
      updateInterval: 600000,
      animation speed: 1000,
      timeFormat: 12,
      showPeriod: true,
      showWindDirectionAsArrow: true,
      showHumidity: true,
      showIndoorTemperature: true,
      showFeelsLike: true,
      apiBase: ‘https://api.ambientweather.net’,
      }
      }

      1 Reply Last reply Reply Quote 0
      • R
        Rudysmama last edited by

        So. My apologies. I thought I read through the module information on how to develop. I guess I did not. I’m going to try to take another stab at this over the next few days after work!

        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy