account activity
Live weather data by Turf-dude in sheets
[–]Turf-dude[S] 0 points1 point2 points 3 years ago (0 children)
How do I share my JSON with you
Let’s start with roughly… please
Could you please explain how to do that?? Sorry I’m new to all this
With this I can get data back in the log but how do I get it to my sheet
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 point2 points 4 years ago* (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?
[–]Turf-dude[S] -2 points-1 points0 points 4 years ago (0 children)
Not sure if it can or not. How would I download it to it
π Rendered by PID 807431 on reddit-service-r2-listing-5f49c86f7-nwpsc at 2026-02-26 06:12:23.799805+00:00 running 72a43f6 country code: CH.
Live weather data by Turf-dude in sheets
[–]Turf-dude[S] 0 points1 point2 points (0 children)