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

    mishu28nmv

    @mishu28nmv

    0
    Reputation
    91
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mishu28nmv Unfollow Follow

    Latest posts made by mishu28nmv

    • RE: MMM-Tado - Tado API Login no longer working (403 error) — any fix?

      This is my solution. Just install the https://github.com/daydy16/MMM-Tado
      In the config file:

      {
      		module: 'MMM-Tado',
      		position: 'bottom_left', // This can be any of the regions.
      		config: {
      		updateInterval: 900000 // miliseconds-15minutes-96times per day < 100 
      			}
      		},
      

      After you launch your Mirror with “node --run start”, you receive in the terminal this:

      MMM-Tado: Device authentication required. Please visit the following URL: 
      https://login.tado.com/oauth2/device?user_code=XXXXXX
      

      You put that URL in your browser and submit the code. That’s it.
      Hope it helps!

      posted in Troubleshooting
      M
      mishu28nmv
    • RE: MMM-Tado - Tado API Login no longer working (403 error) — any fix?

      https://github.com/WouterEekhout/MMM-Tado/issues/18
      There is a fix from an user. Maybe give it a try 😁

      posted in Troubleshooting
      M
      mishu28nmv
    • RE: How to add modules. For absolute beginners.

      Hello guys. Absolute beginner in coding. I would like to make my own module with Flight prices.
      As default I will have:

      token: "MyToken",
      api_host: "travelpayouts-travelpayouts-flight-data-v1.p.rapidapi.com",
      api_key: "MyApiKey"
      

      And as options I will have:

      origin: "AAA",//Airport 3-Letter code
      currency: "EUR",
      depart_date: "2022-06-12",//format YYYY-MM-DD
      return_date: "2022-06-19",//format YYYY-MM-DD
      destination: "BBB"//Airport 3-Letter code
      

      Is there anyone who can create a right code (module) for this situation? If this is too stupid to ask, or if this already exists, please let me know :(

      posted in Troubleshooting
      M
      mishu28nmv