Skip to content

PyPortal

Elizabeth Adams edited this page Jul 23, 2019 · 2 revisions

Now that your code is running, your PyPortal will display your city & state, the time, the current weather condition summary and icon to match, and the temperature in Fahrenheit.

You can adjust the size and location of the text displayed in the Dark Sky script. If you want to use different icons, you'll just need to save them as the correct names and put them in the icons folder. Any of the display items are adjustable. You can even change what you display. All you need to do is parse a different part of the Dark Sky API call and that will be displayed instead of temperature or weather summary.

<< Code - Initial State Dashboard >>

Clone this wiki locally