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

    Posts

    Recent Best Controversial
    • RE: Calendar Module +1 day Error

      Hello again!
      I Think that you shouldn’t put quotes rond false
      Here is my config:

      module: ‘calendar’,
      header: ‘Kalender, Helg-och födelsedagar’,
      position: ‘top_left’,
      config: {
      colored: true,
      timeFormat: ‘absolute’,
      maximumEntries: 12,
      urgency: 2,
      dateFormat: ‘Do MMM’,
      fullDayEventDateFormat:‘Do MMM’,
      showEnd: false,
      getRelative: 48,

      posted in Troubleshooting
      N
      Nilnik
    • RE: MMM-Domiticz

      Hello, I changed line 171 i domoticz.js from setTimeout(function() { to setInterval(function() { . It works for me. I have used this module for many years…```
      Thisi my config:

      {
      			disabled: false,
      			module: 'Nilnik/domoticz', //folder
      			header: 'Domoticz Home Automation',
      			position: 'bottom_right',
      			config: {
      				apiBase: "http://xxx.xxx.x.xxx", //Domoticz IP
      				apiPort: "xxxx", //Port
      				updateInterval: 6000,
      				sensors: [
      				{
      					idx: "17", //Device IDX
      					symbolon: "fa fa-unlock", //font-awesome icon if device is On
      					symboloff: "fa fa-lock", //font-awesome icon if device is Off (this will also be used if it is a temperature-de
            				},
      				{
      					idx: "3",
      					symbolon: "fa fa-unlock",
      					symboloff: "fa fa-lock",
      				},
      				{
      					idx: "16",
      					symbolon: "fa fa-unlock",
      					symboloff: "fa fa-lock",
      				},
      				{
      					idx: "1",
      				},
      				{
      					idx: "2",
      					symboloff: "fa fa-thermometer-half",
      				},
      				{
      					idx: "10",
      					symboloff:"fa fa-thermometer-half",
      				},
      				{
      					idx: "11",
      					//symbolon: "fa fa-thermometer-half",
      					symboloff: "fa fa-thermometer-half",
      					
      				},
      				{
      					idx: "30",
      					//symbolon: "fa fa-thermometer-half",
      					symboloff: "fa fa-thermometer-half",
      				},
      				{
      					idx: "12",
      					symboloff: "fa fa-thermometer-half",
      				},
      				{	idx: "13",
      					symboloff: "fa fa-thermometer-half", 
      				},
      				{	idx: "7",
      					symboloff: "fa fa-thermometer-half",
      				},
      				{
      					idx: "23",
      					symboloff: "fa fa-user-lock",
      				},	
      			],
      		}
      	},	
      
      
      

      `

      posted in Utilities
      N
      Nilnik
    • RE: The oldest to make a Magic Mirror?

      I’m born november 1949, so I am 69.

      posted in General Discussion
      N
      Nilnik
    • RE: MMM-earth

      Hello! It’s working for me. My config:

      {
                              disabled: false,
                              module: "MMM-EARTH",
                              position: "middle_center",
                              config: {
                                      mode: "Natural",
                                      rotateInterval: 15000,
                                      animationSpeed: 0,
                                      MaxWidth: "45%",
                                      MaxHeight: "45%",
                                      }
      },
      posted in Troubleshooting
      N
      Nilnik
    • RE: 24 Hour clock problem

      Hej Rasmus,

      timeformat: “24” is wrong remove the quotes round 24(timeformat: 24,)

      posted in Bug Hunt
      N
      Nilnik
    • RE: module calendar showing full day events one day to long

      Hello! Check this link: https://forum.magicmirror.builders/topic/8856/calendar-module-1-day-error/3

      posted in Troubleshooting
      N
      Nilnik
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n291, Gothenburg, Sweden

      posted in Troubleshooting
      N
      Nilnik
    • 1 / 1