Hi so I’m currently trying to change the current weather details in the nano config/config.js folder. I wanted to try copying and pasting the information shown below to replace the current details in there as a test to get it working. I’m yet to be success full. So I copy the info below and copy and past it over the details already in the file for current weather, but for some reason each time it just re-copys whats already in there New York, instead of replacing it with Amsterdam,Netherlands and all the other info. It seems to paste everywhere else but not in that folder.
Any help would be gratefully appreciated.
{
module: "currentweather",
position: "top_right", // This can be any of the regions.
// Best results in left or right regions.
config: {
// See 'Configuration options' for more information.
location: "Amsterdam,Netherlands",
locationID: "", //Location ID from http://openweathermap.org/help/city_list.txt
appid: "abcde12345abcde12345abcde12345ab" //openweathermap.org API key.
}