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

    Posts

    Recent Best Controversial
    • MM in refrigerator door

      So i tackled my first MM and was a huge success aside from giving up on getting alexapi to work. and i have now a burning desire to put a Pi with a small touch screen in my fridge. yes you heard me in my fridge no no no not inside it but on the outside of the door similar to that Samsung fridge thats out.

      My plan is to install it in the door by cutting out and recessing it in running all wires inside the door itself. I was thinking on running the MM program on it but id also want to be able to bring up recipes and play music onto a external speaker maybe. its asking a lot considering the extent i know how to program is sudo apt-get… but i am looking forward to it. has anyone attempted anything such as this?

      posted in General Discussion
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @Mykle1 @strawberry-3-141 @yawns

      now im having an issue where it wont sit in the corner if that makes sense?it keeps a buffer only on the MMM-forecast-io all others are right agains the edge i installed

      body {
        margin: 0px;
        height: 100%;
        width: 100%;
      

      and that moved everything else to the edge but forcast-io stayed it even keeps a buffer when i relocate it to the other side of the screen…

      0_1504191718436_2017-08-31-110120_1016x1856_scrot.png

      sorry bout the phrase it was the first thing i figured out how to edit and since i’m making this for the wife well… figured i’d have fun with it :)

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @yawns
      Literally just found that out and tried it! haha it worked thanks guys!!

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @Mykle1 @strawberry-3-141

      here is a screen shot for reference. 0_1504184130418_2017-08-31-085210_1016x1856_scrot.png

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @strawberry-3-141 @Mykle1

      im having trouble getting it to accept the line you provided it gives me the syntax error code when starting the program. am i supposed to have it inside the MMM-forecast-io module or in its own spot? ive tried both, tried without the . infront of the module name tried with a space after scale ect.

      the position is top left and it takes up alsost 1/2 the top of the screen.

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @Mykle1 is there a way to scale the entire Module? I’ve tried doing the graph but the forecast is still huge on my screen.

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @Mykle1

      Thanks! i will try not to haha trying to figure out why I’m having issue with vlc java when trying to launch the alexa avs sample :(

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      Please disregard i’m “special” I never "git clone “hhtp://module” " to have the module in order for it to read i’m new but have it working now thanks!!!

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @Mykle1

      modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
                      {
      			module: "MMM-Todoist",
      			header: "Todoist",
      			position: "top_left",
      			config: {
      				accessToken: '33xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' ,
      				maximumentries: 10,
      				interval: 60,
      				lists: [21xxxxxxxx7],
      				fade: false,
      			}
      		},
      		{
      			module: "calendar",
      			position: "top_left",	// This can be any of the regions. Best results in left or right regions.			
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "",
      				locationID: "4170894",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd4"
      			}
      		},
      		{
      			module: 'MMM-forecast-io',
          			position: 'top_right',  // This can be any of the regions.
        		        config: {
          			// See 'Configuration options' for more information.
           		        apiKey: '2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx5', // Dark Sky API key.
            			// Only required if geolocation doesn't work:
             			latitude:   29.853357,
            			longitude: -81.389680
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "News4JAX",
      						url: "https://www.news4jax.com/feeds/rssFeed/feedServlet?obfType=GMG_RSS_DETAIL&siteId=800004&categoryId=80041&nbRows=20&FeedFetchDays=10&includeFeeds=True"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      

      I got this one to work, atleast load with no syntax error but the weather module doesnt show up? is there anything i need to do in the actual files?

      posted in Utilities
      L
      Littlejohn21
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @Mykle1

      modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			header: "US Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: 'MMM-forecast-io',
          			position: 'top_right',  // This can be any of the regions.
        		        config: {
          			// See 'Configuration options' for more information.
           		        apiKey: '6xxxxxxxxxxxxxxxxxxxxxxxxxxxx3', // Dark Sky API key.
            			// Only required if geolocation doesn't work:
             			latitude:   29.853357,
            			longitude: -81.389680
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      

      I have tried several ways and have even ran the npm run config:check it says thet expected to see { but sees something else.

      posted in Utilities
      L
      Littlejohn21
    • 1
    • 2
    • 1 / 2