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

    Posts

    Recent Best Controversial
    • RE: Display logos?

      @sdetweil great, so I just need to drop the ~, as the rest is the path for the file 🤞

      posted in General Discussion
      B
      Bungle68
    • RE: Display logos?

      @Bungle68 this is my current set up in the config.js

      {
            module: 'MMM-SimpleLog',
            position: 'top_left',      //This can be any of the regions. 
            config: {
       //The config property is optional. 
            file: ["~/home/mipi/MagicMirror/modules/MMM-SimpleLogo/Pi.png"]
           width: '300px'      }
      },
      
      

      However, it’s not showing any picture on the screen, or any errors? Has anyone used the SimpleLogo and can share the config?
      🙏

      posted in General Discussion
      B
      Bungle68
    • RE: Display logos?

      @Rags thanks, will give it a go

      posted in General Discussion
      B
      Bungle68
    • Display logos?

      What’s the best module to display a logo or series of pictures?

      posted in General Discussion
      B
      Bungle68
    • RE: Just completed in time for Christmas.

      @jstock13 whats the module on the lower left corner? 👍

      posted in Show your Mirror
      B
      Bungle68
    • RE: Introduce yourself!

      Hi all
      I’m also very new to the Magic Mirror and loving the learning curve.
      I’m 54 and live in Hertfordshire UK with my wife n growing kids.
      I used to be a toolmaker, so have always loved making anything.
      I used to run a Drone business a few years ago, but now have slowed down and enjoy 3D printing and designing and making things I need.
      I’m really loving making this mirror and working out what modules I want to add.
      I’m just hoping the modules keep evolving as it’s such a shame when they stop.
      I hope to start to learn in the new year how to code and maybe come up with my own one day.
      Loving this community and the support it brings🙏
      Boys & their Toy’s !

      posted in General Discussion
      B
      Bungle68
    • RE: Just completed in time for Christmas.

      @jstock13 great job
      What modules do you have on there?

      posted in Show your Mirror
      B
      Bungle68
    • RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations

      @sdetweil Thanks
      It seems to be working now, I just can’t get the platform numbers up.
      Is there an alternative module? 🙏

      posted in Transport
      B
      Bungle68
    • RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations

      Is anyone able to show how I can get arrivals as well as departures showing?
      I tried this, but it’s still only showing Departures.

      {
      	module: 	'MMM-UKNationalRail',
      	position: 	'bottom_left',
      	header:		'Departure',		//Optional - delete this line to turn OFF the header completely
      	config: {
      		stationCode: 		'CUF', 		// CRS code for station
      		app_id: 		'8e9c6489', 	// TransportAPI App ID
      		app_key: 		'd8*********************7c9c45550', 	// TransportAPI App Key
      		maxResults: 		5,  		//Optional - Maximum results to display.
      		showOrigin: 		false,   	//Optional - Show the origin of the train in the table
      		type: "arrival,departure"
      	}
      },
      
      posted in Transport
      B
      Bungle68
    • Adding Arrivals to MMM-UKNationalRail

      Re: MMM-UKNationalRail - Rail departure info for specific UK Railway stations

      I’m trying to see where I can have both arrivals and departures from the same station.
      It’s working perfectly for Departures, just can’t see where I change the type to “arrival,departure”
      Also the station name is missing for some reason too?

      posted in Transport
      B
      Bungle68
    • 1 / 1