MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. cookblook
    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

    cookblook

    @cookblook

    1
    Reputation
    331
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    cookblook Unfollow Follow

    Best posts made by cookblook

    • 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

    Latest posts made by cookblook

    • RE: MMM-DarkSkyForecast high CPU load

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

      posted in Troubleshooting
      C
      cookblook
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • RE: worldclock - nobody made this, so I did.

      @sean Thanks!! That worked :-)

      posted in Productivity
      C
      cookblook