MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Nilnik
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 28
    • Best 7
    • Controversial 0
    • Groups 1

    Nilnik

    @Nilnik

    Project Sponsor

    8
    Reputation
    819
    Profile views
    28
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Göteborg, Sweden

    Nilnik Unfollow Follow
    Project Sponsor

    Best posts made by Nilnik

    • 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

    Latest posts made by 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: 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