• 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. jamietd
  3. Posts
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

Posts

Recent Best Controversial
  • 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
    Mar 10, 2018, 4:14 PM
  • 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
    Mar 8, 2018, 10:39 PM
  • 1 / 1
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