MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Littlejohn21
    3. Best
    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
    • 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

      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

      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
    • 1 / 1