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

    Posts

    Recent Best Controversial
    • RE: pages

      thank you

      posted in Troubleshooting
      V
      videogame95
    • RE: Happy wife is a happy life!

      Hi do you know if a touch screen add rectangle bezel form Ali express would work under glass or over the glass?
      as hopping to add one at later date using mirror glass if put it under the glass would it still work ?

      posted in Show your Mirror
      V
      videogame95
    • RE: Troublesshooting config

      I have a copy of my config before adding page I’ve replaced it with that one so I can add the pages to that one if its working always make a copy before add any new modules.

      thank again

      posted in Troubleshooting
      V
      videogame95
    • RE: Troublesshooting config

      Thanks what are page position can i use as see that s missing and could not see
      any on the list use could give me a list of position I can use in pages like top-left
      would this be the correct way to write it in the position space? I’ve seen it on
      other modules but can remember all the position .

      thank for your help

      posted in Troubleshooting
      V
      videogame95
    • RE: Troublesshooting config

      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

      posted in Troubleshooting
      V
      videogame95
    • pages

      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

      posted in Troubleshooting
      V
      videogame95
    • Troublesshooting config

      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

      posted in Troubleshooting
      V
      videogame95
    • RE: Happy wife is a happy life!

      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

      posted in Show your Mirror
      V
      videogame95
    • RE: pages and simple back groung slidswhows

      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;}

      posted in Entertainment
      V
      videogame95
    • RE: pages and simple back groung slidswhows

      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 .

      posted in Entertainment
      V
      videogame95
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 1 / 8