5 Get the city weather: Difference between revisions

From Banana Pi Wiki
Jump to navigation Jump to search
Line 11: Line 11:


=Prepare the weather API=
=Prepare the weather API=
*I'm using the national weather service API here, http://www.weather.com.cn/data/cityinfo/101200801.html # 101200801 (In jingzhou city),See details of city ids:http://mobile.weather.com.cn/js/citylist.xml

Revision as of 04:30, 24 February 2019

The development of preparation

  • 1. First, ensure the integrity of the current firmware dependency package
help(“modules”)
  • The effect is shown below. If you do not have two dependency packages on the diagram, please burn the latest firmware.

Prepare the weather API