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

    jamietd

    @jamietd

    0
    Reputation
    355
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jamietd Unfollow Follow

    Latest posts made by jamietd

    • RE: Not sure what doing wrong :( adding modules

      Wow what a great forum!!
      thanks for the help… really is appreciated :)
      Will try now

      posted in Troubleshooting
      J
      jamietd
    • Not sure what doing wrong :( adding modules

      HI,

      ALways having trouble adding modules and not sure how to add the config items?> as soon as i seem to do anything i get error no config file

      for instance this is my current one that worked until i added uptime robot and now doesn’t… tried adding a few modules but most of the time end up removing them

      here is my config file if anybody can see whats up?

      thanks in advance :

      
      language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: 'uptimerobot',
      			position: 'top_right',
                  		config: {
      			useColors: true
      			api_key:'u505342-b40737465f0eada9bb8a',
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: 'MMM-Globe',
      			position: 'lower_third',
      			config: {
      			style: 'geoColor',
      			imageSize: 400,
      			ownImagePath:'',
      			updateInterval: 10*60*1000
      		}
      },
      		{
      			module: "calendar",
      			header: "UK Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "Spain",
      				locationID: "2514169",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "825910983bae6910153f11c5"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "UK",
      				locationID: "2514169",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "825910983bae6979766611c5"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "BBC UK",
      						url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},{
      		    module: 'MMM-Hue',
      		    position: 'top_right',
      		    config:{
                      bridgeip: "192.168.1.4",
      		        userid: "V1mkM0KAT2qi2Z0LUIET-UFp47GZpxJyJB1R58j0",
                      colour: true
                  }
      		}
      	]
      
      }
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      
      
      posted in Troubleshooting modules adding help
      J
      jamietd