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

    Posts

    Recent Best Controversial
    • RE: MagicMirror-Netatmo-Module CSS

      @broberg thanks. I add it at the end - nothing happends ```
      .netatmo{display:inline-block}.netatmo .module,.netatmo .loading,.netatmo .loadTimer,.netatmo .updated{display:inline-block}.netatmo .module{overflow:hidden;margin:.125em .25em;border-radius:.25em;border:1px solid #fff}.netatmo .module .name{color:#000;text-align:center;padding:.125em .25em;background:#fff}.netatmo .module .data{padding:.125em .25em}.netatmo svg.loading{width:.6em;height:.6em}.netatmo svg.loading circle{fill:none;stroke-linecap:round;cx:50;cy:50;r:40}.netatmo svg.loading circle.inner{stroke:#fff;stroke-width:6}.netatmo svg.loading circle.outer{stroke:#aaa;stroke-width:10}.netatmo svg.loadTimer{width:.5em;height:.5em;margin:.2em 0;vertical-align:middle}.netatmo svg.loadTimer .loader{fill:#000}.netatmo svg.loadTimer .border{fill:#aaa}.netatmo .updated{margin:.2em 0;padding:0 .5em;vertical-align:middle}
      .MagicMirror-Netatmo-Module .wi-thermometer {
      color: yellow;
      }

      /* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

      posted in Troubleshooting
      zdenekZ
      zdenek
    • MMM-Hue CSS

      Hi
      I found out, that I can change color for “all-bulbs-on” and “partially-on”. I was missing “all-bulbs-off”, co I’ve adde the row to the .css, but it doesn’t work (I guess because the style “all-bulbs-off” is not uset in the .js). How to modify the module to use new item in css?
      thanks, Zdeněk

      posted in Troubleshooting
      zdenekZ
      zdenek
    • MagicMirror-Netatmo-Module CSS

      Hi all
      is it possible to change color of Temperature for example? I know I can set order of values, but I would like to have for example actual temperature yellow. Thanks, Zdeněk

      posted in Troubleshooting
      zdenekZ
      zdenek
    • Calendar translation

      Hi all. Please, how can I do translation of words “Today”, “Tommorow”, “The day after tommorow”? The rest is translated (Instead of “after 2 days” I’ve already translated captions".
      Thanks, Zdeněk

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: MMM-NetworkScanner

      @Mykle1 thanks fir help. Stupid question - how? I can download source code of v0.0.1 and these files simply copy/paste to /home/pi/MagicMirror/modules/MMM-NetworkScanner folder? And subfolder node_modules leave as it is? If I did (and nothing else changed), module starts and on screen is just “Loading…” forever.

      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is scanning for mac addresses
      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is scanning for mac addresses
      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is scanning for mac addresses
      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is scanning for mac addresses
      MMM-NetworkScanner received SCAN_NETWORK
      MMM-NetworkScanner is scanning for mac addresses
      and it continue on the same way

      thanks, Zdeněk

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-NetworkScanner

      I’ve also issue - “resident” doesn’t work for me:

      and here ic config:

      	       {
            		module: 'MMM-NetworkScanner',
              	position: 'bottom_right', 
              	config: {
                  		devices: [
      	                    	{ macAddress: "ab:ab:ab:ab:ab:ab", name: "Mobile", icon: "server"},
                      	],
                  		showUnknown: false,
      			debug: false,
                  		showOffline: true,
                  		keepAlive: 60,
                  		updateInterval: 30,
                  		residents: "Mobile",
      			showLastSeen: true,
       	                occupiedCMD: {notification: 'REMOTE_ACTION', payload: {action: 'MONITORON'}},
                  		vacantCMD  : {notification: 'REMOTE_ACTION', payload: {action: 'MONITOROFF'}},
       			}        
          	      },
      

      any idea? module get started, Icon and name appers, but it’s still “grey” (like offline - wifi is on, I can see Raspberry and also Server on the same network via Fing)
      Tried also with IP - the same. Tried another device, the same. And arp-scan --localnet I can see the devices I want to monitor

      thanks for help
      Zdeněk

      posted in Utilities
      zdenekZ
      zdenek
    • MMM-NetworkScanner - "residents" are offline but they should be online

      Hi all
      MMM-NetworkScanner module works, but whatever I put in “residents”, seems they are offline

      {
      module: ‘MMM-NetworkScanner’,
      position: ‘bottom_right’,
      config: {
      devices: [
      { ipAddress: “192.168.1.11”, name: “Mobile”, icon: “server”},
      ],
      showUnknown: false,
      debug: false,
      showOffline: true,
      keepAlive: 60,
      updateInterval: 30,
      residents: “Mobile”,
      showLastSeen: true,
      occupiedCMD: {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITORON’}},
      vacantCMD : {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITOROFF’}},
      }
      },

      IP 192.168.1.11 is on the same subnet as Raspberry, I can ping both from devices from my laptop (I can access 192.168.1.11 conf page), but the device name and icon are grey (offline). Any idea?
      I’ve tried IP, MAC - the same result, tried another IP (network printer) - also offline…

      thanks, Zdeněk

      posted in Troubleshooting
      zdenekZ
      zdenek
    • 1 / 1