This is very cool, but these squiggly underlines are making me feel like Microsoft Word is trying to tell me they're wrong somehow, lol

All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
This is very cool, but these squiggly underlines are making me feel like Microsoft Word is trying to tell me they're wrong somehow, lol

Hey I am an outdoorsman and I find it difficult to find data about rain, specifically quantity of rain, hourly and daily. Is there a good way I can access this info from your site?
breezy with meteo france as source gives me hourly and daily rain data.
Breezy is great but it's not even consistent with itself. Go into a different part of the UI and get completely different numbers.
Hi. You mean grabbing information from Serenum? I have thoughts about adding such feature, but no confirmed plans yet, though.
This is an excellent, concise weather layout. Thank you.
Also, the first time I've seen Tick-Risk on a forecast, which I didn't even know was data available for our area.(Northern WA)
I usually use 2 apps Forecastie(for the weekly graphs), and QuickWeather(for the weather radar timelapse.
If those two features were combined with your layout.. 🤗
Thank you too :)
I have a huge tick fobi so after I were out in the forest one day, I asked ChatGPT if it was possible to calculate the tick risk based on mainly soil temperature. The AI said yes and wrote the code for me. So I added it :P
Weather radar timelapse would be a very nice touch. I'll see what I can do.
This is really nice. I notice that if I load the page for my city, then use "settings" to change the units on that page, then reload the page, the reloaded page is still in the old units. But that's pretty minor.
I'm more interested in an API for this than in the web UI anyway, since I might like to use it as a widget.
Hi there. What kind of method are you using when extracting data from a website to your widget? I want to know this so I can plan further :)
I've scraped html for this type of thing but nowadays sometimes hit cloudflare captchas and the like. A json endpoint would be great.
Cloudflare are the worst! I'll add an API that are based on JSON :) Might take some time, though, due to mental health issues.
Thank you :) And many thanks for the bug report. I will look into it right away.
Since people are asking for it, I have now added API to what to add.
I tried to recreate the issue you mentioned (settings' not applying) and I can't. The settings are being saved inside the URL. Change the settings again and see if you can re-produce the issue. If you can, check the URL. Are the values after /settings: the same as what you choose in the settings?
Aha, it works now. I'm not certain but I think I might not have noticed before that you have to click "save" to make the settings work. On my screen that involves scrolling down. You might move the "save" button to the top of the settings screen to make it more obvious, and possibly call it "apply" rather than "save".
I do remember that the new settings persisted in the settings screen after switching to and from the main screen, and that was part of the puzzle.
Alright :) I will try make the "Save" button sticky so it will always show and follows inside the settings while you scroll. Serenum doesn't use any JavaScript, only HTML, CSS, and PHP.
I think it's enough to just put it at the top to make sure it is seen. It doesn't have to be sticky. I'm glad there is no JS. It would be nice to not depend much on CSS, so that text-only browsers like Lynx will work. Though the little icons are an issue too.
I think it’s enough to just put it at the top to make sure it is seen. It doesn’t have to be sticky.
That is true. But we'll see what happens at the end :)
It would be nice to not depend much on CSS, so that text-only browsers like Lynx will work.
I will install Lynx some day and try to make Serenum compatible with text-only browsers.
Though the little icons are an issue too.
I can add more icons :) If you have a good source of icons that are FOSS and that supports all kind of stuff (for an example air quality like pollen), please share.
I mean the icons that are already there will have trouble rendering in a text browser! :)
Aha! xD