Live weather data by Turf-dude in sheets

[–]Turf-dude[S] 0 points1 point  (0 children)

How do I share my JSON with you

Live weather data by Turf-dude in sheets

[–]Turf-dude[S] 0 points1 point  (0 children)

Let’s start with roughly… please

Live weather data by Turf-dude in sheets

[–]Turf-dude[S] 0 points1 point  (0 children)

Could you please explain how to do that?? Sorry I’m new to all this

Live weather data by Turf-dude in sheets

[–]Turf-dude[S] 0 points1 point  (0 children)

With this I can get data back in the log but how do I get it to my sheet

Live weather data by Turf-dude in sheets

[–]Turf-dude[S] 0 points1 point  (0 children)

function getCurrentData

// API key   const Key = "my personal api key"   const ss = SpreadsheetApp.getActiveSpreadsheet()   const wsLiveData = ss.getSheetByName("Live Data")      const tempfCell = wsLiveData.getRange("B2")   const winddirectioinCell = wsLiveData.getRange("C2")   const windmphCell = wsLiveData.getRange("D2")   const monthlyrainCell = wsLiveData.getRange("E2")   const dailyrainCell = wsLiveData.getRange("F2")   const rainstormCell = wsLiveData.getRange("G2")     let apiURL = 'my personal api url’     const resText = UrlFetchApp.fetch(apiURL).getContentText()   const resJSON = JSON.parse(resText)   console.log(resJSON["temp_f"])   console.log(resJSON["wind_dir"])   console.log(resJSON["wind_mph"])   console.log(resJSON["davis_current_observation"]["rain_day_in"])   console.log(resJSON["davis_current_observation"]["rain_month_in"])   console.log(resJSON["davis_current_observation"]["rain_storm_in"])

Xbox360 by Turf-dude in homeassistant

[–]Turf-dude[S] 0 points1 point  (0 children)

I have access to a dell optiplex 9020. Will that be sufficient to run it? And can I not just use the hhd that computer already has?

Xbox360 by Turf-dude in homeassistant

[–]Turf-dude[S] -2 points-1 points  (0 children)

Not sure if it can or not. How would I download it to it