What are the possibilities of setting up a video feed on the magic mirror, showing current sports highlights?
Read the statement by Michael Teeuw here.
shadymaple
@shadymaple
High School teacher.
Latest posts made by shadymaple
-
Video Feed - Sports Highlights - ESPN
-
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 } },
-
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' } },
-
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
-
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.
-
RE: Building an Image Module.
@shadymaple I should add, that I did try the GitHub thing, added the Logo image and even added that to our Raspberry-Pi - I see the folder in the MagicMirror area.
-
Building an Image Module.
Hi everyone, we have the MagicMirror up and running, and we’ve modified a little bit, by adding our own Text and included an ESPN rss feed as well. We’d like to add an image (school logo) to our mirror. Where can I find information - quite specific information - that would show us how to build an image module? We’ve tried a few things already, but have not had success. Thanks, hope someone can assist.