Max/MSP | Access Weather API Data in Real Time with [maxurl]

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 26

  • @lipsynthia
    @lipsynthia 3 года назад +7

    Hey Federico, your Italian accent is wonderful and adds to your channel. English speaking viewers can only be grateful that you are producing these great tutorial videos in their native language. And I did not know there was a "maxurl" object - thanks!!!

  • @spheremusik
    @spheremusik 3 года назад +2

    Perfect! Just what I need, a new rabbit hole!

  • @TheCALMInstitute
    @TheCALMInstitute 2 года назад

    whoa this is AMAZING thank you! This helps me put together my skills as a developer with MaxMsp, love it.

  • @syncreticaudio4656
    @syncreticaudio4656 2 года назад

    no no man, for someone who's making a youtube tutorial on a computer science topic your English is almost native :D

  • @neelshah7812
    @neelshah7812 3 года назад

    Extremely helpful tutorial.

  • @ducpeterman4971
    @ducpeterman4971 Год назад

    Hi Frederico, thank you for the video. Quick question, how would you than extract the avg data from the parsedDictionary as an integer? Thanks and sorry if the question seems stupid, still very new to this.

    • @AmazingMaxStuff
      @AmazingMaxStuff  Год назад

      Hey! Do you mean what I do at 09:38? To get just the number you need to get the last values from that list using something like list.slice or list.ecils or the unpack object

  • @exshenanigan2333
    @exshenanigan2333 3 года назад

    good stuff, made me want to instal my max again!

  • @timbeaux5608
    @timbeaux5608 3 года назад +4

    Nice one! instead of JavaScript one can also use [dict.iter] > [route body] > [dict.deserialize] to parse JSON strings et voilà …

  • @szolotl
    @szolotl 3 года назад

    Bravissimo, thank You very match. And how can I obtain more days of observation for report, for example one month?

    • @AmazingMaxStuff
      @AmazingMaxStuff  3 года назад

      As far as I can see this API just gives you the trailing week, data contained in the array mentioned in the video.
      For more info I'd refer to the API documentation, link in video description.

  • @hellaprecious
    @hellaprecious 3 года назад

    Can you use this technique for other APIs/ Dictionaries, say from Adafruit IO? I want to create a device using data from my heart rate monitor...

    • @AmazingMaxStuff
      @AmazingMaxStuff  3 года назад

      Sure, you can follow the same method. Just change the address you want to query

  • @sennebaeyens8738
    @sennebaeyens8738 3 года назад

    Really nice! :)

  • @axgp_
    @axgp_ 3 года назад +5

    now to order uber eats from max

  • @hungrydave1977
    @hungrydave1977 2 года назад

    You probably need to write $s1

    • @AmazingMaxStuff
      @AmazingMaxStuff  2 года назад

      Where do you mean? If it's in a message that's not legal syntax

    • @hungrydave1977
      @hungrydave1977 2 года назад

      @@AmazingMaxStuff could well be wrong. I just meant in the bit where u send "berlin" to the get request via $1. You found another way around. Anyway thanks for the video