MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Nilnik
    3. Posts
    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: 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: MMM-Domoticz Cannot read property '0' of undefined

      @MisterT Hello again, I noticed that have changed the row “setInterval(function() {” to
      “setTimeout(function() {”

      posted in Troubleshooting
      N
      Nilnik
    • RE: MMM-Domoticz Cannot read property '0' of undefined

      @MisterT I have the same module domoticz (M.Arvidsson) and it works fine for me. I can seei n your domoticz.js that ievery row with log.log … , I have console.log. Maybe thats the problem.

      posted in Troubleshooting
      N
      Nilnik
    • RE: Multiple Calendars

      Hello, Try this. I removed a comma after gogglebirhdaysprovider and inserted a comma after the curly bracket
      below the holidays-url. Hope it works. /Nisse

      @MwMagicMirror said in Multiple Calendars:

      {
      module: “MMM-GoogleBirthdaysProvider”,
      config: {}
      },

                  {
                          module: "calendar",
                          header: "Birthdays and US Holidays",
                          position: "top_left",
                          config:
                          {
                             calendars:
                             [
                                {
                                   symbol: 'birthday-cake',
                                   url: 'http://localhost:8080/mmm-googlebirthdaysprovider'
                                },
      
                                {
                                   symbol: "calendar-check",
                                   url: 'https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics'
                                },
      
                             ]
                          }
                  },
      
      posted in Troubleshooting
      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: Contribute to a module. Volunteers wanted! Easy!

      n291, Gothenburg, Sweden

      posted in Troubleshooting
      N
      Nilnik
    • RE: Office365 Calendar load error

      Glad to help, have a nice day

      posted in Troubleshooting
      N
      Nilnik
    • RE: Office365 Calendar load error

      Hello, look at this link: https://github.com/MichMich/MagicMirror/wiki/Apple-Google-MicroSoft-Calendar-Support

      posted in Troubleshooting
      N
      Nilnik
    • RE: M-Arvidsson/MMM-domoticz

      Sorry to hear. I have the same module and on my mirror and it works OK.
      Maybe it depends witch version av MM you running. I have 2.6.0.

      posted in Utilities
      N
      Nilnik
    • RE: M-Arvidsson/MMM-domoticz

      Hello!
      If you put an s after the first fa like “fas fa-wind” it works.

      posted in Utilities
      N
      Nilnik
    • 1 / 1