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

    Christiaan99

    @Christiaan99

    0
    Reputation
    81
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Christiaan99 Unfollow Follow

    Latest posts made by Christiaan99

    • RE: MMM-Formula1 - Formula 1 Standings

      @ianperrin for some reason the calendar is not showing up.

      I did all the steps from the github page including the localhost:8080 link and a update but is not working.

      Is it for you still working?

      EDIT:

      The command log shows:
      Create new calendar fetcher for url: http://localhost:8080/MMM-Formula1/schedule.ics - interval: 3000000
      Calendar Error, could not fetch calendar: url: http://localhost:8080/MMM-Formula1/schedule.ics…
      error: invalid url: “http://localhost:8080/MMM-Formula1/schedule.ics”

      posted in Sport
      C
      Christiaan99
    • RE: MMM-NetworkScanner

      So i just installed this module. For some reason the name/devices does not get highlighted.

      This is my code:

         {
              module: "MMM-NetworkScanner",
              position: "top_left",
              header: "Wie is er thuis?",
              config: {
                  devices: [
                      { macAddress: "xx:xx", name: "Dad", icon: "male"},
                      { macAddress: "xx:xx", name: "Mum", icon: "female"},
                      { macAddress: "xx:xx", name: "Son", icon: "male"},
                      { macAddress: "xx:xx", name: "Daughter", icon: "female"}
                  ],
                  showUnknown: false
           },
      

      Someone know why its not working?

      posted in Utilities
      C
      Christiaan99
    • RE: Trouble with changing default holiday/calendar (dutch)

      @sdetweil i have done tried this now:

      module: "calendar",
      			header: "Vakantie/Kalender",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						//url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/_Holidays.ics",					
      						//url: "https://www.officeholidays.com/ics/netherlands",
      						file: "///default/calendar/nederland.ics",
      						}
      				]
      

      It gives me a black screen now

      posted in Troubleshooting
      C
      Christiaan99
    • RE: Trouble with changing default holiday/calendar (dutch)

      @sdetweil When I put the url in Google it downloads by itself. I open it and changed the text to dutch and safed it. Now i have a ICS document with the correct language. How can i get the url of that then?

      Yes, the URL is working.

      posted in Troubleshooting
      C
      Christiaan99
    • RE: Trouble with changing default holiday/calendar (dutch)

      @sdetweil Okay, but I changed the text now but how can i import it to magicmirror then?

      posted in Troubleshooting
      C
      Christiaan99
    • RE: Trouble with changing default holiday/calendar (dutch)

      @sdetweil Is there a other calendar you suggest then? i want the full date.

      What do i do after i download the file and change it? Its then local and not a URL anymore

      posted in Troubleshooting
      C
      Christiaan99
    • RE: Trouble with changing default holiday/calendar (dutch)

      @sdetweil Yes, it works only its says that Christmas day over 2 months and thats not correct. How can i change it to a date? and how can i change it to Dutch? its in English now.

      posted in Troubleshooting
      C
      Christiaan99
    • Trouble with changing default holiday/calendar (dutch)

      Iam making my first SmartMirror so iam a noobie to this.
      I am having some trouble to change the default holiday/calendar to Dutch.
      I have tried looking up on the website Calendarlaps but can find anything there about the dutch holidays.

      So I went a started googling and found a video on YouTube. He was using a website called officeholidays.com. On this website I found a calender but when i put that url in, its shows nothing other then “Geen geplande afspraken” (No scheduled appointments).

      0_1573310572864_WhatsApp Image 2019-11-09 at 15.41.47.jpeg

      	module: "calendar",
      			header: "Vakantie/Kalender",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						//url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/us_Holidays.ics"					
      						url: "webcal:https://www.officeholidays.com/ics/netherlands"
      						}
      
      

      Also i have some trouble with MMM-NStreinen, MMM-NetwerkScanner, MMM-NowPlayingOnSpotify. If someone know about it let me know!

      posted in Troubleshooting
      C
      Christiaan99