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

Posts

Recent Best Controversial
  • RE: MMM-DarkSkyForecast high CPU load

    Thanks but even without the quotes, the CPU is still high.

    posted in Troubleshooting
    C
    cookblook
    Feb 15, 2020, 4:44 PM
  • 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,
                            }
                    },
    
    posted in Troubleshooting
    C
    cookblook
    Feb 15, 2020, 4:24 AM
  • 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?

    posted in Troubleshooting
    C
    cookblook
    Feb 14, 2020, 10:34 PM
  • 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?

    posted in Development
    C
    cookblook
    Dec 12, 2019, 8:09 PM
  • 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;
    }
    
    
    posted in Troubleshooting
    C
    cookblook
    Oct 9, 2019, 10:18 PM
  • 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?

    posted in Troubleshooting
    C
    cookblook
    Oct 9, 2019, 4:05 PM
  • 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;
    }
    
    

    0_1570538345236_2019-10-08_08-32-52.jpg

    posted in Custom CSS
    C
    cookblook
    Oct 8, 2019, 12:39 PM
  • 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

    posted in Troubleshooting
    C
    cookblook
    Jan 11, 2019, 9:00 PM
  • 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?

    posted in Utilities
    C
    cookblook
    Jan 10, 2019, 6:44 PM
  • RE: worldclock - nobody made this, so I did.

    @sean Thanks!! That worked :-)

    posted in Productivity
    C
    cookblook
    Jan 9, 2019, 10:24 PM
  • 1
  • 2
  • 1 / 2
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy