The weather and the calendar both just in loading not coming up. I could try a different weather module any suggestions? their are different way of adding the pages look at 3rd party pages see which ways best to use .
any help please and thanks
The weather and the calendar both just in loading not coming up. I could try a different weather module any suggestions? their are different way of adding the pages look at 3rd party pages see which ways best to use .
any help please and thanks
Re: [MMM-Pages and MMM-page-indicator](how to select the page?)
i did put on pages but I don’t have a touch screen would the frame touch screen work in front or behind mirror glass ?
i add pages but my calendar stopped loading and so did my weather module ? I’ve add my config to a post troubleshoot .
any help please
this is my config file if I remove the page everything show up fine but with pages installed I lose the weather saying loading and the calendar but sometime the calendar
var config = {
address: "localhost",
port: 8080,
basePath: "/",
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
useHttps: false,
language: "en",
locale: "en-US",
logLevel: ["INFO", "LOG", "WARN", "ERROR"],
timeFormat: 24,
units: "metric",
modules: [
{
// MMM-pages controller
module: "MMM-pages",
config: {
modules: [
["MMM-OpenWeatherMapForecast", "clock"], // Page 1
["calendar", "clock"], // Page 2
["MMM-OpenWeatherMapForecast", "calendar", "clock", "compliments", "newsfeed"], // Page 3 (All)
["MMM-OpenWeatherMapForecast", "calendar", "clock", "compliments", "newsfeed"] // Page 4 (All)
],
fixed: ["MMM-MotionDetector"], // Keeps motion detector running in the background
rotationTime: 10000, // Optional: auto-rotates every 10 seconds. Remove if you want manual control.
}
},
{
module: 'MMM-page-indicator',
position: 'bottom_bar',
config: {
activeBright: true,
}
},
{
module: "clock",
position: "top_left"
},
{
module: "calendar",
header: "US Holidays",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com"
}
]
}
},
{
module: "MMM-OpenWeatherMapForecast",
header: "Weather",
position: "top_right",
config: {
apikey: "192baf050dxxxxxxxxf1a10d32088c93fb",
latitude: 51.5775,
longitude: -0.1786,
iconset: "4c",
forecastLayout: "table"
}
},
{
module: "compliments",
position: "lower_third"
},
{
module: "MMM-MotionDetector",
config: {
captureIntervalTime: 1000,
scoreThreshold: 200,
timeout: 3000
}
},
{
module: "newsfeed",
position: "bottom_bar",
config: {
feeds: [
{
title: "BBC England",
url: "https://feeds.bbci.co.uk"
}
]
}
}
]
};
if (typeof module !== "undefined") { module.exports = config; }
shows up on different boot ups?
any help please
hi i’m videogame95 name James
I love your touch screen magic mirror could you send me all Modules or links to the modules you use as would to get some of the on my mirror I having difficulty get my modules to work any tips , I trying to get the bus and train timetable to work I’ve add api key in my config but its not showing up I have Romford
time table train coming in I think to Romford but it very small works with the same api key?
any help please
let config = {
address: “localhost”,
port: 8080,
basePath: “/”,
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],
language: "en",
locale: "en-GB",
timeFormat: 24,
units: "metric",
modules: [
{
module: "alert",
},
{
module: "updatenotification",
position: "top_bar"
},
{
module: "clock",
position: "top_left",
},
{
module: "calendar",
position: "top_left",
config: {
calendars: [{
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/jamesharris4191%40gmail.com/private-a9dbbb5842466e98dfa403a4f00fc787/basic.ics"
}]
}
},
{
}
},
{
module: "MMM-UKNationalRail",
position: "top_left",
module: "weather",
position: "top_right",
config: {
weatherProvider: "openmeteo",
type: "current",
lat: 51.575,
lon: 0.180
}
},
{
module: "MMM-BackgroundSlideshow",
position: "fullscreen_below",
config: {
imagePaths: ["modules/MMM-BackgroundSlideshow/exampleImages/"],
transitionInterval: 20000,
slideshowSpeed: 20000,
header: "Romford Station",
config: {
stationCode: "ROM",
app_id: "099938b9", // <--- CHANGE THIS
app_key: "6ef71984b273400141cb5dbc847aed00", // <--- CHANGE THIS
maxResults: 5,
updateInterval: 600000 // 10 minutes
}
},
{
module: "MMM-UKLiveBusStopInfo",
position: "top_right",
header: "Romford Market Buses",
config: {
atcocode: "490011659G",
app_id: "099938b9", // <--- CHANGE THIS (same as above)
app_key: "6ef71984b273400141cb5dbc847aed00", // <--- CHANGE THIS (same as above)
nextBuses: "yes",
showRealTime: true,
updateInterval: 300000 // 5 minutes
}
},
{
module: "MMM-page-indicator",
position: "bottom_bar",
config: { pages: 4 }
},
{
module: "MMM-pages",
config: {
modules: [
["calendar", "weather", "clock"],
["MMM-SoccerLiveScore"],
["MMM-UKNationalRail", "MMM-UKLiveBusStopInfo"],
[]
],
fixed: ["alert", "updatenotification", "MMM-BackgroundSlideshow", "MMM-page-indicator"],
timings: { default: 20000 }
}
}
]
};
if (typeof module !== “undefined”) {module.exports = config;}
back gound slide show is a 3rd party module
it rolls over images about 5 image tress waterfalls etc I’ve change some of the pictures to my own .
Is there a way of video to the page I can add pictures of my screen if possible Sorry I forgot to add this into my other part of the post,
Thank you for any help
Hi using back round slide show 3rd party module I have install page indicator
how do i add code to this page and ill add it in next time . I’ve tried adding London for transport Timetable But unfortunately its not showing up even when I’ve added the API keys off the site Any help The problems are heavy.
thank you
Re: [MMM-UKLiveBusStopInfo & MMM-TFL-Arrivals](/topic/11585/mmm-uklivebusstopinfo-mmm-tfl-arrivals
I have installed Romford train time table using Api key -UKLiveBusStopInfo
This is working on Romford config
but not working on the Api key -UKLiveBusStopInfo i’ve got the same Api key and from this site . i going to remove the football Modules in case thats blocking it in some way.
Any Help with the Train, bus time table
thank you
Re: Just upgrade MM and weather app with openweathermap is busted. what weather modules work on 3rd party modules do all work openweathermaps id api ? or do you have to go to different web page site.
Re: [Just upgrade MM and weather app with openweathermap is busted.](/topic/19961/just-upgrade-mm-and-weather-app-with-openweathermap-is-busted.Hi how do add the update node I using 3rd paty weather modules
i add my credit card to api openweathermaps do you need to still download city clients list to get longitude and latitude or can i just get of google ?
Hi have simple background slide show and pages install ill add the config at a later date I’v renamed images pic1 pic2 and up 4pic pic 5 the only pic to show up is
pic1 the picture are in folder called images my clock comes on page 1 when it changes to page 2 should pic2 and google calendar thats working fine but no pic 2 or 3, 4, 5,
picture should. came up on all pages .
ill add the config.js file tomorrow
any help how to add the code this forum?
any suggestions help please
I’m having the same problem with open weather map module
put secret id from open weater maps
added lon :
and lat:
updated install script still not loading ?
sorry I can’t help.
any suggestion help please
Hi what do you mean by back ticks is that back slash
Or. Something else?
Thank you for any help
Hi am also trying to get PRI MOTION sensor work it said on gamini Ai to add the MM- pir sensor by bugsounet to MagicMirror thats been updsted by MagicMirror forum If find this Module you install the install code add config js pir code to config.ja file in MagicMirtor cd into cd MagicMirror look for config. Js file open with Genney editer. I did all of this black wire on ground. Gpio pin 3 down on right side red on pin 2 or 4. 5v the yellow wire go gpio 22 it will say it in code the pin to add yellow wire to .
I’ve not been able to get it to working
Get gpio pin up on phone tablet or pc in images to what pins to use . If you get it working let me know please.
Re: [2 Mirrors and one Sensor ( MMM-PIR-Sensor )](/topic/9760/2-mirrors-and-one-sensor-mmm-pir-sensor
Hi could some one send the name of a pir code that’s working I’ve been on 3rd part modules some say not supported any more.
Would someone be kind enough to put a code that’s working turn no. Monitor off with delay
Please any help .videogame95
Pir senor on off monitor raspi 5 what one works please
For my MagicMirror project ?
I can get magicmirror pages to turn page 1 to 2 but if I try to go to page 3 it chashing the hole system .
Any new ways update my pages to turn overs?
Like, go to page 3
Thanks for any help