@lavolp3 so, our requests will be free? Because google changed his rules few months ago and I can’t find right information about it.
Read the statement by Michael Teeuw here.
Latest posts made by Banandze
-
RE: Google maps API key
-
RE: Google maps API key
@dazza120 Thank you for answer, but it won’t be free to make more than 4 requests in a day to google. And this is the problem. I can add pollFrequency but it will cost $7 per 1000 requests. I’m trying to find free solution
-
Google maps API key
Hi, guys! I’m asking for help about google api key because it only provides $200 per year, so it’s about 4 requests in a day. What shall I change in this module MMM-MyCommute to make more requests. Maybe it will ask other sites. It’s perfectly for me to get a request to this Yandex map.
-
RE: MMM-Page-Selector: A page switcher that can set positions of modules
@Veldrovive I will try it on the weekend. Yes, you ynderstand me with the problem of appearing. There is my config
var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "ru", timeFormat: 24, units: "metric", modules: [ { "module": "MMM-Page-Selector", "position": "top_center", "config": { "defaultPage": "главная", "displayTitle": true, "selectPageNotif": [], "incrementPageNotif": [], "decrementPageNotif": [] } }, { module: 'MMM-page-indicator', position: 'bottom_bar', "pages": "all", config: { pages: 6, activeBright: true, inactiveHollow: true, } }, { module: "alert", "pages": "all", }, { module: 'MMM-PIR-Sensor', "pages": "all", config: { sensorPIN: 22, powerSaving: true, powerSavingDelay: 120, // See 'Configuration options' for more information. } }, { module: 'MMM-3Day-Forecast', position: 'top_right', "pages": {"главная": "top_right"}, config: { api_key: '2f91769xxxxxxxxxxxxxxx', lat: 54.61972, lon: 39.740002, units: 'M', lang: 'ru', interval: 900000, } }, { module: "currentweather", position: "top_right", animationSpeed: 500, // This can be any of the regions. "pages": {"погода": "top_left"}, // Best results in left or right regions. config: { // See 'Configuration options' for more information. location: "Рязань", locationID: "500096", //Location ID from http://openweathermap.org/help/city_list.txt appid: "ab3164xxxxxxxxxxxx" //openweathermap.org API key. } }, { module: "MMM-EARTH", position: "bottom_center", "pages": {"погода": "middle_center"}, config: { mode: "Natural", rotateInterval: 5000, MaxWidth: "50%", MaxHeight: "50%", } }, { module: "weatherforecast", position: "left", // This can be any of the regions. colored: true, pages: {погода: "left"}, config: { // See 'Configuration options' for more information. location: "Рязань", locationID: "500096", //Location ID from http://openwea$ appid: "ab31646bxxxxxxxxxxxxx" //openweather } }, { module: "updatenotification", position: "top_bar", "pages": "all", }, { module: "clock", position: "top_left", "pages":{"главная": "top_left", "погода": "top_left", "почта": "top_left", "новости": "top_left", "календарь": "top_left", "фото": "top_left" }, }, { module: "calendar", header: "US Holidays", position: "top_left", "pages": {"календарь": "upper-third"}, config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" } ] } }, { module: "newsfeed", position: "bottom_bar", "pages": {"главная": "bottom_bar", "новости": "bottom_bar"}, config: { feeds: [ { title: "Финансовые новости MFD", url: "http://mfd.ru/rss/news/handler.ashx" } ], showSourceTitle: true, showPublishDate: true } }, { "module": "MMM-Cursor", }, ] };
-
RE: MMM-Page-Selector: A page switcher that can set positions of modules
@Veldrovive thank you for reply! I will check the changes on the weekend. What shall I use to make weather data more structure? I want one module upper than another. I put first one upper in config file and wrote “top_left” for both modules but they are shown in wrong way. And another question about not swithing, I didn’t understand your question exactly. I turn ii on and it works four times, then it doesn’t swith and my screen becomes slightly darker, then after few munites it works again fout times.
-
RE: MMM-Page-Selector: A page switcher that can set positions of modules
Hi @Veldrovive ! Can you help me to solve some problems with pages? The first is that it doesn’t swith sometimes. it works, but not the whole time. The second is rhat pages show modules while they don’t havw to. There are config file and examples. So the main page (главная) shows weather data but it doesn’t have to. The same situation with other pages (example - calendar “календарь”). While the weather page (with earth) doesn’t show these modules. Wrehe is the problem? Sorry for bad structure…
var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "ru", timeFormat: 24, units: "metric", modules: [ { "module": "MMM-Page-Selector", "position": "top_center", "config": { "defaultPage": "главная", "displayTitle": true, "selectPageNotif": [], "incrementPageNotif": [], "decrementPageNotif": [] } }, { module: 'MMM-page-indicator', position: 'bottom_bar', "pages": "all", config: { pages: 6, activeBright: true, inactiveHollow: true, } }, { module: "alert", "pages": "all", }, { module: 'MMM-PIR-Sensor', "pages": "all", config: { sensorPIN: 22, powerSaving: true, powerSavingDelay: 120, // See 'Configuration options' for more information. } }, { module: 'MMM-3Day-Forecast', position: 'top_right', "pages": {"главная": "top_right"}, config: { api_key: '2f91769xxxxxxxxxxxxxxx', lat: 54.61972, lon: 39.740002, units: 'M', lang: 'ru', interval: 900000, } }, { module: "currentweather", position: "top_right", animationSpeed: 500, // This can be any of the regions. "pages": {"погода": "top_left"}, // Best results in left or right regions. config: { // See 'Configuration options' for more information. location: "Рязань", locationID: "500096", //Location ID from http://openweathermap.org/help/city_list.txt appid: "ab3164xxxxxxxxxxxx" //openweathermap.org API key. } }, { module: "MMM-EARTH", position: "bottom_center", "pages": {"погода": "middle_center"}, config: { mode: "Natural", rotateInterval: 5000, MaxWidth: "50%", MaxHeight: "50%", } }, { module: "weatherforecast", position: "left", // This can be any of the regions. colored: true, pages: {погода: "left"}, config: { // See 'Configuration options' for more information. location: "Рязань", locationID: "500096", //Location ID from http://openwea$ appid: "ab31646bxxxxxxxxxxxxx" //openweather } }, { module: "updatenotification", position: "top_bar", "pages": "all", }, { module: "clock", position: "top_left", "pages":{"главная": "top_left", "погода": "top_left", "почта": "top_left", "новости": "top_left", "календарь": "top_left", "фото": "top_left" }, }, { module: "calendar", header: "US Holidays", position: "top_left", "pages": {"календарь": "upper-third"}, config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" } ] } }, { module: "newsfeed", position: "bottom_bar", "pages": {"главная": "bottom_bar", "новости": "bottom_bar"}, config: { feeds: [ { title: "Финансовые новости MFD", url: "http://mfd.ru/rss/news/handler.ashx" } ], showSourceTitle: true, showPublishDate: true } }, { "module": "MMM-Cursor", }, ] };