etwasmitbaum

Results 6 comments of etwasmitbaum

I converted the Watchy project to an PlatformIO project. Here is the .zip file of it: [WatchyPlatformIO.zip](https://github.com/sqfmi/Watchy/files/6664949/WatchyPlatformIO.zip) I manually included the Watchy library from source. If you want to use...

@adamm If you are on Windows go to `C:\Users\[your username]\Documents\Arduino\libraries\Watchy\src` in there is a file called `config.h`. There are following lines: ``` 27 //weather api 28 #define CITY_NAME "NEW+YORK" //if...

> you should use board_build.flash_mode = dio Thanks for info. Wasn't aware of that, I just copy pasted what I used in Arduino. I updated my comment above with the...

Just updated my comment from above again and removed the line. I am glad to I could help you with my zip :)

Hello @joeleonjr, thank you for making me aware! The API, key you are referring to, is the default API key from the Watchy source code [here](https://github.com/sqfmi/Watchy/blob/342eb48a497eb3dcb1ec03c5c156937fdec07ba9/examples/WatchFaces/7_SEG/settings.h#L6). So it already was...

I can confirm the solution from @nathan815. As alternative, to also have IPv6 you can use ``` adguardhome: # ... network_mode: host ``` Although this will discard the port mapping...