MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. relm923
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-Roomba980] - Live Roomba Stats

      @joseska Nice work! Feel free to use my module how ever you want

      posted in Utilities
      R
      relm923
    • RE: [MMM-Roomba980] - Live Roomba Stats

      @joseska I’m not familiar with the Miio/Xiaomi API.

      Are you seeing data returned from the raw HTTP request (looks like you’re logging some)? If you are, you’ll need to call self.sendSocketNotification('STATS', self.stats); after updating self.stats to tell your module to update. Unfortunately I can’t test anything since I don’t have a Xiaomi.

      You may want to look at using https://github.com/aholstenson/miio too.

      posted in Utilities
      R
      relm923
    • RE: [MMM-Roomba980] - Live Roomba Stats

      @djsunrise19 Good catch! I renamed the repo/package to MMM-Roomba to reflect the compatibility. The old links should still continue to work

      posted in Utilities
      R
      relm923
    • RE: [MMM-Roomba980] - Live Roomba Stats

      @joseska Looks like that should work. Let me know if I can help

      posted in Utilities
      R
      relm923
    • RE: Weather Forecast - maxNumberOfDays
      1. What count is return when requesting:
      https://api.openweathermap.org/data/2.5/forecast/daily?id=1234567&APPID=$APPID
      
      1. What is the max count possible:
      https://api.openweathermap.org/data/2.5/forecast/daily?id=1234567&APPID=$APPID&cnt=$COUNT
      
      posted in Development
      R
      relm923
    • [MMM-Roomba980] - Live Roomba Stats

      Description

      Display basic stats from any Wi-fi enabled Roomba on your local network

      • Name
      • Job Status
      • Bin Status
      • Battery Charge

      Supports English and Spanish

      Screenshot

      screenshot

      Let me know what you think and if you have any ideas enhancements!

      Download

      [card:relm923/MMM-Roomba980]

      posted in Utilities
      R
      relm923
    • Weather Forecast - maxNumberOfDays

      Re: Problem with Weather forecast

      The current Weather Forecast module does not respect maxNumberOfDays when using the /forecast API. I’ve created PR-1176 to fix this by requesting the max number of days possible via the API and filtering when rendering.

      Unfortunately I do not have access to the original /forecast/daily API and cannot confirm what the default behavior is when not passing in cnt.

      Anyone able to help me test this change to confirm it works with both versions of the API?

      posted in Development
      R
      relm923
    • 1 / 1