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?