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

    Nico Biester

    @Nico Biester

    0
    Reputation
    520
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Nico Biester Unfollow Follow

    Latest posts made by Nico Biester

    • RE: Syntax Error.

      @axled said in Syntax Error.:

      {
      module: “MMM-WeeklySchedule”,
      position: “top_center”,
      header: “Stundenplan”,
      config: {
      schedule: {
      timeslots: [ “8:00”, “8:30”, “10:00”, “11:40”, “11:50” ,“13:00”, “14:00”, “14:45”, “16:00”],
      lessons: {
      mon: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      tue: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      wed: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      thu: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      fri: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      },
      updateInterval: 1 * 60 * 60 * 1000, // every hour
      showNextDayAfter: “22:00”
      },
      },
      },

      Thanks for your help and your tips. It´s working very well!

      posted in Troubleshooting
      N
      Nico Biester
    • Syntax Error.

      And here Is my next question :D . I have this module but when I start my MagicMirror2 I get this message : " Please create a config file." Here is my code :

      {
      module: “MMM-WeeklySchedule”,
      position: “top_center”,
      header: “Stundenplan”,
      config: {
      schedule: {
      timeslots: [ “8:00”, “8:30”, “10:00”, “11:40”, “11:50” “13:00” “14:00” “14:45” “16:00”],
      lessons: {
      Mo: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      Di: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      Mi: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      Do: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],
      Fr: [ “GA”, "LZ - ", “Pause (30)”, “1 FS”, “2 FS”, “Pause (60)”, “LB”, “3 FS”, “Feierabend”],

              }
          },
          updateInterval: 1 * 60 * 60 * 1000, // every hour
          showNextDayAfter: 22:00
      

      },

      I´m sorry that the code looks so strange but I dont know how to do it right.

      posted in Troubleshooting
      N
      Nico Biester
    • WhatsApp on MagicMirror2

      Hello guys. After installing my modulesI got the idea that i would like to see my WhatsApp messages on the screen. So my question is if somebody of you know how to do this. :D

      posted in Feature Requests
      N
      Nico Biester
    • RE: Weatherforecast problem.

      @axled Thanks for your help. It worked. :D

      posted in Troubleshooting
      N
      Nico Biester
    • Weatherforecast problem.

      Hello. I have a problem with my wheaterforecaster module as you can see in the title. Since I filled the locationID and the API key In the config.js datafile my MagicMirror dont start correctly and just say “Please create a config file.” Here is my config.js file. The XXX are just placeholder for personal informations.

       {
      		module: "weatherforecast",
      		position: "top_right",
      		config: 
      {
      
      			// See 'Configuration options' for more information.
      			location: "Bonn,Germany",
      			locationID: "", Location ID from https://openweathermap.org/city/2946447
      			appid: "xxx" //openweathermap.org API key.
      		}
      	}
      
      posted in Troubleshooting
      N
      Nico Biester