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

    Topics

    • K

      Compliments from MQTT sensor

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      1k Views
      L
      @litevox158 said in Compliments from MQTT sensor: Hi buddy, following up on this. Did you get any output on these quires yet? Regards, https://dltutuapp.com/tutuapp-download/ https://showbox.run/ https://kodi.software/ Kevin J. Hodge Hi mods, thanks for the follow up on this. Regards, Kevin J. Hodge
    • K

      MMM-Wunderground iconset doesn't work

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      784 Views
      K
      Hi there, My mirror is up to date. MMM-Wunderground works well except iconset. My config is below. But icons are still flaticons. [image: Screenshot%202018-04-29%2003.32.31.png] Any idea? { module: 'MMM-WunderGround', position: 'top_right', config: { apikey: 'XXXXXXXXXX', pws: 'Istanbul', hourly: '0', fctext: '1', fcdaycount: "3", fcdaystart: "0", hourlyinterval: "3", hourlycount: "2", alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, UseCardinals: 0, layout: "horizontal", sysstat: 0, iconset: "VCloudsWeatherIcons" } },
    • K

      Simple MySQL query

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      7
      0 Votes
      7 Posts
      3k Views
      K
      @ralberth said in Simple MySQL query: current_date() Yes it’s Turkish :) Module is working :thumbs_up: But I need a little todo :) I’m using this module for my son’s daily course schedule and meal chart. Previously, I use a php script (on my NAS) to get data from mysql and and parse with my Home Assistan server from RestApi and pull form Home Assistant server via MMM-homeassistant-sensors :smiling_face_with_halo: (I know it’s very dirty method) MySql query in php is displaying next day’s data after 15:00 each day (sample code bellow) to aware of next day program. $bugun = date("l"); $yarin = date("l", time()+86400); $hour = date('H'); if ($hour > 15) { $bugun = $yarin; } Is it possible to use additional string and if statement in config file?
    • 1 / 1