Ahh, yes, I can’t find the board type definitions, so I’m a bit blind there. I corrected it but no change.
I entered this in the code
MISO: GPIO12
CLK: GPIO14
CS: GPIO15
Board definitions are here (ESP8266) and here (ESP32). Bookmark them. Clicking on your board type will take you to a page with the definitions.
I can see what pins you used in the code, I wanted to make sure you were physically connected to the correct pins. So I wanted the ‘D’ numbers on the board to see if they corresponded to the GPIO numbers you had in the code.
If you are connected to these:
MISO: D6
CLK: D5
CS: D8
Then that’s all good.
The MAX6675 works from 3 to 5V so supplying it from 3.3V is not an issue (do not use 5V, you need 3.3V logic on the other pins).