Thanks but even without the quotes, the CPU is still high.
Read the statement by Michael Teeuw here.
Posts made by cookblook
-
RE: MMM-DarkSkyForecast high CPU load
-
RE: MMM-DarkSkyForecast high CPU load
Hi,
thanks but I don’t use this option. Here is my config :
{ module: "MMM-DarkSkyForecast", header: "Weather", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "xxx111222333", latitude: "11.220593", longitude: "-34.331706", iconset: "4c", concise: false, forecastLayout: "table", maxDailiesToShow: 6, showSummary: true, } },
-
MMM-DarkSkyForecast high CPU load
Hi,
for a couple of weeks. I have a very high CPU load when I activate this module. I made a test where I disabled all of the modules and reactivate them one by one and this one had the issue. Anyone else experience this issue?
-
Send data to magic mirror? Is there an API?
Hello,
I am working on a little project where I use an ESP32 with different sensors connected to WiFi. Because it’s battery-powered I only wake it up every 10 minutes to collect the sensor data and then I want to send it to the magic mirror for display. Can MM receive post request or do I have to start a webserver for this?
-
RE: Custom.css is not working
I tried this one when I put it in the custom.css nothing happens. if I change it in the module CSS file it works.
.MMM-DarkSkyForecast .module-content { width: 600px; }
-
Custom.css is not working
Hello,
I am trying to change the width of the columns but with no success. I added the values to the custom.css but for some reason, it doesn’t work. When I go and change the CSS settings directly in the modules CSS file it works. Does anyone have an idea of what this can cause?
-
Column width change help
Hello,
I am trying to change the width of the columns but for some reason, I can’t make it work. I already tried these custom css settings. But no matter what I put in it does not change the width. I also attached a picture of the screen.
.region.center .module-content, .region.center .module-content header { text-align: left; max-width: 1050px; min-width: 1050px; } region.top.left { width: 1000px; } .region.top.center { width: 1000px; } .region.top.right { width: 1000px; .region.bottom.right { width: 1000px; } .MMM-TAF { Width: 600px; } .MMM-DarkSkyForecast .module-content { width: 600px; }
-
Getting date inside the config.js
Hello,
is there an option/way to get the current date (day, month) inside the config.js. I need this to config a module.
thanks
-
RE: MMM-GoogleAnalytics - Show your Website statistics on your mirror
I installed this module and followed the instructions for the keyfile but I can’t get any data displayed.
Is there an way to see if there are any errors with the keyfile or maybe config?