MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. videogame95
    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 24
    • Posts 71
    • Groups 0

    videogame95

    @videogame95

    1
    Reputation
    170
    Profile views
    71
    Posts
    0
    Followers
    2
    Following
    Joined
    Last Online
    Age 66
    Location Romford Essex London

    videogame95 Unfollow Follow

    Best posts made by videogame95

    • RE: TV vs. Monitor

      It you get a nice Tv a remote may helpful and if it’s used as photo frame roll over magic mirror and it may have two HDMI socket it can be used a second screen for pc and its cheaper. Most monitors only have one Hdmi in low cost range . If their used as mirror in my opinion if you can get laptop screen with a drive board its best as its so slim . Monitors are slimmer then tv’s but can cost more ,pictures quietly is not an issue a you most seeing the mirror.
      Deciding what best depends on your pocket if you go with glass it’s much better than film the cost between acylic or glass is about 25 pound more if you look around . It’s more about weight it can get very heavy.

      Best thing to is it up a Tv you have and get it all working with add-on modules on the same size your going to use
      Before deciding.

      Hope my opinion has been helpful

      posted in General Discussion
      V
      videogame95

    Latest posts made by 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
    • RE: pages and simple back groung slidswhows

      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

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

      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

      posted in Entertainment
      V
      videogame95
    • mmm-TFL-Arrivals

      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

      posted in Troubleshooting
      V
      videogame95
    • weather modules

      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.

      posted in Troubleshooting
      V
      videogame95
    • openweatermaps

      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 ?

      posted in Troubleshooting
      V
      videogame95
    • pages and simple back groung slidswhows

      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

      posted in Entertainment
      V
      videogame95
    • RE: MMM-MarineWeather

      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

      posted in Requests
      V
      videogame95
    • RE: Sending code

      thanks ok

      posted in Troubleshooting
      V
      videogame95