@Jonae Nicely done.
I’ve used MMM-CommandToNotifcation/MMM-ValuesByNotification for mine, with MMM-Temperature prior to that. Nice to have a specific to device module, though. :)
@Jonae Nicely done.
I’ve used MMM-CommandToNotifcation/MMM-ValuesByNotification for mine, with MMM-Temperature prior to that. Nice to have a specific to device module, though. :)
@slooquie take away the position
item in the config. It should default to none, but run in the background.
On new card it worked flawlessly. I’m assuming the old conditions of partial installs and whatnot had the old install broke things.
Nothing but warnings about depreciated modules.
@sdetweil I simplifed out the details on purpose… Trying to keep it simple, Stupid (KISS)
:)
@sdetweil yeah, doing it that way just throws headers with “Undefined” until it triggers. I’m not gonna go down that rabbit hole. It seems to work as is, so I’m gonna release for now.
@sdetweil Slick script by the way, I gotta steal a few things from it. :)
Well, there it is. My silly little module. Pretty.
@sdetweil easier fix in css:
/* Disable alerts */
.MMM-OpenWeatherForecast .weather-alert .weather-alert-description,
.MMM-OpenWeatherForecast .weather-alert .weather-alert-source {
display: none;
}
@george I honestly don’t know. Let’s summon some help here - @sdetweil - can you explain this situation above?
start: function (){
var timer = setInterval(()=>{
this.updateDom()
}, moment().add(1, 'days').hours(0).minutes(0).seconds(0)-moment())
},
it seems to me this would work to reset at midnight, but according to George here, it’s not working - can you help me figure it out, or summon in someone that can?
Thanks.