• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Nilnik
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

Nilnik

@Nilnik

Project Sponsor
8
Reputation
819
Profile views
28
Posts
0
Followers
0
Following
Joined Mar 13, 2017, 9:24 AM
Last Online 8 days ago
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
    Oct 4, 2018, 7:17 AM
  • 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
    Dec 18, 2020, 10:06 PM
  • RE: The oldest to make a Magic Mirror?

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

    posted in General Discussion
    N
    Nilnik
    Feb 10, 2019, 11:11 AM
  • 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
    Oct 15, 2018, 8:47 PM
  • RE: 24 Hour clock problem

    Hej Rasmus,

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

    posted in Bug Hunt
    N
    Nilnik
    Dec 30, 2018, 8:09 PM
  • 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
    Nov 12, 2018, 2:43 PM
  • RE: Contribute to a module. Volunteers wanted! Easy!

    n291, Gothenburg, Sweden

    posted in Troubleshooting
    N
    Nilnik
    Jan 16, 2019, 10:14 AM

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
    Dec 18, 2020, 10:06 PM
  • 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
    Sep 11, 2019, 7:44 PM
  • 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
    Sep 10, 2019, 8:13 PM
  • 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
    Mar 7, 2019, 8:38 AM
  • RE: The oldest to make a Magic Mirror?

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

    posted in General Discussion
    N
    Nilnik
    Feb 10, 2019, 11:11 AM
  • RE: Contribute to a module. Volunteers wanted! Easy!

    n291, Gothenburg, Sweden

    posted in Troubleshooting
    N
    Nilnik
    Jan 16, 2019, 10:14 AM
  • RE: Office365 Calendar load error

    Glad to help, have a nice day

    posted in Troubleshooting
    N
    Nilnik
    Jan 9, 2019, 4:13 PM
  • 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
    Jan 8, 2019, 7:17 PM
  • 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
    Jan 8, 2019, 11:45 AM
  • 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
    Jan 7, 2019, 6:27 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy