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

    callum8004

    @callum8004

    0
    Reputation
    309
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    callum8004 Unfollow Follow

    Latest posts made by callum8004

    • RE: MMM-crypto-portfolio

      @charley Hi Charley - solved the issue thanks for your reply!

      posted in Utilities
      C
      callum8004
    • Skyscanner Flight Prices

      Anyone know of any modules to track flight prices? I have a date in mind I want to go on holiday but rather than constantly checking the prices it would be cool to have my MM keep me updated with the latest price.

      Callum

      posted in Requests
      C
      callum8004
    • RE: Train status tracker

      @nwootton sso if i wanted to replicate for ‘BSC’ station too how would do this in the below code?

      {
      			module: 		'MMM-UKNationalRail',
      			position: 		'bottom_left',
      			header:			'Walsall Live Departures',		/Optional - delete this line to turn OFF the header completely
      			config: 
      				{
      					stationCode: 		'WSL',	// CRS code for station
      					app_id: 			'fe0f5d14', 		// TransportAPI App ID
      					app_key: 			'7de7aa1439665fef7ad6eb151190a6a1', 		// TransportAPI App Key
      					maxResults: 		3,  		//Optional - Maximum results to display.
      					showOrigin: 		false,   	//Optional - Show the origin of the train in the table
      					calling_at:			'BHM',
      					showPlatform:		true,
      				}
      		},
      

      complete newbie with any type of coding.

      Thanks
      Callum

      posted in Requests
      C
      callum8004
    • RE: MMM-crypto-portfolio

      Hi on the MMM-crypto-portfolio module im struggling to display both SingularDTV and Linda - I’ve tried teh obvious ‘linda’ and ‘singularDTV’ but no luck - any suggestions?

      posted in Utilities
      C
      callum8004
    • RE: Train status tracker

      Hi

      I’m really struggling to add a secondary CRS station, is there any documentation on how to show multiple stations?

      posted in Requests
      C
      callum8004