if I can come with a request, it would be to hide the device states and be able to only show the sensors. But other than that it works great!
Best posts made by siggmur
-
RE: MMM-telldusLive - Display devices from Telldus Live
Latest posts made by siggmur
-
RE: MMM-Sunrise-Sunset
@sdetweil ah, now we might be cooking. I find to suspected issues, but I am a bit to noobish to understand:
[2020-08-01 01:35:48.402] [LOG] No helper found for module: MMM-Sunrise-Sunset.
and:
Fontconfig warning: “/etc/fonts/fonts.conf”, line 100: unknown element “blank”
[2020-08-01 01:35:50.724] [ERROR] Whoops! There was an uncaught exception…
[2020-08-01 01:35:50.727] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
at Server.setupListenHandle [as _listen2] (net.js:1226:14)
at listenInCluster (net.js:1274:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1413:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) {
code: ‘EADDRINUSE’,
errno: ‘EADDRINUSE’,
syscall: ‘listen’,
address: ‘127.0.0.1’,
port: 8080
}Any idea what it could be?
-
RE: MMM-Sunrise-Sunset
Thanks for the quick reply, I forgot the quotation marks, but it should throw a config error, not a black screen like I am getting?
-
RE: MMM-Sunrise-Sunset
Late to the game, but I also am getting black screen after installing the module and adding it to my config. Ill try to give you the steps:
Did the git pull. Went into the folder, npm install.
Added this to my config:
{ module: 'MMM-Sunrise-Sunset', position: "bottom_center", config: { latitude: "69.13", longitude: "18.59", apiKey: "myAPI", layout: "inline", } },
I also tried @sdetweil post, without any difference. I find the files as listed, did pm2 restart mm without any help.
Ideas?
-
RE: MMM-COVID-19 (Deprecated)
@Sean no problem, thanks for replying!
What I mean is a way to make the module smaller in size. As of now, it takes up a lot of screen space. I would love to have to have it smaller in size
-
MMM-telldusLive not updating
So, whenever I restart the MM, tellduslive is updated with the sensors. However, after a short while it stops updating. The calender, weather and other modules seem to update fine. Posted the code of telldus in case it helps
{ module: "MMM-telldusLive", header: "Kolonien", position: "center", config: { publicKey: 'XXXX', privateKey: 'XXXX', token: 'XXXX', tokenSecret: 'XXXX', sensors: { showAll: 0, sensorsToShow: [ {name: "Ute", data: ["temp"]}, {name: "Vind", data: ["wdir", "wavg","wgust"]}, ] } } },
-
RE: MMM-telldusLive - Display devices from Telldus Live
if I can come with a request, it would be to hide the device states and be able to only show the sensors. But other than that it works great!
-
RE: MMM-Tibber
Just tested and it works great!
If I could come with a request, it would be not to show the graphs but only the data. So that I could only see the current consumption or by hours and the current pricing.