Replies: 1 comment 1 reply
-
also there is no fetched data in the database table... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's take a look at the weather tile as an example. I have attached all the relevant code here.
If I check the API call with Postman, it works too. I have the feeling that the "fetch commands" are not working.
Can you help?
app/Console/Kernel.php
config/dashboard.php
'time_weather' => [
'open_weather_map_key' => env('294c5fdb2d2d*********4c8e8eb4395cef'),
'open_weather_map_city' => 'Lindau',
'units' => 'metric', // 'metric' or 'imperial' (metric is default)
'buienradar_latitude' => env('47.55'),
'buienradar_longitude' => env('9.6833'),
],
config/dashboard.php
Beta Was this translation helpful? Give feedback.
All reactions