@joseska Nice work! Feel free to use my module how ever you want
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-Roomba980] - Live Roomba Stats
-
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 updatingself.statsto 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.
-
RE: [MMM-Roomba980] - Live Roomba Stats
@djsunrise19 Good catch! I renamed the repo/package to
MMM-Roombato reflect the compatibility. The old links should still continue to work -
RE: [MMM-Roomba980] - Live Roomba Stats
@joseska Looks like that should work. Let me know if I can help
-
RE: Weather Forecast - maxNumberOfDays
- What count is return when requesting:
https://api.openweathermap.org/data/2.5/forecast/daily?id=1234567&APPID=$APPID- What is the max count possible:
https://api.openweathermap.org/data/2.5/forecast/daily?id=1234567&APPID=$APPID&cnt=$COUNT -
[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

Let me know what you think and if you have any ideas enhancements!
Download
[card:relm923/MMM-Roomba980]
-
Weather Forecast - maxNumberOfDays
Re: Problem with Weather forecast
The current Weather Forecast module does not respect
maxNumberOfDayswhen using the/forecastAPI. 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/dailyAPI and cannot confirm what the default behavior is when not passing incnt.Anyone able to help me test this change to confirm it works with both versions of the API?