• 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. shadymaple
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 3
  • Posts 12
  • Groups 0

Posts

Recent Best Controversial
  • Video Feed - Sports Highlights - ESPN

    What are the possibilities of setting up a video feed on the magic mirror, showing current sports highlights?

    posted in Development
    S
    shadymaple
    Dec 23, 2016, 1:26 PM
  • RE: Building an Image Module.

    To comment out, I did the ¨//¨ before that line, correct? If so, it now shows the outline of my image, but image doesn´t load. Is that maybe a GitHub issue for me - maybe I did that wrong? This part of my code in the config.js is:

    	{
    	 module: 'MMM-Globe',
    	 position: 'center',
    		 config: {
        		style: 'geoColor',
        		imageSize: 300,
        		ownImagePath:'https://github.com/ddzurko/Mirror/blob/master/Gear.png',
        		updateInterval: 10*60*1000
    		}
    	},
    
    posted in Development
    S
    shadymaple
    Dec 15, 2016, 2:53 PM
  • RE: Location ID Help

    @chrisfoerg Ok got it, thanks very much!

    posted in Troubleshooting
    S
    shadymaple
    Dec 15, 2016, 2:23 AM
  • RE: Location ID Help

    I changed the Location and took out the Location ID, seems to be working correctly now. My code:

    	{
    		module: 'currentweather',
    		position: 'top_right',
    		config: {
    			location: 'WINDBER,US',
    			locationID: '',  //ID from http://www.openweathermap.org
    			appid: '48588f342a2ec0786f66876ef390757c'
    		}
    	},
    
    
    	{
    		module: 'weatherforecast',
    		position: 'top_right',
    		header: 'Weather Forecast',
    		config: {
                		location: 'WINDBER,US',
    			locationID: '',  //ID from http://www.openweathermap.org
                		appid: '48588f342a2ec0786f66876ef390757c'
    		}
    	},
    
    posted in Troubleshooting
    S
    shadymaple
    Dec 14, 2016, 8:20 PM
  • RE: Location ID Help

    It would be the Weather Forecast module.

    posted in Troubleshooting
    S
    shadymaple
    Dec 14, 2016, 7:40 PM
  • Location ID Help

    I located the index list of city data, itś a .jz file. Not sure how to open that to view my location? Iḿ located in Windber, Pennsylvania…close to Johnstown or Pittsburgh

    posted in Troubleshooting
    S
    shadymaple
    Dec 14, 2016, 4:23 PM
  • RE: Building an Image Module.

    Thanks, we tried that, we did get your image to display, but when we placed our image in the ownImagePath, we would just get three lines around the border of the image (left, right, bottom). Not sure…I will try attaching a picture as well to show you.

    posted in Development
    S
    shadymaple
    Dec 14, 2016, 1:34 PM
  • 1
  • 2
  • 1 / 2
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