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

    Posts

    Recent Best Controversial
    • RE: config

      @cowboysdude hi thx for that when you say make a copy where is it saved to.cheers

      posted in Troubleshooting
      G
      geo
    • RE: config

      @La7dan hi the mirror is up and running.the next problem is to have the weather and news modules changed to Gb

      posted in Troubleshooting
      G
      geo
    • RE: config

      hi i thought i had managed to copy the config you sent but obviosly not as mirror still will not open ,cheers

      posted in Troubleshooting
      G
      geo
    • RE: config

      @sdetweil no

      posted in Troubleshooting
      G
      geo
    • RE: config

      @geo said in config:

      geo

      this is what i have

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */*
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration/*
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			header: "GB Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendar/embed?src=en.uk%23holiday%40group.v.calendar.google.com"					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config:  {     
      				location: "",
      				locationID: "53.9576",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "76b503a29647f3a01dd9ba1055daea6d",
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "",
      				
      				
      				locationID: "53.9576",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "76b503a29647f3a01dd9ba1055daea6d",
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title:  "BBC",
      						url: "http://WWW.BBC.com/services/xml/rss/bbc/HomePage.xml",
      					}
      				],
      				showSourceTitle: true,
      				
      				showPublishDate: true,
      				broadcastNewsFeeds: false,
      				broadcastNewsUpdates: true,
      			}
      		},
      	]
      
      };
      
      
      posted in Troubleshooting
      G
      geo
    • RE: config

      @sdetweil hi i think i am back on track.you say to cut,is that the same as copy,because when i right click on your config all i see is copy.cheers

      posted in Troubleshooting
      G
      geo
    • RE: config

      totally totally out of my depth and do not understand why my config.js is empty and why the text editor is missing.sorry

      posted in Troubleshooting
      G
      geo
    • RE: config

      @sdetweil hi sorry but i am stuck config.js is empty and cant find text editor

      posted in Troubleshooting
      G
      geo
    • RE: config

      @geo would it be better to delete and re install

      posted in Troubleshooting
      G
      geo
    • RE: config

      @sdetweil hi after another attempt i find the config is empty all that is available is the sample

      posted in Troubleshooting
      G
      geo
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 6 / 8